‎2008 Aug 13 6:10 AM
Hi,
I wanted to know the exact difference between XVBAK and VBAK and why is that in some routines and user exits XVBAK has values in certain fields but VBAK does not have
‎2008 Aug 13 6:20 AM
hi,
in real there is no structure like XVBAK in data dictionary .
but in some exits thy just created structures with name xvbak like vbak and passing data through them.
‎2008 Aug 13 6:20 AM
hi,
in real there is no structure like XVBAK in data dictionary .
but in some exits thy just created structures with name xvbak like vbak and passing data through them.
‎2008 Aug 13 6:20 AM
Hi,
XVBAK in some place it is work area and in some place it is a update indicator table.
Regards
Boobalan S
‎2008 Aug 13 6:23 AM
Hi ,
While creating sales order before updating the record into VBAK and VBAP tables it will maintain these data in XVBAK and XVBAP .
finally it will update whatever values that are present XVBAK and XVBAP to VBAP and VBAK.
Regards.
Eshwar.
‎2008 Aug 13 6:28 AM
>
> Hi,
>
> I wanted to know the exact difference between XVBAK and VBAK and why is that in some routines and user exits XVBAK has values in certain fields but VBAK does not have
When You are talking about the Standard Sales order program..
if you want to Compare XVBAK , you need to compare with YVBAK. not VBAK.
XVBAK with the Changes latest.
YVBAK will have old data.