cancel
Showing results for 
Search instead for 
Did you mean: 

Notification User-Exit not triggered

peter_atkin
Active Contributor
0 Kudos

Hi all,

We have configured the system to automatically create a notification when creating an order (Define Notification and Order Integration)

However, when saving the order (without accessing the notification) we find that the Notification save user-exit (QQMA0014) is not triggered.

Has anyone found a work-around for this?

Also posted [here|http://www.sapfans.com/forums/viewtopic.php?f=7&t=328408]

PeteA

Accepted Solutions (0)

Answers (1)

Answers (1)

paul_meehan
Advisor
Advisor
0 Kudos

Pete,

It is a common issue. The logic of not calling this exit being that it can prevent notification save and that is not desirable when created in conjunction with the order.

No specific workaround that I know. Depending on what you exit does it might be possible to duplicate the logic into one of the order exits/Badis. Alternatively into a notification exits that is called - generally at create rather than at save - QQMA0025 for example.

-Paul

peter_atkin
Active Contributor
0 Kudos

Thanks Paul,

Strangely enough BADI NOTIF_EVENT_SAVE is called when saving the order (although QQMA0014 isn't).

My issue is now closed

PeteA