Skip to Content
Author's profile photo Masayuki Sekihara

Fiori My Inbox – Step 2. Test the workflow in the backend before implementing the app

Please find series of documents in the SAP Fiori – My Inbox.


Before implementing the My Inbox app, please make sure the workflow works fine in the backend.

You should ask customer:

  1. Which transaction triggers the workflow and what are required transaction data for testing.
  2. Who is the user triggering the workflow
  3. Who is the user approving it in the inbox

In this document, I use Absence request workflow which is a sample workflow in SAP BASIS.

Check the workflow inbox.


Transaction: SBWP

I do not have any workitem in the workflow inbox.

/wp-content/uploads/2015/03/wf1_664057.png

Run the transaction which triggers the workflow:


Transaction: SWXF

Enter the data and Save.

/wp-content/uploads/2015/03/wf2_664060.png

The workflow should be triggered and the approver should receive a workitem in the inbox.

Execute the workitem:


Transaction: SBWP

The sample workflow sends the workitem to all possible users and same user who has requested gets the workitem.

It is not correct for business rule but it is a sample workflow for easy testing.

Select the workitem and execute

/wp-content/uploads/2015/03/wf3_664065.png

/wp-content/uploads/2015/03/wf4_664066.png

If your workflow does not work, you should fix before implementing my Inbox.

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Good job again Masa

      Author's profile photo Alex Du
      Alex Du

      Hi Masayuki Sekihara,

      Thank you for your series blogs. They did help me a lot to configure "My Inbox".

      But I met one problem. I added one Leave Request through tcode swxf. However, there is no record in Inbox. Could you please help me check why this happen? Did I miss any configuration step?

      I found TS30000016 has no Agent Assignment and then these task are all set as General Task. But there is still no record in Inbox after I created a new absence record.

      Thank you very much for your help.

      BR

      Alex

      Author's profile photo Masayuki Sekihara
      Masayuki Sekihara
      Blog Post Author

      Hi Alex,

      Please post it as a question. https://answers.sap.com/index.html

      Check the workflow log in the SWI2_FREQ. Triggering event may not be active.

      Regards, Masa