Ansicht
Dokumentation

ABENRFC_NO_AUTH - RFC NO AUTH

ABENRFC_NO_AUTH - RFC NO AUTH

RFUMSV00 - Advance Return for Tax on Sales/Purchases   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Short Dumps with Error ID RFC_NO_AUTHORITY

You can use transaction code ST22 to analyze short dumps.

Cause and Conditions

RFC authorization checks can be run on the basis of the (called) function pools.

If the instance profile parameter auth/rfc_authority_check is set to 1, the system automatically runs an RFC check. The authorization check refers to the function pool of the function module to be called. If no authorization exists, a runtime error occurs.

You can check the authorization in advance by using the function module AUTHORITY_CHECK_RFC.

The system runs the RFC authorization check each time you access the called function module using RFC (the system checks the corresponding function pools).

The authorization is checked using the authorization object S_RFC.

This authorization object contains the following three fields:

  • RFC_TYPE : Type of the RFC object you want to protect
This field can currently have the value 'FUGR' (function pool).
  • RFC_NAME : Name of the RFC object to be protected:
Currently, this field contains the names of function pools.
  • ACTVT : Activity
Currently, this field can have the value 16 (Execute).
The authorization check is active by default (that is, auth/rfc_authority_check = 1).



This is documented. You can find further information on this in the ABAP system documentation.

Solution

You have the following options:

  • If the RFC authorization check is active (that is, auth/rfc_authority_check = 1):
  • Assign the user the necessary authorizations for the called function pools.

  • Assign the user the profile S_RFC_ALL (all authorizations for executing RFCs).

  • Deactivate the RFC authorization check by resetting the profile value to zero (that is, auth/rfc_authority_check = 0) for each application server and restart the server with the changed profile.





ABAP Short Reference   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 2745 Date: 20240424 Time: 210600     sap01-206 ( 33 ms )