Create executable program
sapcli include create "ZHELLOWORLD_INC" "Just a description" '$TMP'
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 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
Download source codes
sapcli include read ZHELLOWORLD_INC