2008 May 29 8:27 PM
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.
2008 May 29 9:11 PM
Check field USTYP in table USR02 based on SAP user id.
Value 'A' means Dialog user while 'C' means RFC user.
Cheers,
Vikram
2008 May 29 8:36 PM
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
2008 May 29 9:11 PM
Check field USTYP in table USR02 based on SAP user id.
Value 'A' means Dialog user while 'C' means RFC user.
Cheers,
Vikram