AWS Security ChangesHomeSearch

AWS kms documentation change

Service: kms · 2026-01-25 · Documentation low

File: kms/latest/developerguide/example_kms_ListKeys_section.md

Summary

Added SAP ABAP code example for ListKeys operation

Security assessment

Duplicate of first change in different section. No security-related modifications or additions.

Diff

diff --git a/kms/latest/developerguide/example_kms_ListKeys_section.md b/kms/latest/developerguide/example_kms_ListKeys_section.md
index 29156b8c3..a16610697 100644
--- a//kms/latest/developerguide/example_kms_ListKeys_section.md
+++ b//kms/latest/developerguide/example_kms_ListKeys_section.md
@@ -347,0 +348,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->listkeys( ).
+            MESSAGE 'Retrieved KMS keys list.' TYPE 'I'.
+          CATCH /aws1/cx_kmskmsinternalex.
+            MESSAGE 'An internal error occurred.' TYPE 'E'.
+        ENDTRY.
+    
+    
+
+  * For API details, see [ListKeys](https://docs.aws.amazon.com/sdk-for-sap-abap/v1/api/latest/index.html) in _AWS SDK for SAP ABAP API reference_. 
+
+
+
+