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

Change IDoc Split Threshold

bjorn-henrik_zink
Contributor
0 Likes
599

Hi,

when I run transaction PFAL with message type HRMD_A and basic type HRMD_A05, I find that new IDocs are created when the number of segments exceed 400. I would like to increase that number. How can I achieve that?

Thanks.

/ Elvez

3 REPLIES 3
Read only

Former Member
0 Likes
508

Hi!

You should have a look at transaction <b>WE20</b> (partner profiles), look for the pp that is used in this IDoc scenario, then double click on output message type, and in tab <b>Outbound Options</b> you should see the value in field <b>Pack. size</b>.

Hope this helps - please reward me if it does.

Regards, Joerg

Read only

0 Likes
508

Hi Joerg,

thanks for your reply. Doesn't the PacketSize refer to the number of IDocs sent per RFC (ALE scenario)?

I, however, am looking for enhancing the number of segments within an IDoc.

/Elvez

Read only

0 Likes
508

Hi,

I figured out. The problem is that when running the standard transaction <b>pfal</b> for <i>HR: ALE Distribution</i> that is a limit of 200 objects. The limit is controlled via table <b>T77S0</b> and does not allow any entries above 200.

/Elvez