‎2006 Dec 04 2:06 PM
Is there anyway I can find the transaction code of the application (transaction) that I am running? Say for example if I coded an application but haven't given it a transaction code what would its S_TCODE be?
Thanks for your help,
Colm
‎2006 Dec 04 2:08 PM
Please goto <b>System->Status</b> on that screen and you would get the transaction code
The system field for it is sy-tcode.
If you want to create a Transaction Code please goto SE93 to create
Hope this helps
‎2006 Dec 04 2:09 PM
Hi,
if you have not created an transaction and running your application by going to se38-->exceute , the valu of sy-tcode will be se38.
‎2006 Dec 04 2:09 PM
hi,
if u have not assigned a tcode there will be no tcode assgined.
if u have assigned go to system status to find the tcode.
santhosh also u find it at the status bar to the bottom right of ur screen
‎2006 Dec 04 2:09 PM
>>Say for example if I coded an application but haven't given it a transaction code what would its S_TCODE be?
Nothing.. until you assign a Tcode for your Application Program via Transaction SE93.
~Suresh
‎2006 Dec 04 2:11 PM
Hi Colm,
The way to view transaction code for an application will be Goto menu System->Status.
Check for transactin code under SAP Data tab -> Repository Data.
If no transactin is associated for an application, you didnt get any transaction for that application.
To crate a transaction, use transaction code SE93 and click on CREATE.
Thanks,
Vinay
‎2006 Dec 04 2:13 PM
Hi,
Until unless you assign a Transaction code for your Application, you won't get a value in that field, if you assign a Transaction code(Via se93), then the filed will be filled up with the assigned transaction code
Regards
Sudheer
‎2006 Dec 04 2:17 PM
Apparently the transaction code for the program is SE38 unless you assign it a T_CODE. Thanks.