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

Former Member
0 Likes
4,730

Hi,

is it in SAP possible to get the <b>IDOC Size</b> with abap?

THX for response

Regards Johann

Message was edited by:

Johann M

Hi,

is it in SAP possible to get the <b>IDOC Size</b> with abap?

THX for response

Regards Johann

Message was edited by:

Johann M

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
2,330

Field SDATA in EDID4 table.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
2,330

Hello,

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

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

Vasanth

Read only

Former Member
0 Likes
2,330

max size of the IDOC can be determined by counting the size of EDIDC + the size of EDID4 (all fields) * number of records in EDID4 for your IDOC.

The actual size of 1 record (segment) in the IDOC depends on the IDOC verison (set in port definition).

FYI, we had IDOCs ~ 100 Mb... and they could be even bigger but 100Mb is the limit in MQ for one message.

Read only

former_member194669
Active Contributor
0 Likes
2,330

Hi,

Resend the IDoc (thru WE19 ) to a file port destination, check the file size.

Thanks

aRs

Read only

Former Member
0 Likes
2,330

Hi folks,

thx for answer

I will try it.

Regards Johann