Application Development 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: 

USEREXIT_SAVE_DOCUMENT_PREPARE

Former Member
0 Kudos

Hi all

Tried using XVBAP int table to modify the values of partial deliveries and maximum no of entries in the USEREXIT_SAVE_DOCUMENT_PREPARE.

However the changes are not being be reflected in the values when i check in VBAP table...

My code looks like this...

clear vbap.

loop at xvbap into vbap.

vbap-antlf = '4'.

vbap-kztlf = 'D'.

modify xvbap from vbap.

clear vbap.

endloop.

Any idea why?

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi

U have to set the flag for modification: XVBAP-UPDKZ

Max

0 Kudos

Hey Max..

Thanks a lot!! full pts awareded