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 convert E1EDT10 segment to BAPI_SHIPMENT_CREATE-HEADERDEADLINE

Former Member
0 Kudos

Hi,

Can any one please tell me how to convert E1EDT10 segment to BAPI_SHIPMENT_CREATE-HEADERDEADLINE

Thanks,

NN

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can concatenate the fields ISDD & ISDZ of E1EDT10 and pass that to TIME_STAMP_UTC, and ISDZ field of E1EDT10 segment to TIME_ZONE BAPI structure repectivel.

Try out this combination and check. Apart from the Date and Time stamp fields nothing is there in that BAPI structure.

Thanks,

Mahesh.

3 REPLIES 3

jaideepsharma
Active Contributor
0 Kudos

Hi,

Try using ALE_SHIPMENT_CHANGE function module to convert BAPI structure into Idoc segments.

KR Jaideep,

Former Member
0 Kudos

You can concatenate the fields ISDD & ISDZ of E1EDT10 and pass that to TIME_STAMP_UTC, and ISDZ field of E1EDT10 segment to TIME_ZONE BAPI structure repectivel.

Try out this combination and check. Apart from the Date and Time stamp fields nothing is there in that BAPI structure.

Thanks,

Mahesh.

0 Kudos

Hi Mahesh,

But if you see into E1EDT10 structure there is a qualifier field based on this field we have to take appropriate date and time

Qualifier may contain any of the values as below

*001 Transport planning

*002 Registration

*003 Loading

*004 Shipment completion

*005 Shipment

*008 Arrival

*009 Departure

*011 Stop

*499 others

Based on above value we need to take appropreate date and time(like actual date planned date).

I need those relational fields.

Thanks,

NN