CreateStructure
Create an ABAP structure in SAP by defining fields, includes, and activation options for data modeling.
Instructions
Operation: Create. Subject: Structure. Will be useful for creating structure. Create a new ABAP structure in SAP system. Creates the structure object in initial state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Array of structure fields | |
| activate | No | Activate structure after creation. Default: true. Set to false for batch operations (activate multiple objects later). | |
| includes | No | Include other structures in this structure | |
| description | No | Structure description. If not provided, structure_name will be used. | |
| package_name | Yes | Package name (e.g., ZOK_LOCAL, $TMP for local objects) | |
| structure_name | Yes | Structure name (e.g., ZZ_S_TEST_001). Must follow SAP naming conventions. | |
| master_language | No | Optional master/original language for the created object (e.g. "EN", "DE", "ZH"). Defaults to the session language (SAP_LANGUAGE) or EN. | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |