Hi Matthew,
Within in the process chain, we are running several NT commands. Some examples are we run DTS packages, or copy flat files to archive shares once the data load has finished.
You need to create a ABAP program that executes this command:
CALL 'SYSTEM' ID 'COMMAND' FIELD CMD(250)
ID 'TAB' FIELD RESULT_TAB-SYS.
Where CMD equal to your NT command.
You then schedule this program as part of your process chain, with a varient that run your command.
Cheers!
Hi
Pardon my ignorance, but if implementing new process types is SAP internal why then have a chapter concerning it on help.sap.com.
http://help.sap.com/saphelp_nw04/helpdata/en/06/efd63b54e56276e10000000a11402f/frameset.htm
BR
Mikkel
Add a comment