‎2008 Jul 18 7:39 PM
Hi Frds
I dont have access for SE37 & SU01.But I want to run a function module ,without using SE37 .There is any other t.code or abap program for running the FM .
Thanks
By
Pari
Edited by: Julius Bussche on Jul 18, 2008 7:10 PM
‎2008 Jul 18 7:43 PM
Hello Pari vedan,
Do like this :
Two options :
1) using Se80 and Function group option
2)Go to the menu System -> STATUS and double click the Programme name and then click the display object list icon . You will inside the Se80 there you can select the Function group and then you can execute the FM under that function group.
Thanks,
Greetson
‎2008 Jul 18 7:43 PM
you can write the program using SE38, and call the function module and execute the Function in indirect way. pass required params and test the functionality
‎2008 Jul 18 8:15 PM
Hi Pari,
You can go to se 38, call the function module using pattern and then save and double click on the function module name it will directly take you to the function module.
thanks,
Rajesh
‎2008 Jul 18 8:17 PM
Do you want to run the display of the function module way or do you want to run it in single-test mode way? (see SAP note 587410)
Basically, you can "run" this way or that way from any tcode or report... (unless your patch levels are high enough, in which case you might need tcode SE80).
Cheers,
Julius