CreateInterface
Create ABAP interfaces directly in SAP systems by providing interface name, package, and optional transport request.
Instructions
Operation: Create. Subject: Interface. Will be useful for creating interface. Create a new ABAP interface in SAP system. Creates the interface object in initial state.
Input 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. |