Application Development and Automation 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: 
Read only

Missing filter option standard SAP BADI implementation

former_member284740
Participant
0 Likes
3,229

Hello there...

Currently i'm trying to fix a syntax error in standard SAP BADI implementations of /POSDW/CONDITION, according to note 987226 https://launchpad.support.sap.com/services/pdf/notes/987226/E

Importing the support package as described is not an option: current release is 7.4 SP22. However, the problem as described in said note is exactly what i'm seeing. And thus i went on to do some manual adjustments as described in the note.

And that's where it gets interesting.... removing the incorrect filter values was no problem. The next step however, inserting back the filter values, is where it goes wrong: i cannot add the filter values! Looking at all menu options and buttons: there is none! And when i look at the conflict list, there is the possibility of adjusting the BADI implementation. Pressing that button brings me to the implementation but again: no option to add filter values...

I even tried to make a new implementation but again: no option to add a filter value.

Anyone with an idea or suggestion where to look or how to solve this?

Kind regards!

1 ACCEPTED SOLUTION
Read only

former_member284740
Participant
2,673

Ok... now i'm feeling a kind of stupid. After posting my question, i went back to the BADI definition (SE18) and not the implementation (SE19). And there was an option to define a filter. Apparently when i removed the filter values from the implementations, the filter definition was removed as well from the BADI definition.

So now the filter options is back again in the implementations.

Anyway... if you have read my question: sorry for wasting your time 😉

Hello there...

Currently i'm trying to fix a syntax error in standard SAP BADI implementations of /POSDW/CONDITION, according to note 987226 https://launchpad.support.sap.com/services/pdf/notes/987226/E

Importing the support package as described is not an option: current release is 7.4 SP22. However, the problem as described in said note is exactly what i'm seeing. And thus i went on to do some manual adjustments as described in the note.

And that's where it gets interesting.... removing the incorrect filter values was no problem. The next step however, inserting back the filter values, is where it goes wrong: i cannot add the filter values! Looking at all menu options and buttons: there is none! And when i look at the conflict list, there is the possibility of adjusting the BADI implementation. Pressing that button brings me to the implementation but again: no option to add filter values...

I even tried to make a new implementation but again: no option to add a filter value.

Anyone with an idea or suggestion where to look or how to solve this?

Kind regards!

1 REPLY 1
Read only

former_member284740
Participant
2,674

Ok... now i'm feeling a kind of stupid. After posting my question, i went back to the BADI definition (SE18) and not the implementation (SE19). And there was an option to define a filter. Apparently when i removed the filter values from the implementations, the filter definition was removed as well from the BADI definition.

So now the filter options is back again in the implementations.

Anyway... if you have read my question: sorry for wasting your time 😉