cancel
Showing results for 
Search instead for 
Did you mean: 

How to check Z Enhancement available in Std T code

former_member225044
Active Participant
0 Kudos

Hi,

How to check particular T code have any development or enhancement in their code. How to check.

If suppose if want to check ME53N , what are all the enhanced in that code. if if we click on Status  it is showing like as shown, how to go and where exactly change is their how to check.

here with attached doc.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Man,

First you should be specific that what type of Enhancement you are looking after whether it can be User exit or Screen Exit or Menu exit.

While debugging the standard SAP program, you have to decide at which place we would need to write our own code. There we need to check whether enhancement can be implemented. 


have a tour in the below link.


http://saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm


Thanks & Regards,

Vamsi.

former_member188883
Active Contributor
0 Kudos

Hi ,

Please check below links to trace out exists/enhancement for SAP standard tcodes.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0041d4e6-1e43-2e10-0db4-9386abe98...

Hope this helps.

Regards,

Deepak Kori

former_member225044
Active Participant
0 Kudos

Hi,

Question is we were suddenly entered middle of the Project does not know some enhancements, If suppose Purchase requisition T code (ME51N) have some enhancement in their code,

How to check , through SE80 and package MEREQ  checked it shows all std , how to check is their any Z Enhancements are their or not.

Through Module pool program having so many includes how to find where exactly changed.

former_member188883
Active Contributor
0 Kudos

Hi ,

An Experienced ABAPer might come to your rescue. He may use transactions CMOD and SMOD to identify relevant exits enabled in the sytsem

Regards,

Deepak Kori