‎2009 Mar 16 5:50 AM
Hi Everbody,
How Can I get the ABAP coding of the particular Transaction Code....
‎2009 Mar 16 5:57 AM
Hi Murugesh,
You can check the Progrma name for a particulat transaction by
two methods:
1)Go to t-code se93 ->Enter your t-code and then click display button.
It will display you the Program name of that t-code.
2)Execute your t-code ,then from your initial screen of your t-code,
Go to ->System ->Status ->Program Name.
Hope it helps
Regrds
Mansi
‎2009 Mar 16 5:52 AM
Hi,
Execute transaction --> goto menu SYSTEM --> click STATUS
Refer the program name.
Double click on program name and you will be navigated to code for program
Regards,
Tarun
‎2009 Mar 16 5:52 AM
Via transaction SE93. Enter transaction code and double click on program.
‎2009 Mar 16 5:53 AM
Go to SE93
Put this Tcode and Display its details..
The program name will be there..
copy it in SE38 and see the code.
‎2009 Mar 16 5:53 AM
Go to Transaction (Lets take VA03)-> (Menu) System -> Status -> Program Name (Double Click on that). So you can see the code of the transaction.
‎2009 Mar 16 5:54 AM
first execute the transaction code.....then in the menu bar go to "SYSTEM"..the click on "STATUS".....in the middle under "SAP Data"....you can find the name of the program
‎2009 Mar 16 5:56 AM
HI,
Goto system -
>status .In the dialog box copy the program name (usually starts with sap* eg : SAPMSED5).
Now using se38 open the program to see the souurce code.
note : u cannot open in change mode or edit anything in it.
‎2009 Mar 16 5:57 AM
Hi Murugesh,
You can check the Progrma name for a particulat transaction by
two methods:
1)Go to t-code se93 ->Enter your t-code and then click display button.
It will display you the Program name of that t-code.
2)Execute your t-code ,then from your initial screen of your t-code,
Go to ->System ->Status ->Program Name.
Hope it helps
Regrds
Mansi
‎2009 Mar 16 6:01 AM
Hi,
You can go to SE16. Enter table name TSTC. Enter transaction code in the filed TCODE and click on execute. You will get the program name in field PGMNA.
Regards,
Pranaya