2007 Sep 04 9:40 AM
Hi,
I need to update the Operations Data for Planned Order(IW32) during creation or Update.
Now my problem is that we need to update the data during save, so we found an user exit. But the user exit does't have the import parameters of Operations data.
But we got only this user exit as possibility.
Could any one please help us like how can we capture the data/information that was in buffer before creation of Planned order? As user exit doesn't have that import parameter.
Thanks and Regards,
Gopinath Addepalli.
Hi,
I need to update the Operations Data for Planned Order(IW32) during creation or Update.
Now my problem is that we need to update the data during save, so we found an user exit. But the user exit does't have the import parameters of Operations data.
But we got only this user exit as possibility.
Could any one please help us like how can we capture the data/information that was in buffer before creation of Planned order? As user exit doesn't have that import parameter.
Thanks and Regards,
Gopinath Addepalli.
2007 Sep 04 9:53 AM
Hi,
do you use the BADI WORKORDER_UPDATE (SE18)
or if an user-exit which do you use?
Regards, Dieter
2007 Sep 05 10:03 AM
Hi,
I have used BADI workorder_Update , but it was not triggering at Update method.
Please suggest us the way. We need to update the data.
Regards,
Gopi.
2007 Sep 05 10:34 AM
try this FM - READ_NOTIFICATION_BUFFER
U can call it from ur User Exit.. It will give u the total buffered data during Creation and Change both.
Hope it helps.