Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standard Program to execute Function Module?

Former Member
0 Likes
4,240

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,982

Hi,

Try to create a test report using se38 and use FM "CALL FUNCTION" to call a function module.

please check,

3 REPLIES 3
Read only

Former Member
0 Likes
1,983

Hi,

Try to create a test report using se38 and use FM "CALL FUNCTION" to call a function module.

please check,

Read only

0 Likes
1,982

Thanks for reply.

But i want to debug/run FM directly in production.

Transport via BASIS team takes time & many approvals.

Read only

1,982

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.