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: 

need to change user name in po history

Former Member
0 Kudos

at present whenever a po change is happening , the po history is getting updated with ths user name as RFSUSER. Now we do have a requirement that instead of showing the RFCUSER , it should show as the user name . I did research and found it is being read using FM 'ME_CHANGEDOCUMENT_READ2' . Now , is there any exits where we can modify the user name to the desired user name or should we modify the change documents table with the new user name after the change is written.. is it advisable ??

Please advice .

1 REPLY 1

nirajgadre
Active Contributor
0 Kudos

Hi,

it seems that you arechnaging PO document using some RFC coonection or using some backgorund Job.

If so then PO history changes will always shows the user name which has been used in RFC connection or backgound Job.