‎2008 Jan 17 2:14 PM
hi:
constants:comm(90) value 'sh /usr/rvs/export/TNT2K7F/script/FRC12K7F.sh'.
call 'SYSTEM' id 'COMMAND' field comm.
can you tell me the role of the sentence ,ths
regards
sophia
‎2008 Jan 17 2:18 PM
Hi Sophia,
This is used for starting UNIX script FRC12K7F.sh in directory /usr/rvs/export/TNT2K7F/script of your application server.
Regards,
John.
‎2008 Jan 17 2:19 PM
Hi,
'sh /usr/rvs/export/TNT2K7F/script/FRC12K7F.sh' is a unix command to run a unix script, and normally you would have to log on to the operating system to run this.
call 'SYSTEM' id 'COMMAND' field comm calls this command from ABAP, meaning your SAP user can run a report which also runs the unix script.
Regards,
Nick