Hello all,
We are receiving order acknowledgement from the vendor for our purchase order through EDI. My requirement is to change the delivery date from date format to week format and display on confirmation tab of purchase order. This can be done by changing field XUEKES-LPEIN = 2 (week). customer exit EXIT_SAPLEINM_008 in the function module IDOC_INPUT_ORDRSP is the only one where XUEKES is available. I have changed the value in this exit but the database table EKES-LPEIN does not gets updated with the week value.
I have developed the customer exit and want to test the process using WE19. I am taking an existing ORDRSP idoc for the testing purpose. I modified XUEKES-LPEIN in the exit.However, the purchase order is not getting updated with the week format.Can anyone help me with this problem?
Thanks