Showing posts with label Implemented BADIs for a TCode. Show all posts
Showing posts with label Implemented BADIs for a TCode. Show all posts

Sunday, February 20, 2022

How to Find Implemented BADIs for a Tcode in SAP


 

Simple way to find implemented BADI for a TCode in SAP

 First We have to find the Package for the transaction.

1.     Go to that particular transaction you want to find the implementations for. Let’s pick ME29N for example.

2.        Click on “System->Status” from top menu bar.

 

3.         Double Click on Program Name.

4.        It will now open in the ABAP Editor. Click on “Goto-> Attributes” from top menu.

 

5.       We found the package name. It’s ‘ME’.

 

6.      Now that we have the package name. Let’s find the BADI’s associated with it. Go to Transaction ‘SE84’. And open enhancements->Business-Add-ins -> Definitions from the Repository tree.  

 

7.       Put ‘ME’ in the Package Field and Execute.

8.     This will show all the relevant Enhancement spots in this package. From here you can find the BADI that needs to be implemented based on your requirement.We are going to pick ME_PROCESS_PO_CUST in our case. It is a very common BADI for this transaction which is often used to meet customer requirements.

Double Click on the Highlighted Name –

 

It will take us to the Enhancement spot. 

9.       Here we can see all the implanted objects for this in the implementation node. Click on  the implementation node under the Badi Definition Pane.

There are 5 implementations for this particular BADI. It’s showing all of them. You can navigate by double clicking on them to get more details. 

There are several ways to find BADI information for a TCode. This is one of the easiest. 

 

How to Find Implemented BADIs for a Tcode in SAP

  Simple way to find implemented BADI for a TCode in SAP  First We have to find the Package for the transaction. 1.      Go to that par...