‎2015 Dec 18 11:22 AM
Dear gurus,
Does anyoneof you know how to get the name of the actual Function Module is being executed?
SY-CPROG returns the calling program, and SY-REPID does the same with the Function Group name (with 'SAPL' at the beginning).
Thanks a lot in advance,
Eloi
‎2015 Dec 18 12:02 PM
check out FM SYSTEM_CALLSTACK when want to do programtically.
‎2015 Dec 18 11:30 AM
‎2015 Dec 18 11:36 AM
Hi,
In debug mode go to standard tab and see the Fm against the function
‎2015 Dec 18 12:02 PM
check out FM SYSTEM_CALLSTACK when want to do programtically.