createObject
Create new ABAP development objects in SAP systems by specifying object type, name, parent details, and description. This tool enables developers to generate ABAP objects through the ADT API for efficient system management.
Instructions
Create a new ABAP object
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objtype | Yes | ||
| name | Yes | ||
| parentName | Yes | ||
| description | Yes | ||
| parentPath | Yes | ||
| responsible | No | ||
| transport | No |