2008 Dec 17 4:49 PM
Is anybody aware of how exactly VEPVG table gets updated ? Functionally VEPVG gets updated when
we create an order with some schedule line data. But is anybody aware of the include/program where exactly
VEPVG table gets populated ?? Also i believe the updation of VEPVG is done based on VBUK table however i need to know the piece of code where VEPVG gets updated.
My issue is with multiple entries sitting in VEPVG table when the shipping dates are changed on the order.
Is anybody aware of how exactly VEPVG table gets updated ? Functionally VEPVG gets updated when
we create an order with some schedule line data. But is anybody aware of the include/program where exactly
VEPVG table gets populated ?? Also i believe the updation of VEPVG is done based on VBUK table however i need to know the piece of code where VEPVG gets updated.
My issue is with multiple entries sitting in VEPVG table when the shipping dates are changed on the order.
2008 Dec 17 5:18 PM
2008 Dec 17 5:48 PM
You can check and even trigger the delivery due index update from ABAP RVV05IVB. Enter the sales order and flag parameter 'Shipping due date index'. From there I can see the function module RV_INDEX_REORG is called and in there function module RV_SALES_DOCUMENT_INDEX_ADD. From there the form INDEX_VEPVG_SCHREIBEN.
Best regards Jack
2008 Dec 18 9:41 AM
Hey Jack thanks for your quick reply....However the program suggested by you is just to adjust the entries in VEPVG table once the entries are made to it. My concern is while creating an order what is the piece of code which updates this VEPVG table???
2008 Dec 18 9:56 AM
The function module RV_SALES_DOCUMENT_INDEX_ADD that is called by ABAP RVV05IVB is also called during sales order update in function module RV_SALES_DOCUMENT_ADD from BELEG_SICHERN(SAPMV45A). Be aware that it is called in an update task.
Best regards jack
2008 Dec 18 10:01 AM
Thanks again for the quick response....Will check right away..
2008 Dec 19 3:31 PM
With your help i was able to find the place where VEPVG table gets updated....Can you also hint me when exactly the entries from VEPVG table gets deleted ??? Appreciate your response...
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |