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..