HI,
Optimizing IDoc Inbound Processing WE 20
As every sent IDoc requires at least one work process in the receiving system, performing the inbound processing in the background is advantageous if:
- You send a very large number of IDocs at the same time and want to optimize the performance
- Want to perform the processing serially
- Want to restrict to a particular application server
Proceed as follows:
- In the receiving system, set inbound processing to Processing in background in the partner profiles with transaction WE20.
Schedule Report RBDAPP01 as a Background Job to process the IDocs (see also SAP Note 399271).
- Status 64, IDoc is ready for transfer to the application
- Status 66, IDoc is waiting for preceding IDoc (Serialization)
Serial IDoc Inbound Processing in the BackgroundSchedule the report RBDAPP01 for IDoc inbound processing for normal CUA operation with dialog users as a periodic job with a high repetition frequency (such as every 5 minutes) and the following selection:
- Message types USERCLONE and CCLONE
- Process in parallel: No
The IDoc packages are transferred to the application in sequence. This means that the background job occupies only one work process on the application server.