cancel
Showing results for 
Search instead for 
Did you mean: 

passing data from report program to the event container.

Former Member
0 Kudos

Hi,

I am triggering the workflow from a report program and I am using the function module SAP_WAPI_CREATE_EVENT.

I have created some parameter for the event in the BOR.

Now my requirement is to pass values from report program into the event paramter so that i can use that value inside my workflow.

I have done with the bindings between event parameter and workflow parameter.

Also i want to pass one internal table to my workflow from report program.

How can i do this .

Please suggest..

Thanks

Anand

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

got the solution... thanks!

Former Member
0 Kudos

Hi Anand,

You should have one multiline parameter say <i>lt_itab</i> , which is populated in your custom program.

You will have to set the value of this multiline parameter and then use the container table of WAPI FM.

Hope this helps to start off..

Note: Pls try searching this forum with WAPI name and you will find the code snippet also.

Regards,

Akshay

Check out following thread :

https://forums.sdn.sap.com/click.jspa?searchID=5924940&messageID=4189896

Message was edited by:

Akshay Bhagwat