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

Can't exec external program (Permission denied)-

Former Member
0 Likes
1,479

Hi All

We have mentioned external command in SM69 and executed the command in SM49, I am getting the below error message.

Command executed:

/home/ SMIME/run/signand.sh :

Target host: dt02

Can't exec external program (Permission denied)

External program terminated with exit code 1

Program wise also I am unable to execute the command & I am getting sy-subrc eq 1. Please help me which authorization object is missing to run the external command.

u_comm = /home/ SMIME/run/signand.sh

CALL 'SYSTEM'

ID 'COMMAND' FIELD u_comm

ID 'TAB' FIELD rt-sys.

Please confirm.

Hi All

We have mentioned external command in SM69 and executed the command in SM49, I am getting the below error message.

Command executed:

/home/ SMIME/run/signand.sh :

Target host: dt02

Can't exec external program (Permission denied)

External program terminated with exit code 1

Program wise also I am unable to execute the command & I am getting sy-subrc eq 1. Please help me which authorization object is missing to run the external command.

u_comm = /home/ SMIME/run/signand.sh

CALL 'SYSTEM'

ID 'COMMAND' FIELD u_comm

ID 'TAB' FIELD rt-sys.

Please confirm.

3 REPLIES 3
Read only

Former Member
0 Likes
948

Can you please check the permission for /home/ SMIME/run/signand.sh, perform below command

chmod 755 /home/ SMIME/run/signand.sh

and retry.

Read only

johannes_heinrich
Product and Topic Expert
Product and Topic Expert
0 Likes
948

Moved to ABAP General forum

Read only

Former Member
0 Likes
948

We have provided necessary authorization in folder level as well as path specification changed