Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.35 KB

table.md

File metadata and controls

49 lines (33 loc) · 1.35 KB

Table

  1. create
  2. write
  3. activate
  4. read

create

Create ABAP DDIC transparent table.

sapcli table create [--corrnr TRANSPORT] "TABLE_NAME" "Description" "PACKAGE_NAME"
  • --corrnr TRANSPORT specifies CTS Transport Request Number (optional)

write

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

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)

read

Get the definition of ABAP DDIC transparent table.

sapcli table read TABLE_NAME