cancel
Showing results for 
Search instead for 
Did you mean: 

SAP user type & description

jaheer_hussain
Active Contributor
0 Kudos

Hi,

I would like to take sap user type & short description in one of my report from tcode su01(Logon data).Which table I can find this? or Where is this configuration to mak user type & short description?. I can take user type from table USR02.but I need to take its short description also.For Example

A- Dialog

C-communication.

Can some body put light on this for me please?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You will find what you are looking for in table DD07T where column DOMNAME = 'XUUSTYP'

DOMNAME      DOMVALUE_L    DDTEXT

XUUSTYP          A                          Dialog

XUUSTYP          B                          System

XUUSTYP          C                          Communications Data

XUUSTYP          L                           Reference (Logon not possible)

XUUSTYP          S                           Service

Good luck!

- R

former_member215759
Active Participant
0 Kudos

do u want the list like below:

user id type

xxxxx dialog

xxxxx system

If so, I dun think it is possible to get this from sap standard table, as you know the user type is showed as letter A,B,C,L,S in usr02 and ush02:

A Dialog

B System

C Communications Data

L Reference (Logon not possible)

S Service

jaheer_hussain
Active Contributor
0 Kudos

Hi,

Yes. I can find A,C and so on in the table USR02. But Where Can I find description like Dialog,commucation etc..

With Regards,

Jaheer

former_member227283
Active Contributor
0 Kudos

Hi Hussain,

I thing this is not possible, because this description is maintained in Domain of USR02 table.

If you have to show this description in report then you have to hardcode it.

Thanks

Anil

Former Member
0 Kudos

Hi,

As said above you cannot find the data like description of user types in USR02 table. Only you can find A, C etc.... But if you want for your information only then you can place the cursor on the user type field and press F1 which will give the details of user types. The same way you can get in SU01 User Type.

If you want it in your report in a excel then you have manually do it.

Regards,

Sharath

jaheer_hussain
Active Contributor
0 Kudos

Hi,

This is possible by using function module:Conversion_exit_ustyp_output.In this function if you A as input then you will user type description.

-Anyway thanks.....

Jaheer