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

IDOC Size Handling

bjorn-henrik_zink
Contributor
0 Likes
1,634

Hi,

it seems that my IDOC is broken into several files when it reaches a size threshold. Where can I find information on the IDOC size limit?

Thanks.

/Elvez

7 REPLIES 7
Read only

abdul_hakim
Active Contributor
0 Likes
1,322

hi

max size of the IDoc is <b>1000 Bytes</b>.

check the field <b>SDATA</b> in <b>EDID4 table</b>.

Cheers,

Abdul Hakim

Read only

0 Likes
1,322

Hi Abdul,

I there anyway that I can control the max size of IDOCs?

/Elvez

Read only

0 Likes
1,322

No you cannot.

the max size is 1000 bytes.

Cheers,

Abdul Hakim

Read only

0 Likes
1,322

Hi Abdul,

so what you are saying is ... if I have 347KB of information that I want to send, then 347 outbound files are created?

/Elvez

Read only

0 Likes
1,322

Hi Rob,

Your IDoc consists of segments which will actually hold the records.

Each segment can hold a max of 1000 bytes of data.

For instance the segment E1MAKTM of the IDoc type MATMAS01 cannot hold more than 1000 bytes of data.

If you exceed this size then your IDoc will end up with an error.

Have a look at the IDoc type MATMAS01 in WE30.

Cheers,

Abdul Hakim

Read only

0 Likes
1,322

Hi Abdul,

perhaps I did not describe the initial question clear enough. The question was how to find the size threshold for the entire IDOC. Here is what happend in our system. After writing approximately 35mb of information to a file, another file was created automatically. We cannot figure out why this happened, however, we assume that it is due to a file size limit. What do you think?

/Elvez

Read only

0 Likes
1,322

hi elvez.

you are right!!

Cheers,

Abdul Hakim