Skip to Content
0
Former Member
Jan 14, 2012 at 08:05 PM

Pass instance of ABAP Object class to Workflow

937 Views

Hello,

My idea is the following:

I want to create an instance of my example class in an ABAP report. Set the values of the instance attributes and trigger an event to start my workflow.

Then I want to pass the instance of my example class to the Workflow and use this instance during my workflow (access my attribute values in the different workitems, my instance methods etc.)

Is it possible to manage that? How can I pass my instance to the workflow? I use a ABAP class that use the interface "IF_WORKFLOW"

Thanks a lot for your help.

Regards

Tobi