How To Know What TCODE Used In ABAP Program
Today I want to teach you how to find out what TCODE that is used by the ABAP Program, to do this we can see the package of the program it self, in order to do this, you can execute TCODE SE80.
Select Program in the “Test Repository” tab, and enter the ABAP Program name, press enter to continue.
Now you can see that this program package consists of several folders such as Dictionary Structures, Fields, Events, Subroutines, etc.
The folder you need to open is the “Transactions” folder, there you will find the TCODE for this ABAP program name.
Today I want to teach you how to find out what TCODE that is used by the ABAP Program, to do this we can see the package of the program it self, in order to do this, you can execute TCODE SE80.
Select Program in the “Test Repository” tab, and enter the ABAP Program name, press enter to continue.
Now you can see that this program package consists of several folders such as Dictionary Structures, Fields, Events, Subroutines, etc.
The folder you need to open is the “Transactions” folder, there you will find the TCODE for this ABAP program name.
Post a Comment