‎2009 Oct 07 4:04 PM
Hi Folks,
I want to manipulate Requested Delivery Date on the Sales Order.
The Field for Req Del Date is RV45A-KETDAT.
But this value is stored in VBAK-VDATU.
When i am trying to modify this value using dxvbak structure, this value is getting populated correctly, but not updating in the table.
Look at the code snippet below.
if zedidc-sndprn = '0000902000'.
IF ze1edk03-iddat = '002'.
MOVE ze1edk03-datum TO zvbak-vdatu. " Requested Delivery Date
zvbak-vdatu = sy-datum + 7.
BREAK-POINT.
dxvbak = zvbak.
ENDIF.
endif.What's wrong here??
Thanks,
Matt
‎2009 Oct 07 7:51 PM
‎2016 Jun 28 5:02 PM
Hi Matt,
How did you figure it out? I have the same requirement here.
Many thanks
Laurent