cancel
Showing results for 
Search instead for 
Did you mean: 

Req. Delivery date - IDOC to Sales order

Former Member
0 Kudos

Hello,

A sales order is created from IDOC. If customer sends the requested delivery date as 05/27/2009 (IDOC) system has automatically back the date to 05/24/2009 which should be the customer requested delivery date and to be displayed on the sales order.

3 days of lead time to back the date of the customer's requested delivery date. Is this functionality can be done through configuration settings or does this require ABAP coding?

Example -1

05/27/2009 (Customer's req. delivery date through IDOC) 05/24/2009 (Req. delivery date to be displayed on the sales order)

Example -2

06/10/2009 (Customer's req. delivery date through IDOC) 06/07/2009 (Req. delivery date to be displayed on the sales order)

PS: This logic is applicable for only few customers who has specific shipping conditions (01)

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, the best way would be to map the req.del.date in middleware if used. Otherwise a bit of coding may be required in EXIT_SAPLVEDA_00x ..just guessing your inbound idocs are ORDERS type and processed by FM IDOC_INPUT_ORDERS. BR, Zuzana

Former Member
0 Kudos

Hello Zuzana,

Thanks for the response.

We are not using middleware. Inbound IDOCs we process are:

Message type: ORDERS

FM: IDOC_INPUT_ORDERS

Process code: ORDE

Is there any scope for configuration settings? I guess No but still checking with you.

PS: Appreciate if you could give the correct USER EXIT.

Thanks.

Answers (0)