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

Use of system function

Former Member
0 Likes
979

Use of calling system function in abap program....

CALL 'SYSTEM' ID 'COMMAND' FIELD W_COMMAND_LINE

ID 'TAB' FIELD LOG-SYS.

In my program its giving short dump saying user does not have authorization to use above statement....

what can be done here?

Use of calling system function in abap program....

CALL 'SYSTEM' ID 'COMMAND' FIELD W_COMMAND_LINE

ID 'TAB' FIELD LOG-SYS.

In my program its giving short dump saying user does not have authorization to use above statement....

what can be done here?

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
737

Grant the necessary authorization?

Read only

0 Likes
737

but how to grant the authorizatuions for system functions?

Read only

0 Likes
737

If SU53 does not give you a result, maybe the "short" dump text or the authorization trace log ST01 reveal more information on which authorization object check exactly failed?

Thomas

P.S. found S_C_FUNCT, this might be the one missing. See also function AUTHORITY_CHECK_C_FUNCTION, you could have found yourself by studying ABAP online help for "CALL" statement.

Read only

Former Member
0 Likes
737

It is authourization issue.

Contact basis guys and take required authourization.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
737

You may need to give some authorization to objects like S_RFCACL, call transaction SU53 to find missing authorization in R3. Else the problem may have arisen in the OS behind, so ask the "BC" team of the server.

Regards