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: 

to find the transaction code

Former Member
0 Kudos

hi folks,

I have a abap report program like 'ZAPGLPOST1' and Ineed to find the transaction code for this report. How do you find it? i.e In general I am looking to find the transaction code for any abap program.

Thanks in advance for your help.

Santhosh.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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.

Regards,

Rich Heilman

10 REPLIES 10

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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.

Regards,

Rich Heilman

0 Kudos

Another way is to go to SE93, to f4 help on the tcode field. Click information system, click all selections icon in the dialog box, enter the program name in the program name field, hit enter. It will show you the tcode.

Regards,

Rich Heilman

0 Kudos

Another way is to go to SE16, enter TSTC as the table name, in the selection screen, enter program name and hit F8. There's your tcode.

Regards,

RIch Heilman

0 Kudos

Please make sure to award points for helpful answer and mark your post as solved when solved completely. Thanks.

Regards,

Rich Heilman

0 Kudos

Another way is in SE38 - enter the program name. then click on the WHERE USED LIST icon

Former Member
0 Kudos

Hi,

Go to SE80(object browser) and open your program.Check out for the transaction code in the transaction code folder appearing in the list.

Thanks,

Nikhil

Message was edited by: Nikhil Phani Polepally

Former Member
0 Kudos

goto se38..put the report name and click on the where used list button ..and on the popup select "transactions"...

Thanks,

Renjith

Former Member
0 Kudos

Hi Vinu,

Have you created T/code for your report program. If not please do it via T/code SE93.

You can check via SE80--> enter program and u can see T/code associated to the program.

You can find Ztransactions in SE93 by using Z*.

Lanka

Former Member
0 Kudos

Hi Vinu,

You can check the table TNAPR too for the Tcode for any given program.

0 Kudos

Hi,

The table TNAPR doesn't have Tcodes. As far I know, it is used to find the output types and smartforms attached to a program. Is there anyway to find Tcodes in that.........?

Thanks & Regards,

Sharmila