Docs / Outbound Messaging
AsyncAPI Export
ASAPIO can export configured interfaces as AsyncAPI specifications for integration portals and API management tools. This feature is available since release 9.32304.
Overview
AsyncAPI export helps you generate a machine-readable event contract containing payload schema and transport metadata for your configured outbound interfaces.
Supported interfaces are those based on DB/CDS extraction or Payload Designer payload definitions.
Via SAP GUI
Run report /ASADEV/ACI_ASYNCAPI_EXPORT in transaction SA38 and provide the following parameters:
- Cloud Instance: target instance for which channels and bindings are generated
- Outbound Object: optional; leave empty to export all configured outbound objects of the instance
- Title: AsyncAPI document title
- Version: AsyncAPI document version string
- Path / filename: output location for the generated file
Current Limitations
- Interfaces using custom extractors are currently not supported by the export generator.
- Interfaces using custom formatters are currently not supported by the export generator.
- Notification-only event configurations are currently not supported.
Via Event Studio
Event Studio provides a user-friendly way to work with interface metadata and payloads. For authoritative AsyncAPI export, use the SAP GUI report above, then publish the generated spec through your API lifecycle tooling.