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

EDIDD -- EDI_SDATA

Former Member
0 Likes
1,010

Hi All

EDI_SDATA is of 1000 Chars but the segment E1EDKA1 is of 1205 chars, so when creating a EDI file last 205 character of teh data goes missing.

I am using a Flat file as the EDI Port. Any resolutions to resolve this issue...

Regards

Atush Rohan

5 REPLIES 5
Read only

Former Member
0 Likes
752

Ok that was a calculation mistake. but when i am trying to debug i can see teh data is getting truncated.

Still stuck on the issue.

Read only

0 Likes
752

hello,

i checked the E1EDKA1 in SE11 and also in the segment editor the length comes out to be 995 which is less than 1000.

or i am missing something?

regards,

swanand.

Read only

Former Member
0 Likes
752

Hi Swanand

Thanks for the prompt reply, Yes the intial message was wrong, the segment only has 995 chars, but in the include LVEDFFOF, Line 1929/1930. when E1EDKA1 get copied to int_edidd-sdata data gets truncated.

I am not sure such a problem exists in SAP standard program, as source and destination are of compatible size, i am sure some one has previously got into such a situation. All suggestions are welcome, as this has become one of the major isssues with my client

Thanks.

Atush Rohan

Read only

Former Member
0 Likes
752

This was resolved by me. thanks.

Read only

0 Likes
752

you should say how to resolve