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