‎2007 Sep 03 8:05 AM
Hi everybody!
When I create a new Module-pool and transaction associated, I can not access it because I haven't got the privileges to execute the transaction. I create the program using SE80. Is there any option so I can execute the programs I create without having to contact with administrators each time I have to ?
Thanks very much.
‎2007 Sep 03 8:08 AM
Hello,
No need of all those things.
In se80 or using se93 just create a transaction and use it.
Reward If Helpful.
-
Sasi.
‎2007 Sep 03 8:09 AM
Hi Maria,
I dont think ther's any way to execute a transaction associated with a module pool program without having authorization.
Regards,
Ravi G
‎2007 Sep 03 8:10 AM
Hi Maria,
The transaction name need to be maintained in your authorization profile under object S_TCODE.. contact your security administrator..
Thanks and Best Regards,
Vikas Bittera.
‎2007 Sep 03 8:10 AM
HI maria,
sorry but you cannot execute a module pool program directly as you do in case of a report program...for that you necessarily need a transaction.....for transaction authorization please contact your BASIS consultant
thanks
vivekanand
‎2007 Sep 03 8:11 AM
Go to SE93 -> type in the transaction associated -> Display
Enable debugging by /h.
Then press F8.
Use single step debugging and wherever it asks for authorization check, change the sy-subrc value to 0 and press F8.
Try it, it works. Reward if helpful.
Kartavya
‎2007 Sep 03 8:15 AM
Hi,
if you know the program name associated with T-code, difinitelly you can run execute the program by using the se-80.
Example : there is program <b>zcalculate</b> and t-code for this program is <b>ZCALC.</b>
but you dont have the access to run the t-code <b>ZCACL</b>.
then you have to go SE-80 ang select give the program name <b>zcalculate</b> press display. Then you press F8.
Like that you can run the program using SE80 evethough
1)<b>t-code is blocked</b> or
2)<b>blocked the program to run in SE38</b>
<b>Reward with points if useful.</b>
Regards,
vijay
‎2007 Sep 03 8:17 AM