Application Development and Automation 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: 
Read only

Coding

Former Member
0 Likes
1,202

Hi Everbody,

How Can I get the ABAP coding of the particular Transaction Code....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,181

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

8 REPLIES 8
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,181

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

Read only

Sm1tje
Active Contributor
0 Likes
1,181

Via transaction SE93. Enter transaction code and double click on program.

Read only

Former Member
0 Likes
1,181

Go to SE93

Put this Tcode and Display its details..

The program name will be there..

copy it in SE38 and see the code.

Read only

Former Member
0 Likes
1,181

Go to Transaction (Lets take VA03)-> (Menu) System -> Status -> Program Name (Double Click on that). So you can see the code of the transaction.

Read only

Former Member
0 Likes
1,181

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

Read only

rejish_balakrishnan
Contributor
0 Likes
1,181

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.

Read only

Former Member
0 Likes
1,183

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

Read only

Former Member
0 Likes
1,181

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