Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function module

Former Member
0 Kudos

can anyone tell me the exact function module in which i can create event for the workflow from the report program and same time i want to sent the extracted information from the report program(database info) and i want to send it also to the workflow using the container elements thru the same function module...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The function SWF_CREATE_EVENT can trigger the event.

For setting the container values, I think you will have to use the macros defined in the include <CNTN01>.

SWC_SET* macros should help you.

Regards,

Ravi

Note : Please mark the helpful answers

2 REPLIES 2

Former Member
0 Kudos

Hi,

The function SWF_CREATE_EVENT can trigger the event.

For setting the container values, I think you will have to use the macros defined in the include <CNTN01>.

SWC_SET* macros should help you.

Regards,

Ravi

Note : Please mark the helpful answers