createObject
Creates ABAP objects (except reports) by specifying object type, name, parent, and description. Handles transport assignment and responsible person.
Instructions
Create a new ABAP object. Report includes (PROG/I) are the one type this cannot create - it refuses them and points at createInclude.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| objtype | Yes | ||
| transport | No | ||
| parentName | Yes | ||
| parentPath | Yes | ||
| description | Yes | ||
| responsible | No |