Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

orders05 idoc

former_member582701
Contributor
0 Kudos
1,140

Hi,

I need to know if any segment/field has the data about the:

- Date of order was created

- Delivery request date

- Days to transport

Idoc is an inbound idoc and the requirement is put delivery request date = date of order + days to transport.

Thx

1 REPLY 1

former_member589029
Active Contributor
0 Kudos
214

The qualifier segment E1EDK03 has

- creation date (qualifier 025) - header

- requested delivery date (qualifier 002) - header

On Item level you have the following qualifier segment E1EDP03

- requested delivery date (qualifier 002) - item

However I am not sure if there is a segment for the days to transport - you might need to get that from the material master.

Hope that helps,

Regards,

Michael