2005 Apr 05 5:25 PM
Hi,
i´m using badi
WORKORDER_UPDATE
.BEFORE_UPDATE
but the saving takes place before because i get the corresponding message of the changes being saved.Any idea of how can i solve this?
that is, where do i have to implement my code in order to check the field before changes being saved?
Best regards.
2005 Apr 05 9:18 PM
Please try method AT_SAVE. I believe you implement BEFORE_UPDATE to include your own database changes in the update processing.
Cheers,
Ramki.
2005 Apr 05 9:18 PM
Please try method AT_SAVE. I believe you implement BEFORE_UPDATE to include your own database changes in the update processing.
Cheers,
Ramki.
2005 Apr 07 5:00 PM
Hi,
the question is that in event
AT_SAVE
i´m using FM 'CO_BT_AFVG_GET
' in order to getit_afvgd
but i just get one single record instead of the whole internal table.Does anyone of you know how can i get the internal table it_afvgd instead of a single record of it?
Best regards.
2005 Apr 10 7:46 PM
Hi,
in case someone´s interested i´ve found FM '
PM_ORDER_DATA_READ
'.If you know something similar please let me know.
Best regads.
2007 Apr 02 4:22 PM
Hello,
i have the same problem, that is, that it doesn't show the complete afvgd internal table.
Did you find a solution for this?
Regards
2007 Jun 07 5:03 AM
HI Tom
Even I am trying to get value of field USR03 in structure AFGVD in Production Order. Can you please tell me how you have resolved your problem.
Thanks in advance
VAN