2008 May 26 6:39 PM
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
2008 May 26 9:09 PM
Hello
You could also try tcode se84. -> program library -> programs
Regards
Greg Kern
2008 May 26 7:16 PM
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
2008 May 26 9:09 PM
Hello
You could also try tcode se84. -> program library -> programs
Regards
Greg Kern
2008 May 27 2:00 AM
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
2008 May 27 2:05 AM
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.
2008 May 27 4:12 AM
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
2008 May 27 4:35 AM
Hi
using SE80, u can go to the program.
Edited by: Srirama Murthy Maddirala on May 27, 2008 5:37 AM
2009 Jan 12 6:07 PM