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 display the User Name in Transaction MM04's output

Former Member
0 Kudos

Hi Experts,

My requirement is that in the Transaction MM04's output, along with all the fields displayed, I also want the User Name to be displayed.

Here User Name must be the Person's Name and not the ID of the Person.

Is there a way by which I can achieve it?

Useful answers will definitely be rewarded.

Thanks in advance.

Regards,

Himanshu

4 REPLIES 4

Former Member
0 Kudos

Use this table zbpa_user_cache...to get the user name for the corresponding user id....

to get current user id use sy-uname...

amit_khare
Active Contributor
0 Kudos

Check following tables -

USR01,

USR02,

USER_ADDR

You can also retrive it with FM - BAPI_USER_GET_DETAIL

Regards,

Amit

0 Kudos

Hi,

Thanks a lot for your quick replies.

But my requirement is to integrate the User Name Field with the MM04's output.

So, I need either an Exit or any other way by which I can display the User Name in the Standard Transaction MM04's output.

Regards,

Himanshu

Former Member
0 Kudos

Hi,

If you are going to clone the program,please add a fileld UNAME type SYUNAME and get the username instead of EID.

Give me a shout for further query.

Reward if helpful.

Thank you.