Dear SAP experts,
We are in ECC 6 EHP 7. We have a requirement where the user request a custom field in header to input delivery time and document date. The delivery date for each item then will be calculated based on document date plus delivery time. For example: document date is 10.02.2014 and delivery time is 5 days then the delivery date for all items should be 15.02.2014.
They dont want to input delivery date for each items individually as the items can lead to hundreds of items.
I have tried to use BADI ME_PROCESS_PO_CUST, where method PROCESS_ITEM can be used to change value of item before saved (among them is delivery date). However we found out that if the change is done in header (delivery time), method PROCESS_ITEM is not even called.
Is there any other way to satisfy this requirement?
Best regards,
John