cancel
Showing results for 
Search instead for 
Did you mean: 

Restart of incorrect business-processes

0 Kudos

Hi,

I have the following situation:

An Order-IDOC (ORDER02) comes from our SAP-System. This Order runs into a business-process. I this process the first step is to split the 1 order with x Positions into x Orders with one position. Then the business-process runs into a block-step with dynamic sequenc, where for each of the x orders the same steps are run through. In this block, e.g. a jdbc-request to a thirs party system is made. All works fine. But now comes my problem: If this jdbc-request gets an error (if the system is not reachable), how can I restart only this erroreous part of the process ??? - It is not so easy to restart the wohle process, because the correct parts of the order are yet booked in the target system. It would be great if I could countinue on the point where the error occured.

Thanks a lot !!! - werner

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

problem solved.

Thanks !

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Werner,

The following transactions can help you,

SMQR or SMQ2 can be used to reset the status of queues.

SM58 can be used to resend the messages.

Hope it helps,

Regards,

Bhavesh

Former Member
0 Kudos

Hi werner knapp,

Please go through the link below. This will tell how to reprocess a failed message.

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Regards,

Vishal