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

Missing Fields and Segment in SEGMENT E1EDKA1

Former Member
0 Likes
1,758

Hi Friends,

I have a problem with the Idoc ORDERS05.

I have an EDI flow wich create orders in SAP from an other system.

In fact, I have to field the field 'Different City' for one of my header partner WE (field ADDR1_DATA-HOME_CITY in VA03) but I didn't find this field in the segment E1EDKA1.

Can you tell me how can i do in order to update this field of my Partner WE?

Best Regards

3 REPLIES 3
Read only

former_member215575
Active Participant
0 Likes
994

Hi Brice,

Did some research and I came to conclusion that there is no mapping available for HOME_CITY field of address data. Segment E1EDKA1 fields are mapped to VBADR structure(check include LVEDAF5T) in which HOME_CITY is not available.

Regards,

SG.

Read only

0 Likes
994

Ok,

so the only solution is to add a new field to a custom segment and attach that custom segment to my basic idoc?

Read only

0 Likes
994

Not the only Solution!

Other workaround is to use any unused field with same/more length of E1EDKA1 segment.

In either way, you need to implement an exit 'EXIT_SAPLVEDA_004' to map data from new custom field/ unused field to field ADDR1_DATA-HOME_CITY of bdcdata table.