Application Development 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: 

How to find Transaction code from Report/program name ?

Former Member
0 Kudos

Dear all,

How to find Transaction code if i know Report/program name ?

1 ACCEPTED SOLUTION

Former Member

Hi,

The easiest way is to go into SE80, and enter the name of the program, and hit enter. You will see a transaction code folder appear in the object list on the left. Open the folder. There is the tcode.

Reward for useful answers.

Regards,

Raj.

9 REPLIES 9

Former Member

Hi,

The easiest way is to go into SE80, and enter the name of the program, and hit enter. You will see a transaction code folder appear in the object list on the left. Open the folder. There is the tcode.

Reward for useful answers.

Regards,

Raj.

p291102
Active Contributor

give the pgm name in se11 - > tstc table and execute that one

u can able to see the transaction code if anything created for that program.

former_member182485
Active Contributor
0 Kudos

Goto T-code SE80 select program and enter the program name.

it will list you every thing related to that particular program like types, fields, event, Transactions , etc.

Do not forget to reward points if helpful

Regards

Bikas

Former Member

Hi Kishore,

You can also do this.

Go to SE-38>Where used list->Choose transaction and press enter.

This will display all the transaction in which the program is used.

Hope this helps you.

Thanks,

Arun

Former Member
0 Kudos

Hi Kishore,

To find out a transaction for a report/program name, one of the simplest solution is use the where-used list (CTRLSHIFTF3). Give the program name in the editor and click on the where-used list button and choose the check box transaction and execute. You will be getting the list of transaction where the program is assigned (normally it will be one).

Cheers.

...Reward if useful.

Former Member
0 Kudos

Hi,

In se 38 when u open ur program,in the application toolbar u have a button beside the where-used list button as display object list.on clicking this button,a window will be opened at the left most corner for repository browser,in this u can find any tranasctions,fileds,screens,dictionary structures defined for the program.

if any transaction is created for the program u can find it under the transaction folder.

revert back for further queries.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

Goto SE38..

Give your program name...

Click Ctrl + Shift + F3 (Where used list)

A popup will appear

Select only "Transactions" check box....

And click "OK"

It will give you the transactions...

Thanks..

Plz reward points if useful.

Former Member
0 Kudos

Hi,

In addition to se38 ,you can even check here.

All Transaction Codes are stored in table TSTC along with the Program name. So check the entries of table TSTC for respective program.

Thanks.

Do reward if useful

contacteskay
Discoverer
0 Kudos

Go to SE16 -> Enter table name TSTC -> Enter program name and execute