cancel
Showing results for 
Search instead for 
Did you mean: 

inbound IDoc serialization

former_member198060
Participant
0 Kudos

Dear all,

I have a requirement to serialize IDocs that PI creates in the ERP system. By this I mean not only that the IDocs are sent to the ERP system in the order that they were  received on PI, but also that the ERP system makes sure that each IDoc is processed one after the other.

What steps are required on PI and ERP to achieve this? Can it in this scenario also happen that locks on the business object occur? If so, do we have to plan any reports that reprocess failed IDocs? Or is this not applicable for EOIO queues?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Peter,

Serialization of inbound IDocs can be achieved, if there are more than one IDocs being received by ECC system at different time stamps, but with the same partner profile inbound parameters (i.e., basic type, message type and message function).

In order to process the IDocs in sequence of timestamps, kindly maintain the QoS of sender CC as EOIO.

The report to reprocess failed inbound IDocs is RBDMANI.

Kind Regards,

Souvik

arunneerolil
Contributor
0 Kudos

Peter,

Refer the below links for ECC & PI configurations

Serializing IDocs

http://help.sap.com/saphelp_nw73/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/frameset.htm

Note 752194 - Serialization of IDoc processing

Use Tcodes - WE05 and BD64 for reports, error handling/reprocessing

regards,

Arun

sahithi_moparthi
Contributor
0 Kudos