‎2010 Aug 24 12:37 AM
Hi All,
Can we execute function module withor SE37 or SE80?
Is there any standard T.Code or Program exist in SAP which can be use to call any Function module?
Actually I have authorization to execute SE38 programs.
But I do not have authorization to execute 'Function Modules' in SE37/SE80.
So to debug some i issue I want to run Function module directly.
Regards
‎2010 Aug 24 12:40 AM
Hi,
Try to create a test report using se38 and use FM "CALL FUNCTION" to call a function module.
please check,
‎2010 Aug 24 12:40 AM
Hi,
Try to create a test report using se38 and use FM "CALL FUNCTION" to call a function module.
please check,
‎2010 Aug 24 12:42 AM
Thanks for reply.
But i want to debug/run FM directly in production.
Transport via BASIS team takes time & many approvals.
‎2010 Aug 24 1:36 AM
Run the report : RSFUNCTIONBUILDER it will take you to the se37 screen.
go to se38 and open the report LSEUJFIN and put a break point on the line no 52 where it checks for the authorization.
Run the FM and it will stop at the debugger.
Put the cursor on line no 58 and press SHIFT + F12 - it will skip the lines. Press F8. It will execute your FM.