‎2007 Aug 23 4:02 AM
I call system command then sy-subrc return code of -1????? Anyone have any ideas? We are on 4.6c
Thank You
CALL 'SYSTEM' ID 'COMMAND' FIELD 'cd /usr'
ID 'TAB' FIELD TABL-SYS.
‎2007 Aug 23 5:20 AM
check this:
http://help.sap.com/saphelp_nw04/helpdata/en/59/ae3dff488f11d189490000e829fbbd/content.htm
reward if useful
‎2007 Aug 23 5:28 AM
SY-SUBRC = 1 means there was an error in executing ur previous command. U need to debug and check what went wrong.
‎2007 Aug 23 6:07 AM