Application Development and Automation 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: 
Read only

function module

Former Member
0 Likes
318

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
Read only

Former Member
0 Likes
292

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
Read only

Former Member
0 Likes
293

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