cancel
Showing results for 
Search instead for 
Did you mean: 

GOS attachment BADI implement GOS_SRV_SELECT

PradipPatel
Explorer
0 Kudos
100

Hi expert,

I am trying to implement badi GOS_SRV_SELECT.  After Badi implimenting and save active successfully completed I got status runtime behaviour "Implementation will not be called" and BADI automatically inactive.

Please help.

PradipPatel_0-1742380859866.png

 

Pradip Patel

 

Accepted Solutions (1)

Accepted Solutions (1)

FabioPagoti
Active Contributor
0 Kudos

GOS_SRV_SELECT is a Badi which can only have a single active implementation (check the "Multiple use" flag in SE18). 

I check on an S/4HANA system and there is a standard active implementation called FIN_GOS_HTMLGUI. 

If that is the case for you, you should get an error message "There are already implementations active" when trying to activate your own implementation.

You might now be able to inactivate a standard BAdI implementation unless there is a customizing activity for it. Worst case scenario you might add your own logic using implicit enhancements on the class linked with the active implementation.

Answers (0)