‎2006 May 29 5:47 AM
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...
‎2006 May 29 5:51 AM
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
‎2006 May 29 5:51 AM
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
‎2006 May 29 5:54 AM