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

Transaction Code

Former Member
0 Likes
834

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

7 REPLIES 7
Read only

Former Member
0 Likes
806

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

Read only

Former Member
0 Likes
806

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.

Read only

Former Member
0 Likes
806

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

Read only

suresh_datti
Active Contributor
0 Likes
806

>>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

Read only

Former Member
0 Likes
806

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

Read only

Former Member
0 Likes
806

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

Read only

Former Member
0 Likes
806

Apparently the transaction code for the program is SE38 unless you assign it a T_CODE. Thanks.