How to detect caller of a function module
Hello,
how is it possible to detect who is calling a function module?
Thanks a lot,
Tanguy Mezzano
Tags:
Thomas Zloch replied
In case you mean the calling program, that is in SY-CPROG. Function SYSTEM_CALLSTACK gives you the complete call stack.
Thomas