Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CALL 'SYSTEM' ID 'COMMAND'

Former Member
0 Likes
1,011

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

2 REPLIES 2
Read only

Former Member
0 Likes
758

Hi Sophia,

This is used for starting UNIX script FRC12K7F.sh in directory /usr/rvs/export/TNT2K7F/script of your application server.

Regards,

John.

Read only

Former Member
0 Likes
758

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