Application Development and Automation 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: 
Read only

RFCs

Former Member
0 Likes
572

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
Read only

Former Member
0 Likes
541

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
Read only

Former Member
0 Likes
541

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

Read only

Former Member
0 Likes
542

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

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

Cheers,

Vikram