‎2009 Nov 20 1:17 AM
Hi all,
I need to execute 3 FM's(eg create ,save and commit) in SE37.How do i do this?
‎2009 Nov 20 5:15 AM
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....
‎2009 Nov 20 1:22 AM
Execute in order and provide the output of one into the input of other.
Hope you get it.
‎2009 Nov 20 4:40 AM
Hi,
In menu for SE37
Function Module - > Test ->Test Sequences(Here you can give the sequence in which FM's has to be executed)
‎2009 Nov 20 4:43 AM
Hi,
Please look into the link,
http://wiki.sdn.sap.com/wiki/display/ABAP/FunctionModuleTest+Sequence
Regards,
Aditya
‎2009 Nov 20 5:02 AM
Hi,
To execute all the three function module in sequence goto->se37>Test>test sequences--> enter the function module name in sequence and execute.
‎2009 Nov 20 5:15 AM
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....