AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-01-25 · Documentation low

File: code-library/latest/ug/kms_example_kms_ListAliases_section.md

Summary

Added SAP ABAP SDK code example for ListAliases operation

Security assessment

Adds documentation for KMS ListAliases operation using SAP ABAP SDK. The change demonstrates normal API usage without evidence of security fixes or vulnerability remediation.

Diff

diff --git a/code-library/latest/ug/kms_example_kms_ListAliases_section.md b/code-library/latest/ug/kms_example_kms_ListAliases_section.md
index fd8f2ae5c..a081ed270 100644
--- a//code-library/latest/ug/kms_example_kms_ListAliases_section.md
+++ b//code-library/latest/ug/kms_example_kms_ListAliases_section.md
@@ -332,0 +333,25 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+SAP ABAP
+    
+
+**SDK for SAP ABAP**
+    
+
+###### Note
+
+There's more on GitHub. Find the complete example and learn how to set up and run in the [AWS Code Examples Repository](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/sap-abap/services/kms#code-examples). 
+    
+    
+        TRY.
+            oo_result = lo_kms->listaliases( ).
+            MESSAGE 'Retrieved KMS aliases list.' TYPE 'I'.
+          CATCH /aws1/cx_kmskmsinternalex.
+            MESSAGE 'An internal error occurred.' TYPE 'E'.
+        ENDTRY.
+    
+    
+
+  * For API details, see [ListAliases](https://docs.aws.amazon.com/sdk-for-sap-abap/v1/api/latest/index.html) in _AWS SDK for SAP ABAP API reference_. 
+
+
+
+