‎2008 Oct 01 9:33 AM
Hi all,
How i get the name of FM which i am currently processing .
Thanks in advance for all your help.
Regards,
Anukool
‎2008 Dec 05 1:28 PM
You can use FM 'SYSTEM_CALLSTACK'. You will obtain FM name on table ET_CALLSTACK.
Best Regards.
‎2008 Oct 01 9:35 AM
‎2008 Oct 01 9:48 AM
Any system variable where i get the FM name which i am processing?
‎2008 Oct 01 9:52 AM
you can get the Function module's function group using SY-REPID.
‎2008 Oct 01 9:54 AM
No, there is no system variable. But you can use SY-REPID to know thw main program name.
‎2008 Oct 01 9:36 AM
If you are inside debug, you can find the name of current FM if you click on Calls Tab.
‎2008 Oct 01 9:37 AM
in Debug mode you can find that from the Call Stack tab.
is it that you are expecting..?
‎2008 Oct 01 9:53 AM
Hi,
You will get the name of the FM currently executedin debug mode in call stack mode.
Regards
Pragya
‎2008 Dec 05 1:28 PM
You can use FM 'SYSTEM_CALLSTACK'. You will obtain FM name on table ET_CALLSTACK.
Best Regards.