cancel
Showing results for 
Search instead for 
Did you mean: 

WF: Problem in raising event of a class in ABAP code to complete workitem.

Former Member
0 Kudos

Hi All,

I'm developing a workflow of Hiring Eform.

In this workflow we have created a step for some data processing and also set termination event for the task inorder to complete the task.

Now problem is that how to trigger the event of this class in the abap code so that the workitem will be completed.

As far as i know i have used following function module to raise a event for BOR. but is there any way to raise/trigger the event of Class.

For BOR: SAP_WAPI_CREATE_EVENT

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor
0 Kudos

Answer to your question is this [blog|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4089] [original link is broken] [original link is broken] [original link is broken];

Answers (1)

Answers (1)

pokrakam
Active Contributor
0 Kudos

[Note 1322202|https://service.sap.com/sap/support/notes/1322202] provides SAP_WAPI_CREATE_EVENT_EXTENDED which can do classes.