Quantcast
Channel: SCN : Document List - ABAP Development
Viewing all articles
Browse latest Browse all 935

How to find Substitution Transactions for SAP Corrections

$
0
0

Hi All,

 

This document is related to how to find Substitution Transaction Codes.

 

Problem behind:We are all aware that SAP has been updating many programs and transaction codes in every new version it releases. Sometimes the program is modified to add more functionality and sometimes a new transaction code is provided with more features when compared to the old one (For e.g., SAP EnjoyTransactions). In such cases, there is a possibility that the old transaction code is made obsolete and the users should be using the new transaction created for the same. How to know the new transaction created by SAP for a particular transaction code?

 

Solution:  Refer Database table PRGN_CORR2 to find the new transaction codes.

 

Example : In some cases. you need to write a Simple BDC for data uploading to a Enjoy Transaction. But as you aware of, In Enjoy Transactions Dynpro is not captured(Most of the cases) because of the Custom Containers in the Screens. So in this case you can find the alternate way for uploading data is through the Substitution transaction. You can search for the substitution transaction as mentioned below.

 

1. Goto SE11 and open the Table PRGN_CORR2.

2. Enter the Transaction code which you want to search a Substitution(Enjoy Transaction).

 

1.png

2.png

3. Vice Versa, You know the Enjoy Transaction, But you want to search for a Old Transaction

3.png

4.png

I Hope this Document will be helpful for everyone who does ABAP. Keep R&Ding

 

Thanks & Regards,

Venkat Sesha


Viewing all articles
Browse latest Browse all 935

Trending Articles