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

Former Member
0 Likes
805

what is mass processing and how it is done in idocs?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
764

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

7 REPLIES 7
Read only

Former Member
0 Likes
764

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".

Read only

Former Member
0 Likes
765

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

Read only

shivhare
Active Contributor
0 Likes
764

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

Read only

Former Member
0 Likes
764

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

Read only

Former Member
0 Likes
764

Hi basu,

You can refer to the following link for further information on Mass processing. saptechnical.com/Tips/ALE/ALEMAIN1.htm

Read only

satsrockford
Active Participant
0 Likes
764

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".

Read only

Former Member
0 Likes
764

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