Create ABAP DDIC transparent table.
sapcli table create [--corrnr TRANSPORT] "TABLE_NAME" "Description" "PACKAGE_NAME"
- --corrnr TRANSPORT specifies CTS Transport Request Number (optional)
Change the definition of ABAP DDIC transparent table.
saplci table write [TABLE_NAME|-] [FILE_PATH+|-] [--corrnr TRANSPORT] [-a|--activate] [--ignore-errors] [--warning-errors]
- TABLE_NAME specifying the name of the table 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 transparent table.
sapcli table activate [--ignore-errors] [--warning-errors] TABLE_NAME ...
- --ignore-errors continue activating objects ignoring errors (optional)
- --warning-errors treat activation warnings as errors (optional)
Get the definition of ABAP DDIC transparent table.
sapcli table read TABLE_NAME