Skip to Content
0
Former Member
Apr 23, 2009 at 03:48 AM

Getting Work Item ID from Event ID

1101 Views

Hi Guys,

I am triggering an event using FM SWE_EVENT_CREATE. Is it possible to get Workitem ID from Event ID. Does it create Event ID before commit work after calling FM SWE_EVENT_CREATE.

I am triggering this workflow Event from ABAP-WebDynpro Application. When I add a new structure to the Workflow container, even though I fill this data while raising an event still its not updated in the workflow.

So I am trying to work way around; to update the container using workitem id.

Thanks