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: 

PM BADI for Work Order to modify corresponding notification

choi_jihoon
Explorer
0 Kudos

Dear All,

now i am having problem with modifying the dates on notification at the creation time of work order.

i almost got the answer for modifying the dates on notification from the BADI for work order.

but if i make some commit statement on the IN_UPDATE BADI, runtime error occurs.

Do you have any idea for modifying the dates values while i am creating work order?

Thanks for your advice in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please check NOTIF_EVENT_SAVE BADI.

CS_VIQMEL is the structure to be used.

Regards,

VS

3 REPLIES 3

Former Member
0 Kudos

Hi,

Please check NOTIF_EVENT_SAVE BADI.

CS_VIQMEL is the structure to be used.

Regards,

VS

0 Kudos

Thanks for your help, i was trying to find this BADI for so long time.

0 Kudos

Dear  V S,

I managed to get the notification structure and its values, but i need to get the values of dates on corresponding work order while NOTIF_EVENT_SAVE executed.

How can i achieve this? is there any accessible structure?

Thanks for your advice in advance.