cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Serialization

Former Member
0 Kudos

Hi All

My scenario is JDBC to IDOC

Scenario will create article master in SAP. The problem is, using ARTMAS05 it is not possible to create Purchasing views. So we are using INFREC01 to carry purchase view data. If I am using BPM for this.

Mapping will be like this

MT_Aritcle ---> ARTMAS05

MT_Aritcle ---> INFREC01

The problem is If the first idoc ARTMAS05 goes to error then second Idoc will not create, But if the first idoc is successful and second idoc is going to error then i have to roll back the first idoc post. How can we achieve this ? Please provide the solution for this issue.

Thanks In advance

Nisha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nisha,

I had to implement serialization for Vendor Master data (ADRMAS, CREMAS Idocs in that order).

It was a file > IDOC Scenario.

I achieved this by checking "Queue Processing" in the receiver IDoc com channel. Also ensure that "maintain Order at runtime" is checked in your Interface Determination which should list the inbound interfaces in the correct order as per your IDOCs.

After this all my Vendor master data was successfully posted in R3.

Hope this helps.

Saqib

Former Member
0 Kudos

Hi Saqib Karim ,

Can u elaborate in details, so that it will help me. Did u use BPM in ur scenario? Please help me out

Thanks,

Nisha