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

Executing 3 FM's in a sequence

Former Member
0 Likes
5,018

Hi all,

I need to execute 3 FM's(eg create ,save and commit) in SE37.How do i do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,176

To execute all the three function module in sequence

goto->se37>Test>test sequences--> enter the function module name in sequence

Execute first one and paas the import parameters to first one and press F8.

Go back now i.e. press F3 and pass the import parameters to second one and execute it F8.

And so on....

5 REPLIES 5
Read only

Former Member
0 Likes
3,176

Execute in order and provide the output of one into the input of other.

Hope you get it.

Read only

Former Member
0 Likes
3,176

Hi,

In menu for SE37

Function Module - > Test ->Test Sequences(Here you can give the sequence in which FM's has to be executed)

Read only

Former Member
0 Likes
3,176

Hi,

Please look into the link,

http://wiki.sdn.sap.com/wiki/display/ABAP/FunctionModuleTest+Sequence

Regards,

Aditya

Read only

nirajgadre
Active Contributor
0 Likes
3,176

Hi,

To execute all the three function module in sequence goto->se37>Test>test sequences--> enter the function module name in sequence and execute.

Read only

Former Member
0 Likes
3,177

To execute all the three function module in sequence

goto->se37>Test>test sequences--> enter the function module name in sequence

Execute first one and paas the import parameters to first one and press F8.

Go back now i.e. press F3 and pass the import parameters to second one and execute it F8.

And so on....