Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Shabarish_Nair
Active Contributor


In my earlier blog IDoc Packaging - SAP PI 7.1 EHP1 (and above), we saw how using the new feature in the Sender IDoc adapter we can avoid BPM and send packaged IDocs to PI. In this blog, we will try to address reprocessing of these messages when errors creep up in PI.

 

What is the potential Error?

The potential error that might lead to reprocessing is data mapping / issues during transformation. Ex. In a package of say 1000 IDocs, if the field of an IDoc has wrong value which leads to  mapping error in PI.

Note: Issues with queues, target adapter etc are not considered here

 

How to reprocess an IDoc package?

In most of the scenarios the need would be to reprocess the whole batch (package). Below are some approaches towards this;

 

1. Reprocessing in SAP PI

It is always possible to rectify the payload and reprocess the message from PI. In PI 7.1, you have the option of editing the message and reprocessing them from the runtime workbench (RWB-> Message Monitoring).

Screenshot:



 

 

2. Resending the package from SAP R3/ECC

Many a times organizations do not advice the middleware handling correction of messages in terms of the data. The standard might be to rectify the data at the source and re-trigger the interface (I personally believe that this is the best way since it helps the data to be modified at the source and hence maintain a clean(er) version of the same)

When sending an IDoc package (assume N IDocs) if it goes into a data mapping error, we can fix the data at the source and resend the whole package again as follows;

a. In PI, with a bit of troubleshooting you will be able to figure out which data caused the error and hence the IDoc that contains the erroneous data

b.From SXMB_MONI, you can extract all IDoc numbers including the IDoc number with the error(s) - This can be manual or you can write a simple report in ABAP or JAVA that will parse the XML and extract all IDoc numbers in the payload

c. You can edit the erroneous IDoc(s) in WE02 (of R3/ECC)

d. In R3/ECC, use the report RC1_IDOC_SET_STATUS to change the status of the IDocs (to Ready for Dispatch)

Note: IDoc Status

Screenshot:



 

e. Use RSEOUT00 and send the N IDocs again to PI

 

The above is one of the methods that you can employee for the IDoc packaging scenario.

 

Do you have a better idea? If so please post it as a comment or be part of the conversation on this Reprocessing best practice and I will keep adding them as alternatives to the blog.

Hope this would help in the maintenance of interfaces designed using the feature of IDoc packaging.

3 Comments
Labels in this area