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

find T-code

Former Member
0 Likes
1,493

Hi Every body,

I know the program name i have to find transaction for the same.

i am checking one Z- include program,while i am checkimg in system status it shows T-code SE38.

can i know hoe to find out this one

16 REPLIES 16
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,454

hi,

Goto SE80

Give your program name and press enter., you will find all include names and transaction codes

Read only

Former Member
0 Likes
1,454

Go to SE80. Select programs and then give ur program name and press enter. You will get the t code

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,454

Hi,

Goto transaction SE80 --> select PROGRAM in the drop down --> give the program name below the drop down --> hit enter --> you will get a list of all objects related to that program --> check if a transaction-code exits for that program.

Hope this helps you.

Regards,

Tarun

Read only

Former Member
0 Likes
1,454

Or,

go to SE11 -> atble TSTC-> give progarm name and it will give you transaction assigned to the same.

Read only

Former Member
0 Likes
1,454

Hi,

You can find it by going to transaction - SE80,

There enter your pgm name and if the t-code is present

for that pgm then it will show you there.

Hope it helps

Regards

Mansi

Read only

Former Member
0 Likes
1,454

Hi Shekhar,

Easiest way to find Tcode for a program is:

1) In se38 give your program name

2) Click on where used button in application tool bar

3) In Used In box,unmark all and just select transaction

4) Click on right.

n thts all... u wll get list of tcode where tht program is used

Read only

Former Member
0 Likes
1,454

Hi,

For this you can use table TSTC which will be having t-code for the partcular pgm name .

Thanks

Shrila

Read only

Former Member
0 Likes
1,454

Hi,

If T-code is created for that program then you can view it in system status. In your case it showing as se38, so no t-code is assigned to that program.

Regards,

Sathish

Read only

Former Member
0 Likes
1,454

T.code : SEARCH_SAP_MENU

THEN ENTER TEXT U GOT RELATED T.CODE

Read only

former_member585060
Active Contributor
0 Likes
1,454

HI,

Goto SE93

Click F4, click on All selections(Shift+F7)

Give the Program in the field Program

It gives any Tcode present for that program

Regards

Bala Krishna

Read only

Former Member
0 Likes
1,454

Hi,

You can get it from se80. Please try it.

Thanks.

Read only

Former Member
0 Likes
1,454

Hi

Goto T-code Se80. Give the program name and see if there is any transaction associated with it.

Also, other way you can see it through the table TSTC (SAP Transaction Codes).

Hope this helps.

Regards

Harsh

Read only

Former Member
0 Likes
1,454

hi shekhar,

go to t-code SE80

click on program

give your program name

check whether t-code for your program is present or not

thanks

Read only

Former Member
0 Likes
1,454

goto se->11 then enter tstc in datbase table field and press contents

enter program name in PGMNA field

you will get tcode for that program

Read only

Former Member
0 Likes
1,454

u can code a program using the table TSTC or can view tcode directly from the same table .

Read only

NeerajRao
Explorer
0 Likes
1,454

Hi,

Goto *SE80 --> * Drops the list choose Program , then write the Program Name in the text box

below . Hit Enter .

Then a tree structure below is displayed where your program Name is object Name and Tree contains a

node named Transaction.Clicking on it gives Transaction Code for the above program.

I think this might clear the things.