2007 Apr 26 2:18 PM
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
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
2007 Apr 26 2:35 PM
2007 Apr 27 1:25 PM