SAP Workflow tips & tricks_html

SAP workflow is used for many different business scenarios. This blog will give tips and tricks for the basis part of SAP workflow.

Questions that will be answered in this blog are:

  • How can I send a reminder email to the workflow owners?
  • How to check how many items in the inbox a user has?
  • How to delete the items in the inbox of a user?
  • How can I terminate workflow(s) as administrator?
  • How do I execute general workflow activation?
  • Where can I find more FAQ and manuals on workflow?
  • How to solve workflow transport issues?
  • How can I add a general task to a transport?
  • How can I setup forwarding of workflow as admin?
  • How can I check if a user has setup a substitution?
  • How can I restart workflows?
  • How can I trigger workflow processing again after a system crash?
  • How to solve the Workflow error “maximum number of 10,000 nodes reached” error?

Workflow FAQ note

SAP has created an excellent FAQ note: ​​2214571 – Collection Note: Workflow troubleshooting guides, FAQs and important notes​​. This is a good starting point for find solutions to workflow issues.

Sending reminder email to workflow owners

Program RSWUWFML2 can be used to send reminders to workflow owners that they still have open workflow items:

SAP Workflow tips & tricks_SAP INBOX_02

It is important to know that only reminders will be send in mail if the workflow owner user ID’s mail address in maintained in SU01.

Important explanation OSS note:

Important bug fix OSS notes:

CHANGING THE MESSAGE SUBJECT OF THE REMINDER MAIL

To change the message subject of a mail, create a new message in SE91. Example is class Z_CUSTOM message 010 with text: “Gentle reminder of workflow”. Now put in field message class for subject field the name of your class (Z_CUSTOM) and the message number in message number for Subject:

SAP Workflow tips & tricks_WORKFLOW_03

CHANGING THE BODY OF THE MESSAGE OF THE REMINDER MAIL

Goto transaction SE61 and select text type Text in Dialog. First the default text SWU_NOTIF_INBOX:

SAP Workflow tips & tricks_html_04

Now use the copy button to copy the text to a Z text. For example Z_SWU_NOTIF_INBOX. Change the text as per you requirement and activate the text.

Now you can use this new text in the workflow reminder mail program:

SAP Workflow tips & tricks_SAP INBOX_05

SAP workflow inbox

Using transaction SOY5 or via program RSSOINBO you can get an overview of the amount of workflow items per user:

SAP Workflow tips & tricks_SAP INBOX_06

Via program RSSOINBD you can delete the inbox of a user:

SAP Workflow tips & tricks_WORKFLOW_07

Terminating workflows as administrator

Start transaction SWIA:

SAP Workflow tips & tricks_SAP_08

In the second screen select all the items you want to terminate and use menu option Edit / Work Item / Logically Delete. The workitem will now to status CANCELLED. Then they can be archived (see ​​blog​​).

See also OSS note ​​2422812 – How to delete workflow item from inbox​​ and OSS note ​​1705866 – “Logically Delete” for a large number of work items​​.

For execution of mass logical deletion in SWIA, you must select all items and in the command area enter ADMC as command and press enter:

SAP Workflow tips & tricks_SAP INBOX_09

Or select all and choose menu option Edit/Work Item/Logically Delete.

Please note: mass cancellation is possible. Mass completion not. Only via ABAP code. See OSS note ​​2650820 – Mass complete work items manually​​.

Restarting workflows

Transaction SWPR can be used to restart a workflow:

SAP Workflow tips & tricks_sed_10

When there was a system crash transaction SWPC can be used to continue workflows:

SAP Workflow tips & tricks_sed_11

Reducing size of workflow tables

Workflow tables start with SWW. They can grow very large in a productive environment. For analysis see ​​blog​​. For deletion and archiving see ​​blog​​.

Basic workflow activation in a new system

For activating workflow in a new system or after an S4HANA upgrade, please read this dedicated ​​blog​​.

Transport issues with workflow

Workflow development objects can give some issues in transports, since not all objects are immediately put into a transport upon development.

If you have set a workflow task to general and want to transport it, use program RHMOVE30 to put it into a transport. For more background read this ​​SAP blog​​.

Substitution and forwarding

Using transaction SBCS_EXTCOM you can setup forwarding for a user ID towards different user ID as admin. This might be needed in case of illness of a user:

SAP Workflow tips & tricks_WORKFLOW_12

In the third tab of this transaction you can see if a user has setup a substitution himself.

Workflow error “maximum number of 10,000 nodes reached”

If you get this error, increase the value Maximum node number in transaction SWPA:

SAP Workflow tips & tricks_sed_13

Do not just increase, but read OSS note ​​2397114 – Workflow error “maximum number of 10,000 nodes reached”​​, which advices to check the workflow definition, before increasing this value.

Use report RSWP_CHANGE_MAX_NODES to solve your immediate issue.