Hi Folks,
Please find the attached current mapping in production environment..
received new logic to be added to the esiting logic..Tried in graphical mappingand didnt worked out..
Please help me how to achieve the below mapping logic and send me the screenshot if it works..
IDoc: INVOIC.INVOIC02.ZINVOIC2capture.png
IF E1EDK01-FKTYP = ‘N’
THEN
IF E1EDP03-IDDAT = ‘024’ EXISTS
THEN
look in the segment where E1EDK03-IDDAT = ‘024’ and map the E1EDK03-DATUM value from there to d_deliv
ELSE
IF E1EDP03-IDDAT = ‘048’ EXISTS
THEN
look in the segment where E1EDK03-IDDAT = ‘048’ and map the E1EDK03-DATUM value from there to d_deliv
ENDIF
ENDIF
ELSE
IF ZINVREF-FKART = ‘YCCC’ or ‘YCCS’,
THEN
look in the segment where E1EDP03-IDDAT = ‘023’ and map the E1EDP03-DATUM value from there to d_deliv
ELSE
IF E1EDP03-IDDAT = ‘001’ EXISTS
Regards,
Kalyan