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: 

How to find function from a user

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member329859
Participant
0 Kudos

Hi

Check out table ADCP.

Regards,

gaurav

Former Member
0 Kudos

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.

0 Kudos

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

0 Kudos

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

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