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,044

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

Accepted Solutions (1)

Accepted Solutions (1)

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.)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Phani

1. Create a multiline container element in workflow as shown below.

Enable the Multiline checkbox in properties tab.

2. Declare the parameter in method as highlighted and name your associated type, double click and declare the types and table type as highlighted below.

Now you can go for Binding …

Thanks & Regards

Poobalachandar