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

MV45AFZZ

Former Member
0 Likes
594

Hi Guru's,

I need some help to determine which items are changed in MV45AFZZ at EXIT_SAVE_DOCUMENT_PREPARE.

Is there a table which contains only the changed values?

Because when looking in VBAP, XVBAP and YVBAP I only see all item lines and not specific the changed ones.

Thank you in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

Hi,

YVBAP structure will hold the original data i.e. data before changes.

XVBAP structure will have the changed data. you can check the UPDKZ field, if data is changed, updkz will have 'U' indicator.

Revert in case of any clarifications.

Regards

Srini

Hi Guru's,

I need some help to determine which items are changed in MV45AFZZ at EXIT_SAVE_DOCUMENT_PREPARE.

Is there a table which contains only the changed values?

Because when looking in VBAP, XVBAP and YVBAP I only see all item lines and not specific the changed ones.

Thank you in advance.

1 REPLY 1
Read only

Former Member
0 Likes
552

Hi,

YVBAP structure will hold the original data i.e. data before changes.

XVBAP structure will have the changed data. you can check the UPDKZ field, if data is changed, updkz will have 'U' indicator.

Revert in case of any clarifications.

Regards

Srini