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

User Master Record ??

Former Member
0 Likes
1,028

Dear All,

Can anybody let me know, what is User master Record table.

Actually I have printed a EKKO-Ernam in PO Smartforms but we need to print

Users First Name, Last Name ..

Please help me in this regard.

Thanking you.

Venkat.

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
750

USR01, USR01, USR03, etc.

Check any that start with USR*

In some cases, the names can be found in USR03

In my case, the names are stored in the address tables,

ADRC ADRP ADCP, which are linked to USR21 table. You can access this info from a view called USER_ADDR.

Regards,

Rich Heilman

Read only

0 Likes
750

There is a database view - USER_ADDR - which contains most this info in one spot.

Just fill in BNAME = sy-uname.

Read only

Former Member
0 Likes
750

Hi,

Check the table USR03 table,

this is the Address data table.

Regards

Vijay

Read only

0 Likes
750

Use SUSR_USER_ADDRESS_READ function module.

Read only

Former Member
0 Likes
750

Venkat,

Has your question been answered? If so, please reward points accordingly and close the thread.

Read only

0 Likes
750

Venkat,

You can try this BAPI as well.

<b>BAPI_USER_GET_DETAIL</b>

Regards,

Ravi

Note : Please mark the helpful answers and close the thread