Create ABAP DDIC structure.
sapcli structure create [--corrnr TRANSPORT] "STRUCTURE_NAME" "Description" "PACKAGE_NAME"
- --corrnr TRANSPORT specifies CTS Transport Request Number (optional)
Change the definition of ABAP DDIC structure.
sapcli structure write [STRUCTURE_NAME|-] [FILE_PATH+|-] [--corrnr TRANSPORT] [-a|--activate] [--ignore-errors] [--warning-errors]
- STRUCTURE_NAME specifying the name of the structure or
-
to deduce it from the file name specified by FILE_PATH - FILE_PATH if TABLE_NAME is not
-
, single file path or-
for reading stdin; otherwise space separated list of file paths - --corrnr TRANSPORT specifies CTS Transport Request Number (optional)
- --ignore-errors continue activating objects ignoring errors (optional)
- --warning-errors treat activation warnings as errors (optional)
Activate ABAP DDIC structure.
sapcli structure activate [--ignore-errors] [--warning-errors] STRUCTURE_NAME ...
- --ignore-errors continue activating objects ignoring errors (optional)
- --warning-errors treat activation warnings as errors (optional)
Get the definition of ABAP DDIC structure.
sapcli structure read STRUCTURE_NAME