Entering content framePosting IDoc Packets Locate the document in its SAP Library structure

Two groups of function modules are used to post IDocs:

To display the function module's INPUTTYP, on the ALE Development screen, choose IDoc ® Inbound ® Function module attributes.

INPUTTYP can contain the following values:

"1" and "2" for function modules which process one IDoc per call.

If you post the IDocs immediately, the R/3 sending system determines the packet size. ALE inbound processing can recognize if the posting function module allows packet processing and if so, passes the IDoc packet to it. If not, the IDoc packet is split into individual IDocs.

If IDocs are posted in the background, you can specify the size of the IDocs to be generated in the program RBDAPP01.

Note

If you use function modules that can process IDocs in mass, the database load is reduced.

If you group IDocs into packets, this may also be practical for function modules that post inbound IDocs one at a time, because the ALE layer calls the function module several times in the same dialog process, thereby reducing the administrative load on the R/3 System.

If program RBDAPP01 carries out the background processing, as a guide, you should use a packet size of between 20 and 100 IDocs.

Packet processing and parallelism complement one other. Packet processing and parallelism complement each other, although in some situations they may compete with each other. If the size of the packet is too big, this may mean that not all the available dialog processes are being used.

 

 

 

 

 

Leaving content frame