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
Check following tables -
USR01,
USR02,
USER_ADDR
You can also retrive it with FM - BAPI_USER_GET_DETAIL
Regards,
Amit
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.
Add a comment