Application Development 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: 

Is there a way to goto SE38 using a Function module

Former Member
0 Kudos
1,531

Hello Friends,

I don't have authorisation to SE38 in dev system. But I need it to check something. Is there a way to goto SE38 using a Function module. I know that one of my ABAP friends had done this long back.

This will be very helpful.

Thanks

Simmi

1 ACCEPTED SOLUTION

Former Member
0 Kudos
352

Hello

You could also try tcode se84. -> program library -> programs

Regards

Greg Kern

7 REPLIES 7

Former Member
0 Kudos
352

but this can be done through this i hope...you can see the data what they had coded through the tocde SE80..

GO TO TOCDE SE80----> PROGRAM give the name of the program it will show the program ---> there u can execute the program..

regards,

venkat

Former Member
0 Kudos
353

Hello

You could also try tcode se84. -> program library -> programs

Regards

Greg Kern

Former Member
0 Kudos
352

hi,

use se38-> enter the program name and click "display"-> click "other object" button in the menu bar or "shift+f5" -> click tab "function group".

you can access FM according to this way.

Best regards,

Frank

0 Kudos
352

sorry........please ingore the above way. i miss your question.

if you can use t-code se37 or other t-code,

click "other object" button in the menu bar or "shift+f5" -> you can access any program as you like.

Former Member
0 Kudos
352

Hi,

No need to go for function module also. Just write the below code and execute your program, then it will directly goto SE38:

call transaction 'SE38'.

Anyway if the login have no authorization then you cant login.

Regards,

Raghu

Former Member
0 Kudos
352

Hi

using SE80, u can go to the program.

Edited by: Srirama Murthy Maddirala on May 27, 2008 5:37 AM

Former Member
0 Kudos
352

solved