cancel
Showing results for 
Search instead for 
Did you mean: 

BADI Implementation

0 Kudos

Hi ppioentry.ppioentry

You answered a question I've done about the BADI few days ago. The question's link is the follow: https://answers.sap.com/answers/669316/view.html

In the answer you gave me a link to ABAP documentation really usefull which I've have read today. Everything was fine till I need to create a BADI implementation. Looks like the documentation was not update as per last SAP version.

To implement a BADI I need to fill 3 colums as you can see in the image below:

Can you please educate me how to fill the columns BAdi Implementation and Implementation Class?

In the SAP documentation there is no mention to Implementation Class column.

Thank you very much in advance.

Elton Senne

Accepted Solutions (1)

Accepted Solutions (1)

geert-janklaps
Active Contributor

Hi Elton,

BADI Implementation => name to whatever you like (off course starting with a Z), this is used to have a unique name for your BADI implementation. (you can look up your implementation with this name in transaction SE19)

Implementation Class => Choose a new name for the class that needs to be generated (this will be your actual implementation class)

Best regards,

Geert-Jan Klaps

Answers (1)

Answers (1)

Florian
Active Contributor
0 Kudos

additional to that, it is not the newest technology, so you can find a lot content also here on the community.

For example this one

https://blogs.sap.com/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter-part-4-of-the-serie...