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

Delivery Idoc

0 Likes
411

Hi,

We have an issue while sending delivery Idoc of type DELVRY03. In segment E1ADRM1 for field STREET1 the laegth was 40. I am sending 21 Japanese(Kanji) character(2 bytes each) means it occupies 42 charcters but field STREET1 supported lengh of this field is 40. Therefore the last character is truncating and causing issues.

Can anyone let me know how to extend the field length of STREET1 field in the above segment which was created by SAP or any other alternative solution to this problem.

Appreciate your response.

Regards,

Cheritha

Hi,

We have an issue while sending delivery Idoc of type DELVRY03. In segment E1ADRM1 for field STREET1 the laegth was 40. I am sending 21 Japanese(Kanji) character(2 bytes each) means it occupies 42 charcters but field STREET1 supported lengh of this field is 40. Therefore the last character is truncating and causing issues.

Can anyone let me know how to extend the field length of STREET1 field in the above segment which was created by SAP or any other alternative solution to this problem.

Appreciate your response.

Regards,

Cheritha

1 REPLY 1
Read only

Former Member
0 Likes
324

Hi Cheritha,

you have almost 2 options:

1- use field STREET2

2- extend the Idoc DELVRY03. Create an custom extension ZDELVRY03 and a custom segment ZE1ADRM1, with the field STREET as a 50.

Regards.