Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC profile user for execute RFC

Former Member
0 Kudos

hi abappers,

I want know the profile or activity groups that is used in SAP if the user want conect with a RFC to modul function.

¿Is there a t-code?

¿Is there method for compare activity groups or profile or users,... between systems?

Cordial greetings.

2 REPLIES 2

Former Member
0 Kudos

Hi,

You may use FM BAPI_USER_GET_DETAIL to read user data from remote systems.

Remark: In general user administration is RFC enabled so most FM BAPI_USER* are enabled to. This is the reason why RFC users should have the authorization to display users only - unless you want to allow remote changes...

Kind regards,

HP

Former Member
0 Kudos

pte