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: 

BADI NOTIF_EVENT_SAVE for IW21/22 does not trigger...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I tried looking for a BADI that will suit my requirement and I think this BADI(NOTIF_EVENT_SAVE)

will suit my requirement. I found through debugging the transaction(IW21/22) that this BADI is called so I created an

implementation for it and put a 'BREAK-POINT' statement to see if it stops but it doesn't.

Any of you guys has experience using this BADI for transactions IW21/IW22? Thank you and take care!

1 ACCEPTED SOLUTION

peter_atkin
Active Contributor

Did you activate the BADI implementation?

PeteA

6 REPLIES 6

peter_atkin
Active Contributor

Did you activate the BADI implementation?

PeteA

0 Kudos

Hi Pete,

Yes, I activated it.

0 Kudos

Viraylab,

What are you trying to do in the notification?

PeteA

0 Kudos

Hi Pete,

I would like to check some fields if it has values or not. And also, there is this scenario wherein before saving/completion, the user deletes a line item either in damage or cause codes tabs so I would like to know id this BADI can have the buffer data. In the exit that I am using which is QQMA0014(QM/PM/SM: Checks before saving a notification), I cannot see the deleted line item which will be marked by an 'X' in field KZLOESCH(Delete Data Record) since it is still in the buffer and the notifcation is just in the process of saving.

0 Kudos

Viraylab,

Why don't you use QQMA0014 to compare the FM import tables with the database tables. This way you will know if the user has deleted anything

PeteA

0 Kudos

hello,

I have same problem,how to determine deleted row ? how to solve it?