cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger Workflow from a TCODE and to pass values from TCODE to it.

Former Member
0 Kudos

I have developed a workflow.I want to know how to trigger the workflow from a transaction.....to be precise i want to know how a structure or values from a transaction can be passed to Workflow which does manipulations based on the values passed from the TCODE.

View Entire Topic
former_member186746
Active Contributor

If it's a standard transaction, check if events exists.

You do this by activating the event trace in swels. then you start the transaction, with swel you can view if any of the thiongs you did in the transaction have an event.

Normally a sap standard transaction is sort of linked to a business obejct, if an event occurs for this business object, the instantiated business object is binded to the event container, which is binded to a workflow.

Kind regards, Rob Dielemans