‎2007 Mar 22 6:57 PM
R/3 Enterprise 6.20.
The AT_SAVE method has only the Order Header as Import Parameter.
The documentation for the method in the Notes section says <b>"<i>To get more data about the orders, you can access the document tables of the corresponding order objects"</i></b>
I need to look at the Operations Data for a PM order before it is saved.
Has anyone done something similar and know how to read the Operations data in the AT_SAVE method?
TIA
Cheers,
Ramki Maley.
‎2007 Mar 22 10:58 PM
Hi Ramki,
Try looking at 'IN_UPDATE' and see if it helps you.
thanks,
Chandra
‎2007 Mar 23 2:44 AM
Chandra,
I already did. 'IN_UPDATE' is not called before the AT_SAVE method.
BTW, below is what the doco says for 'IN_UPDATE' .
<i>Note that the method is carried out in the update process. In particular, no dialog is possible, no messages may be sent and no database commit may be executed because otherwise an orderly rollback is no longer possible.</i>
Cheers,
Ramki Maley.
‎2007 Mar 29 7:33 PM