Application Development and Automation 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: 
Read only

orders05 idoc

former_member582701
Contributor
0 Likes
2,001

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

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
Read only

Former Member
0 Likes
1,075

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