In this document i will use as example the program rfitemgl To find, execute transaction code se80, click on repository browser Go to sap transaction code se80
Kriplusfort - Ces gens qui se sentent visés en commentaires - YouTube
Select the program from the dropdown on the left side under repository
Enter your program name and press enter
On the left side, you will be able to see the transaction code/s where the entered program is used. Developer can query sap transaction codes table tstc or use se80 object navigator to find sap transactions running specific abap program or report This tutorial shows how to find the sap transaction used to launch a particular abap program. Transaction codes have what are called start objects. for transactions where the start object is a program, then searching table tstc (sap transaction codes) by program name (pgmna) is sufficient.
How to find out the source code of a transaction in sap First, go to system → status to find the program name Now use the transaction se38 or se80 to view the source code Alternatively, you can activate the debugging mode before running your transaction by keying in /h.
The associated program will be displayed
A transaction is a way of calling a program Go to se93 and specify your tcode You'll get the programs name which you can edit via se80 and se38. Some abap program that were develop by abaper have their own transaction code which can be a helpful for basis to troubleshoot when dealing with the abap program