Using Amazon SDK for SAP ABAP
SDK for SAP ABAP has two major components.
-
SDK Runtime (package
/AWS1/RT
) – a set of objects that underpin the security, authentication, tracing, configuration, data conversion, and other cross-API functions. The API modules for Amazon S3, Amazon STS, IAM Roles Anywhere, and Secrets Manager are mandatory. -
APIs (package
/AWS1/API
and its sub-packages) – a sub-package for each API where the objects of each API are completely independent of each other, ensuring that a change in one API does not break another API. To see a complete list of Amazon SDK for SAP ABAP APIs, see Amazon SDK for SAP ABAP - API Reference Guide.
This section covers the following topics.