HI Avirat,
First find the package name of the Tcode for which you want to find the exit(use SE93 for the same) Place cursor on enhancement input box----> click F4 ---> Click Information Systems ---> give previously found package name in the Package input box ---> click enter ---> then it will display list of all enhancements for that perticulat TCODE.
Below given link will be helpfull to explore more
http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm
With Regards ,
Juneed Manha
Hi Avirat,
First of all go the tcode for which u want to do enhancement, then go to system then to status...Here you will find all information regarding that screen..eg screen number ,program name etc.
Hope I an giving you right information regarding your question.
Best Regards,
Suhas Pawar.
Hi Avirat,
You can get the screen number for screen enhancement using the following methods:
1) Googling on the Tcode or by reading OSS notes .
2) Go to SPRO transaction . Navigate to the application component and see whether any section on Enhancement exists.
3) Other ways of finding it are -
i) CMOD based screen exits -
Here the 4 digits 0101,0111,0201,0211,0301,0311 are the screen numbers where enhancement can be done .
In case project is already implemented, get the project name from MODACT table.
ii) For BADI based screen exit - Do a look up on SXS_SCRN table
Regards,
DPM
Hi Avirat,
I guess Suhas is right. You can find the screen number from that System ---> Status after viewing the transaction using tcode - se93.
Best regards,
Bipasha
Hi,
The better way to identify the screen number for enhancement is , goto ur wish Tcode, there on the top u will find top tab as SYSTEM-> Status. there you will find the Program name, screen number, data element etc, which required for finding an enhancement ,..
Regards,
Kiran
Add a comment