cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

difference between SWPC and SWPR

Former Member
0 Likes
7,864

can any one tell me that what is the  difference between SWPC and SWPR in sap business workflow

Accepted Solutions (1)

Accepted Solutions (1)

Abhijit74
Active Contributor
0 Likes

Hello,

SWPR - Workflow Restart after Error

Use this tool to restart any workflow instance after error. This tool can be used in this 2 situations, those are:

1. After you have changed the container value manually using the SWI1 functionalities above, so that you can resume the workflow processing without waiting for the developer to finish rectifying the error, or

2. After the developer finish rectifying the error, and re-transport it to the production.

SWPC - Workflow Restart after System Crash

Use this tool to restart any workflow instance that is hanging after server down or system crash. You can recognize this 'hanging' workflow instance by comparing the last work item status with the workflow instance status in table SWWWIHEAD. If the workflow status is still 'STARTED' where as the last work item status is 'COMPLETED' for more than several hours, most probably the workflow is hanging.

Thanks,

Abhijit

Answers (2)

Answers (2)

Former Member
0 Likes
former_member16044
Active Participant
0 Likes

Hi Ashok,

SWPC keeps track of workflows that went to error due to system failure. And the SWPR has information on the workflow errors due to some issue in the workflow design/logic.

Regards,

Rahul Kulkarni