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: 

Notification information is not getting in WORKORDER_UPDATE BADI

former_member611549
Discoverer
0 Kudos

I am not getting the notification information in BADI work_order update . as it is automatically save while saving the workd order from IW32.

how t get the notification information?

2 REPLIES 2

NTeunckens
Active Contributor
0 Kudos

Either check for Notification BAdI's "ALM_ME_NOTIF_HEADER" / "NOTIF_EVENT_POST" / "NOTIF_EVENT_SAVE" as an alternative ... or just use the BAPI "BAPI_ALM_NOTIF_GET_DETAIL" to fetch the Notification data in the "WORKORDER_UPDATE" BAdI ...

former_member611549
Discoverer
0 Kudos

Hi Nic,

I am Changing the notification through workorder change IW32 and i want the change data which is not updated in DB.

through the BAPI i will get only old data which was already updated.

Notification BADI's you mentioned are not getting triggered while saving the Notification.