Hi Gurus,
I have a following requirement:
(1) When I create a Sales order using VA01, I need to capture all the information pertaining to Sales
Order in Z table.
(2) Now, when I change this same Sales Order using VA02, I need to capture the information before change and after change again in Z table.
For e.g., if i create an SO 8800 with few details as:
SO # Date Material Order Qty Net Value Partner
8800 01/11/09 MRAD113 10 42,000.00 ERA
All these details should get cptured in Z table.
Now, in feb if I change it as follows:
SO # Date Material Order Qty Net Value Partner
8800 02/02/09 MRAD113 2 8400 ERA
Then,
my final z table should look like,
SO # Date Material Order Qty Net Value Partner
8800 01/11/09 MRAD113 10 42,000.00 ERA
8800 02/02/09 MRAD113 10 -42,000.00 ERA
8800 02/02/09 MRAD113 2 8400 ERA
Can this requirement be met??
If yes, please explain me.
Thanks in advance.