Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.39 KB

structure.md

File metadata and controls

50 lines (34 loc) · 1.39 KB

Structure

create

Create ABAP DDIC structure.

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

write

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

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)

read

Get the definition of ABAP DDIC structure.

sapcli structure read STRUCTURE_NAME