2005 Dec 26 10:51 AM
Hi, What is the significance of the following table
VEPVG Delivery Due Index
When i create any sales order will that make any entry in the above table.
Hi, What is the significance of the following table
VEPVG Delivery Due Index
When i create any sales order will that make any entry in the above table.
2005 Dec 26 11:00 AM
Hi Flora,
This table is more related to Delivery Document than the Sales Order.
This Table give info whether or not the delivery has been completed or not and things like, Complete delivery defined for each sales order?What is the processing time etc.
Regards,
Ravi
2005 Dec 26 11:09 AM
Also this table gives Open gross weight of all schedule lines and Open volume of all schedule lines
Tharani
2005 Dec 26 12:35 PM
Hi Flora,
There is relation between the VEPVG and VBAK(Sales order)
SELECT * FROM vepvg AS v
INTO TABLE it_vepvg
WHERE vstel IN s_vstel
AND ledat IN s_ledat
AND vbeln IN s_vbeln
AND exists ( SELECT * FROM vbuk
WHERE vbeln EQ v~vbeln
AND lfstk IN ('B', 'C') ).i think there is an entry , when ever there is a processing on Sales Order, that entry will be
in vbuk table(partially processed or completely processed)based on that vepvg will have entries..
vijay