Pages

Tuesday 18 February 2014

Step by Step SAP Business Workflow implementation

Here we are going to build a simple end to end workflow.
We will trigger our workflow whenever a record will be created in the custom table.
A mail will be send when the workflow will be triggered.

Create a table:




Write code in the create event:




Call the FM SAP_WAPI_CREATE_EVENT to trigger the event.
Need to pass three parameters:
  • Object Type (Business object name)
  • Event (Event in the business object)
  • Object key




Create Business Object:





Create Event:





Edit -> Change Release Status -> Object Type -> To implemented






Edit -> Change Release Status -> Object Type -> To released




Generate:



SWDD:







Binding and activate the Start Event:




Agent Assignment:




Create a mail step:







TEST:

Create a record in the table:



Check inbox (SBWP) :

No comments:

Post a Comment