cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

can we pass mutiline table data from program to workflow

Former Member
0 Likes
1,045

Hi,

i am using class method  to call workflow from webdyn pro prog based on EVENT.

i need to pass table with mutiline data from program to workflow.

Please help how to pass table data from program to workflow.

Thanks,

phani

View Entire Topic
Former Member
0 Likes

1) Create a multiline container element to your workflow of type of your table.

2) Create parameter to your event that has the same data type of table

3) In your event call, deliver the data as internal table to the parameter. How to do this depends on if you are using ABAP class event or a business object event.

Regards,

Karri

4) Forgot this. Binding. Go to basic data in workflow builder. Go to Start Events and do the binding from your event to the workflow container element. (This is, if your event is the starting event of the workflow. If not, then you still need to do the binding, but the place where to do this, is different.)