cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Adapter

Former Member
0 Kudos

Hi,

In RFC communication channel we are giving the R/3 uid and passward. This uid is used to connect to R/3 and run the interface. Can some one help out to find out what authorization is required for this uid.

-Kavita

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

The ABAP authorization object required for this UID is S_RFC. To use trusted system networks, you need the authorization object S_RFCACL. You can use the authorization object S_TABU_DIS (authorization group SC) to read RFC destinations from the table RFCDES

The authorization object S_ICF was designed for the assignment of authorizations for accessing ICF services. However, you can also use this object to control access to RFC destinations by client.

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

check the following help doc for answer

http://help.sap.com/saphelp_nw04/helpdata/en/d4/d12940cbf2195de10000000a1550b0/frameset.htm

<i> Integration Server to receiver

The Integration Server or Adapter Engine always use an authentication method that is configured in the Integration Directory. The authentication method used (for example, user and password) depends on the type of protocol (XI or adapted non-XI protocol).

Only in case (r3) does the Integration Server forward a corresponding XI message to the Adapter Engine and authenticate itself using its associated service user XIISUSER described above.

Note

This associated service user is used both for messaging and internal communication.</i>

regards

krishna

Message was edited by:

Krishnamoorthy Ramakrishnan