CreateInterface
Create new ABAP interfaces in SAP systems by defining interface names, packages, and transport requests. Generates interface objects in initial state for subsequent code implementation.
Instructions
Create a new ABAP interface in SAP system. Creates the interface object in initial state. Use UpdateInterface to set source code afterwards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface_name | Yes | Interface name (e.g., ZIF_TEST_INTERFACE_001). Must follow SAP naming conventions (start with Z or Y). | |
| description | No | Interface description. If not provided, interface_name will be used. | |
| package_name | Yes | Package name (e.g., ZOK_LAB, $TMP for local objects) | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |