cancel
Showing results for 
Search instead for 
Did you mean: 

RFC adapter: Dynamic logon user

Former Member
0 Kudos

I need to have a RFC adapter where the SAP logon user is taken from an incoming SOAP request, e.g. the logon user in the RFC adapter has to be dynamically changed.

Is there any suggestions to handle this issue? And do anybody know if SAP is releasing a RFC adapter handling this issue in near future?

/Brian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One solution is to modify the RfcAFBean module on the module tab of the RFC adapter.

But this work around requires that each SAP function module adds a user field, so you can map the SOAP request user to this user field.

Another draw back is that you have to create you own pool of channels to keep track of which user is using which channel(s).

/Brian