Skip to Content
0
Former Member
Dec 08, 2011 at 06:19 AM

How to identify real user executing default logic?

24 Views

All,

I have a BADI in default logic. In my code, I would like to identify the person who is triggering the default logic from Input schedule. By default, all the logic in default logic is executed in the backend as BPC_SYSADMIN. So even if I try to sy-uname, I get BPC_SYSADMIN rather than the real user. Any ideas on how I could use it.

Thanks in advance..