CreateTable
Create a new ABAP table in an SAP system by specifying name, description, package, and transport request. Initializes the table object for further development.
Instructions
Operation: Create. Subject: Table. Will be useful for creating table. Create a new ABAP table in SAP system. Creates the table object in initial state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name (e.g., ZZ_TEST_TABLE_001). Must follow SAP naming conventions. | |
| description | No | Table description for validation and creation. | |
| package_name | Yes | Package name (e.g., ZOK_LOCAL, $TMP for local objects) | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |