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

How to find function from a user

Former Member
0 Likes
2,628

Hello All,

In transaction su01, all information about users is showed. There is a field called "function" that is not in any infotype for that user.

Does anyone know which table contains that field? I want to get the function that every user has in the system.

Many thanks in advance.

Best Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,355

if you press F1 on that field.. and see the technical help.

it will give you the structure name as addr3_data and field name as function.

double click on that structure name and then double click on that data element..(AD_FNCTN)

now use where used list on that element name... you will get your tables..

mostly.. ADCP.

4 REPLIES 4
Read only

former_member329859
Participant
0 Likes
1,355

Hi

Check out table ADCP.

Regards,

gaurav

Read only

Former Member
0 Likes
1,356

if you press F1 on that field.. and see the technical help.

it will give you the structure name as addr3_data and field name as function.

double click on that structure name and then double click on that data element..(AD_FNCTN)

now use where used list on that element name... you will get your tables..

mostly.. ADCP.

Read only

0 Likes
1,355

Hi,

many thanks for your help, but primary key for infotypes tables and adcp table is not the same, do you know how to get the personnel number when I have the other pernr number?

Thanks in advance.

Kind Regards

Read only

0 Likes
1,355

goto PA0105.. pass person number.. ger usename.. and then go ahead

and any ways.. you have PERSNUMBER in adcp as well...