Start of Content Area

Object documentation Authorization Object S_RFC_ADM  Locate the document in its SAP Library structure

Definition

This object includes authorization checks for accessing individual administration functions in transaction SM59.

Use

You can use this authorization object to restrict administration access to various functions in transaction SM59 (RFC destination maintenance).

Structure

 Authorization Object S_RFC_ADM

Authorization Field

Meaning

Values

ACTVT

Activity

01: Create 

02: Change 

03: Display 

06: Delete 

36: Extended Maintenance

Note

Extended maintenance in transaction SM59 includes the following activities:

·        Delete trace

·        Display trace

·        Activate trace

·        Set options for aRFC, tRFC, SNC, MQS

·        Test application servers in the same SAP system (server group test)

·        Set bit options

·        Use APIs to determine and configure RFC connections

·        All activities that provide information about the target system

 

RCFTYPE

Connection type in the RFCDES table

·        2: R/2 connection

·        3: ABAP connection

·        G: HTTP (external)

·        H: HTTP (SAP)

·        M: Logical connection

·        L: CMC connection

·        T: TCP/IP

·        X: ABAP driver

 

RFCDEST

Logical destination (specified when function is called)I

<Any alphanumeric value>

ICF_VALUE

The value specified in the authorization object must match the value entered under Logon & Security Authorization for Destination in transaction SM59.

<Any literal>

 

 Example

To allow a user to create, change, and display all destinations with the type TCP/IP, enter the following values:

ACTVT

RCFTYPE

RFCDEST

ICF_VALUE

01, 02, 03

T

*

<Value entered in the destination>

 

 

 

 

End of Content Area