ddic: DDIC deep metadata
Read-only deep metadata for tables, structures, domains, data elements, table types, lock objects, type groups, and views.
Related guides: ddic-cds.
9 commands.
abapctl ddic table-settings
READ IDEMPGet table technical settings
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic table-settings ZCL_FOO
abapctl ddic data-element
READ IDEMPGet data element metadata
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic data-element ZCL_FOO
abapctl ddic domain
READ IDEMPGet domain metadata
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic domain ZCL_FOO
abapctl ddic table-type
READ IDEMPGet table type metadata
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic table-type ZCL_FOO
abapctl ddic lock-object
READ IDEMPGet lock object metadata
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic lock-object ZCL_FOO
abapctl ddic type-group
READ IDEMPGet type group metadata and source
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic type-group ZCL_FOO
abapctl ddic structure
READ IDEMPGet structure metadata and source
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic structure ZCL_FOO
abapctl ddic table
READ IDEMPGet table definition with metadata, source, and parsed fields
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic table ZCL_FOO
abapctl ddic view
READ IDEMPGet DDIC view metadata
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl ddic view ZCL_FOO