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

How to execute a function module?

Former Member
6,590

I am new to SAP and I need to execute a function module, per OSS Note 894279.

It says I need to run a function module with a certian parameter. Well I see how I can modify function modules in SE37 or SE80, but how do I run/execute them?

I am sure this is something simple that I am not aware of. Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
5,251

Hi,

Go to SE37--> Give the FM name --> press F8 --> Give the values for Import parameters --> Press F8 or exection button on application tool bar.

Thanks,

Sri.

2 REPLIES 2
Read only

Former Member
5,252

Hi,

Go to SE37--> Give the FM name --> press F8 --> Give the values for Import parameters --> Press F8 or exection button on application tool bar.

Thanks,

Sri.

Read only

George_Lioumis
Active Participant
0 Likes
5,251

Hi,

you can test/run a function module in transaction SE37. Otherwise, you have to write a program to call (execute) the transaction...

Regards,

George