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

Function Module without SE37 access

Former Member
4,269

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,708

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

Read only

Former Member
0 Likes
1,708

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

Read only

Former Member
0 Likes
1,708

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

Read only

Former Member
0 Likes
1,708

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