- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Identify the program to edit an ABAP code
There are few ways in which you can identify the program for editing if you know the transaction code in advance.
Firstly you can useSE93 for identifying the program on basis of the transaction.
Secondly, you can run the TCode, and then drill down to program from menu. You can lead to program from System → Status → SAP Data → Repository Data →Program.
Lastly, when you run the T-Code, in the SAP GUI you can see an arrow in the bottom of the editor, Just click on it to get more information about the transaction. You can get details including the program using these.
A small note, the first option should work universally but there can be some scenarios where the last two option not work as expected. So go for first if it is fine for you.
- Related Articles
- Edit an ABAP Program using Transaction SE93, SE80
- Using VBA macro to call an ABAP code
- Determining table or structure of an ABAP code
- How to pause an ABAP program?
- Inserting rows in an empty table to test output of ABAP code
- Making an SAP ABAP program to wait
- Identify the database used for backend in ABAP
- Pseudo code to hide warning in SAP ABAP
- Distinguish SAP ABAP code between clients
- Generating SAP ABAP code/ script from XML coming from an external application
- Source code of ABAP reports without restriction
- Viewing an ABAP program outside customer space.
- Incrementing an integer inside loop in an ABAP program
- Python Program to Edit objects inside tuple
- Can I change the text of options for SELECT via code in ABAP?

Advertisements