|
Object Description DefinitionAuthorization object S_RFC is checked during RFC access to program modules (for example, function group, function modules). Defined fieldsThis authorization object contains the following three fields:
Example:If you want a user to be able to call function modules in group 'ABCD' remotely, they will need a user in the target system with the following authorization:
CALL FUNCTION 'AUTHORITY_CHECK_RFC'
EXPORTING
USERID = 'USER'
FUNCTIONGROUP = 'ABCD'
EXCEPTIONS
RFC_NO_AUTHORITY = 1.
Authorization at function module level is also possible. Specific Use Cases
|
Related Documentation no documentation linked Related SAP Notes no SAP Notes linked |