cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: In Marketing documents owner Name should appear automatically based on login name

former_member237214
Participant
0 Kudos
467

Dear Experts,

I need below scenario in SAP,  In all  marketing documents   Owner Name should be appear automatically based on the SAP Login Id..

Please let me know whether it can be done in SAP business one?

Thanks in Advance.

Logesh.S

View Entire Topic
gaurav_bali
Active Participant
0 Kudos

Hi Logesan

You can declare Employee master data and attach it to User code to achieve the same (SAP Functionality).

http://help.sap.com/saphelp_sbo901/helpdata/en/44/ac2bdfd8545af0e10000000a11466f/content.htm

alternatively

You can use following query for FmS and auto refresh when field changes when Customer Code is selected to automate it.

Select U_NAME from OUSR where INTERNAL_K = $[USER]

former_member237214
Participant
0 Kudos

Thanks for your reply,  I have declared in Employee master data and i tried to execute.  It works only one document.  Let say, Sale order created by User 'A', I have assigned in Employee master data, and it works..  Delivery making User 'B', If i use Copy to option its coming User 'A', but it should come user 'B'.. 

Kindly advise for the above..