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

idocs parallel processing

Former Member
0 Likes
1,322

Hi,

We have some goods movement idocs(MBGMCR/MBGMCR03)getting posted simultaneosly.(Std ALE idocs no customization)We dont want to collect it and process it(timing issue).When we allow it to process immediately material batch combination gets locked out and one idoc goes through and others fail...i know we can collect it and process it through a batch prog setting RBDAPP01 variant with no prallel processing but is there any way i can switch on immediately and allow each idocs to process one by one avoiding parallel processing..?

Thanks,

Larry

9 REPLIES 9
Read only

Former Member
0 Likes
1,139

How are the IDocs being passed to SAP? If your external application is collecting them and passing in blocks, you could try setting the SERIAL field with an incremental value in the control record.

Read only

Former Member
0 Likes
1,139

Hi Larry,

Please check your partner profile (WE20) and set to trigger immediately under processing by function module area.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,139

Hi Michael,

Thanks for the reply...Yes the extenal system collects and sends the idoc in blocks running a batch pgm(ALE SAP-SAP connectivity).

How to alter the serial field in control record...can you pls explain in detail...

Thanks,

Larry

Read only

0 Likes
1,139

The external system must then be building the IDocs, including building the control record. Do you have access to maintain how the application builds the IDocs?

Read only

0 Likes
1,139

Michael,

No I dont have access to maintain...

Larry

Read only

0 Likes
1,139

What's the external application?

Read only

0 Likes
1,139

We reveive idocs from third party SAP ECC 5.0 system...

Thanks

Larry

Read only

0 Likes
1,139

If you can't get the external system to set the serialization, I'm not sure you have many options. Is the order in which the Idocs post important or is it simply an issue with data locks?

Read only

0 Likes
1,139

no the orders in which the idocs posted is not important...

Thanks,

Larry