cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_NO_AUTHORITY calling ABAP function from a Web Service

Former Member
0 Kudos

Hi,

We have a web service that publishes existing BAPIs, and some custom ABAP functions.

When calling the custom ABAP functions we a "system exception" in the client side. Looking at SM21 the log has a dump:

The user "1DDD8B960830" in the client 310 attempted to execute the function
  module
 "RFCPING" from the function group "SYST", but does not have the appropriate
 RFC authorization.

 Error in the ABAP application program.

 The current ABAP program "SAPLSYST" had to be interrupted because it contains
 a statement that cannot be executed.

We're on SAP-Release 710

Please take into account that RFCPING is not a function we're calling...

Any help would be appreciated

Edited by: Enrique VETERE on Jun 25, 2008 5:35 PM

Accepted Solutions (1)

Accepted Solutions (1)

Boris_Rubarth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Enrique,

a search for string "RFCPING authorization" in SAP notes shows up note 1108662 as the result, solution:

> Add the function group SYST to the RFC authorization. Add the function group "SYST" to the default role SAP_BC_WEBSERVICE_SERVICE_USER in the authorizations for "Cross-application Authorization Objects" in the area "Authorization Check for RFC Access" and the object "Name of RFC object to be protected" and save and activate this role. You should then execute a user comparison for this role."

Please check the complete note.

HTH, regards, Boris

Answers (0)