‎2008 Jul 09 7:03 AM
‎2008 Jul 09 7:18 AM
hi basu,
Mass processing refers to bundles of IDoc packets,
which are dispatched and processed by the receiving R/3 System.
select Communication -> Manual maintenance of partner profile -> Maintain partner profile. For a message type the parameter packet size and output mode can be defined.
output mode is set to "Collect IDocs", outbound IDocs of the same message type
and receiver are sent in a scheduled background job or in the BALE transaction in appropriately sized IDoc packets.
The IDocs can be dispatched in batch or in the BALE transaction code.
This is especially true if the application sending the IDocs uses the ABAP/4 command CALL TRANSACTION USING. In this case the outbound parameter PACKETSIZE must be set to "1".
ALE Configuration Phase 4-28
select Enhancements -> Inbound -> specify inbound module in ALE Customising. INPUTTYP is "0".
regards
prashant
‎2008 Jul 09 7:12 AM
Mass processing refers to bundles of IDoc packets, which are dispatched and processed by the receiving R/3 System. Only one RFC call is needed to transfer several IDocs. Performance is considerably better when transferring optimal packet sizes.
To define a mass processing parameter, select Communication -> Manual maintenance of partner profile -> Maintain partner profile. For a message type the parameter packet size and output mode can be defined.
If the output mode is set to "Collect IDocs", outbound IDocs of the same message type and receiver are sent in a scheduled background job or in the BALE transaction in appropriately sized IDoc packets. The IDocs can be dispatched in batch or in the BALE transaction code.
Some distribution scenarios cannot support mass processing of inbound IDoc packets. This is especially true if the application sending the IDocs uses the ABAP/4 command CALL TRANSACTION USING. In this case the outbound parameter PACKETSIZE must be set to "1".
ALE Configuration Phase 4-28
To get a list of function modules that can be mass processed, select Enhancements -> Inbound -> specify inbound module in ALE Customising. INPUTTYP is "0".
‎2008 Jul 09 7:18 AM
hi basu,
Mass processing refers to bundles of IDoc packets,
which are dispatched and processed by the receiving R/3 System.
select Communication -> Manual maintenance of partner profile -> Maintain partner profile. For a message type the parameter packet size and output mode can be defined.
output mode is set to "Collect IDocs", outbound IDocs of the same message type
and receiver are sent in a scheduled background job or in the BALE transaction in appropriately sized IDoc packets.
The IDocs can be dispatched in batch or in the BALE transaction code.
This is especially true if the application sending the IDocs uses the ABAP/4 command CALL TRANSACTION USING. In this case the outbound parameter PACKETSIZE must be set to "1".
ALE Configuration Phase 4-28
select Enhancements -> Inbound -> specify inbound module in ALE Customising. INPUTTYP is "0".
regards
prashant
‎2008 Jul 09 7:31 AM
Hi
use RBDAPP01 program for mass pprocessing of IDOC and select 64 in status tab .
you can also use other option that beneficial to you
Thanks
Amit Shivhare
‎2008 Jul 09 7:39 AM
hi,
To create program for mass processing idocs please go refer this link:-
http://help.sap.com/saphelp_nw04/helpdata/en/78/21760f51ce11d189570000e829fbbd/frameset.htm
thanks
‎2008 Jul 09 7:42 AM
Hi basu,
You can refer to the following link for further information on Mass processing. saptechnical.com/Tips/ALE/ALEMAIN1.htm
‎2008 Jul 09 7:44 AM
select Communication -> Manual maintenance of partner profile -> Maintain partner profile. For a message type the parameter packet size and output mode can be defined.
output mode is set to "Collect IDocs", outbound IDocs of the same message type
and receiver are sent in a scheduled background job or in the BALE transaction in appropriately sized IDoc packets.
The IDocs can be dispatched in batch or in the BALE transaction code.
use RBDAPP01 program for mass pprocessing of IDOC and select 64 in status tab .
In this case the outbound parameter PACKETSIZE must be set to "1".
list of function modules that can be mass processed, select Enhancements -> Inbound -> specify inbound module in ALE Customising. INPUTTYP is "0".
‎2008 Jul 09 8:05 AM
mass processing means passing master data or large set of data to other system thru IDOC..e.g. sending material master using BD10 and BD21 using change pointers