Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Implement BADI

Former Member
0 Kudos

Hello again Friends,

I want to implement a standard SAP BADI. (ISM_GENERATIONGROUP). This BADI is already defined in SE18, but i cannot find any implementation for it. This results in a standard SAP program dump, because the class CL_EX_ISM_GENERATIONGROUP does not exist. I thought standard SAP classes did not have to be implemented manually? Am i wrong?

Regards

Ballo

2 REPLIES 2

Former Member
0 Kudos

Did you write the implementation in SE19. Write the implementation if u did not do the same. For every BADI definition, there has to be an implementation if it has to be used. It is the same concept as user exits, where an exit is avaiilable but u have to write the application logic and activate it.

0 Kudos

Hello, I did not write the implementation as the class is a standard one. I'm not sure, but i think I have to get BASIS to register the object in SAP, as they are the ones who registered the object in the service marketplace to retrieve the object key...

regards Singh