Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.28 KB

include.md

File metadata and controls

49 lines (34 loc) · 1.28 KB

Includes

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

create

Create executable program

sapcli include create "ZHELLOWORLD_INC" "Just a description" '$TMP'

write

Change code of an executable program without activation.

sapcli include write [OBJECT_NAME|-] [FILE_PATH+|-] [--corrnr TRANSPORT] [--activate] [--ignore-errors] [--warning-errors]
  • OBJECT_NAME either include name or - when it should be deduced from FILE_PATH
  • FILE_PATH if OBJECT_NAME is not -, single file path or - for reading stdin; otherwise space separated list of file paths
  • --corrnr TRANSPORT specifies CTS Transport Request Number if needed
  • --activate activate after finishing the write operation
  • --ignore-errors continue activating objects ignoring errors
  • --warning-errors treat activation warnings as errors

activate

Activate an executable program.

sapcli include activate [--ignore-errors] [--warning-errors] [--master ZHELLOWORLD] NAME NAME ...
  • --master PROGRAM sets the master program for include activation
  • --ignore-errors continue activating objects ignoring errors
  • --warning-errors treat activation warnings as errors

read

Download source codes

sapcli include read ZHELLOWORLD_INC