Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XVBAK

Former Member
0 Likes
2,496

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

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,761

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.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
1,762

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.

Read only

Former Member
0 Likes
1,761

Hi,

XVBAK in some place it is work area and in some place it is a update indicator table.

Regards

Boobalan S

Read only

Former Member
0 Likes
1,761

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.

Read only

Former Member
0 Likes
1,761

>

> 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.