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: 

RFCs

Former Member
0 Kudos
120

there is a requirement that I need to have a pop up for dialog users but not for RFC users

how am i supposed to know where they r coming from?

Its Urgent.Please help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
89

Check field USTYP in table USR02 based on SAP user id.

Value 'A' means Dialog user while 'C' means RFC user.

Cheers,

Vikram

2 REPLIES 2

Former Member
0 Kudos
89

Use function BAPI_USER_GET_DETAIL to get the details of the user. In the return structure LOGONDATA you have a field USTYP which tells which user type is this. whether RFC dialog etc etc..

A Dialog

B System User (Internal RFC and Background Processing)

C Communication User (External RFC)

L Reference User

S Service User

Amandeep

Former Member
0 Kudos
90

Check field USTYP in table USR02 based on SAP user id.

Value 'A' means Dialog user while 'C' means RFC user.

Cheers,

Vikram