Immediate/Collective IDoc Processing
In IDoc processing, the partner profile controls many things, out of this one control is Output Mode. It can be:
Immediate Processing- Output Mode – 2
Collective Processing- Output Mode- 4
Here the below partner profile with Output Mode-2( transfer idoc immediately).
Run the program to send the IDoc( a Z test program)
Sender System- Idoc created and transferred.
Sender System- Tx- WE02
IDoc status- 3
Target System- WE02
IDoc with status – 53.
With collective processing, the system resources are used efficiently i.e the Many IDocs created in the sender system and ready for transfer. Finally all the IDocs can be collected and with once RFC call can be transferred.
To enable collective IDoc transfer, Adjust the partner profile Output Mode(4).
You can execute your transfer program. Here for the demo, the test program is executed multiple times to create some IDocs.
Sender System- Tx- WE02. Here we have 5 IDocs with status as 30( ready for dispatch)
Target System- Tx- WE02 . No more IDocs reached.
In sender system- execute Tx- WE14
Provide the details .
Execute with your selection.
So the 5 IDocs that were previously with status 5 picked and transferred to the target system.
Sender System- Tx- WE02 all the IDocs changed from status 30 to 03.
In target system, all these IDocs are reached.
One comment