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: 

how to map 'shipment end' in idoc SHPMNT05?

Former Member
0 Kudos

Hello Everyone,

can anyone tell me how to map 'shipment end' in idoc SHPMNT05?

Thanks,

Regards,

Trishan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Trishnan,

You can use the segment E1EDT10 for setting the shipment completion. You can pass the date to E1EDT10-NTANF and E1EDT10-QUALF = 004.

Please check the value range of Domain EDI_VTDT10. Domain EDI_VTDT10 is assgined Data element EDI_VTDT10.

E1EDT10-QUALF is assigned to Data element EDI_VTDT10

Cheers

~Niranjan

5 REPLIES 5

Former Member
0 Kudos

Hi Trishnan,

You can use the segment E1EDT10 for setting the shipment completion. You can pass the date to E1EDT10-NTANF and E1EDT10-QUALF = 004.

Please check the value range of Domain EDI_VTDT10. Domain EDI_VTDT10 is assgined Data element EDI_VTDT10.

E1EDT10-QUALF is assigned to Data element EDI_VTDT10

Cheers

~Niranjan

0 Kudos

Thanks Niranjan!

Can you also let me know how to map following in the idoc SHPMNTO5:

check-in

loading start

loading end

shipment start.

Thanks!

Trishan

0 Kudos

Hi,

For Loading start, use the qualifier 003 and pass the date to NTANF.

For Loading end, use the qualifier 003 and pass the date to NTEND.

For shipment start, use the qualifier 005 and pass the date to NTANF.

Cheers

~Niranjan

0 Kudos

Thanks.

one is missing check-in?

0 Kudos

Hi Trishnan,

Check in date follow a bit different mapping.

Use the qualifier 002, and pass the date to IEDD.

If you need to set the time for check in, pass the time in IEDZ.

Cheers

~Niranjan