Hi,
Can you please suggest EXIT which triggers while changing delivery date (LIKP-LFDAT) of outbound delivery through TCODE VL02N should reflect in its corresponding purchase order delivery date ( ME22N at item level field (EKET-EINDT)..
I tried in USEREXIT_SAVE_DOCUMENT_PREPARE include MV50AFZ1. but changes are not reflected in PO.
code:
XEKET-EINDT= LIKP-LFDAT.
but it is not working .there is no field as update indicator (updkz) in table xeket..Please let me know if I am doing something wrong.
Thanks in advance