2006 Sep 13 2:07 PM
Anyone have some sample code for the workflow event container function module SWE_CD_TEMPLATE_CONTAINER_FB? or SWE_CD_TEMPLATE_CONTAINER_FB_2? This FM can be added in transaction SWEC to an event, but there isn't any sample code for it in our system.
What I want to do is pass a parameter to the event using SWE_CD_TEMPLATE_CONTAINER_FB_2.
2006 Sep 13 2:42 PM
Figured out how to set an event parameter in the function:
CALL METHOD event_container->set
EXPORTING
name = 'Item'
value = wa_eban-bnfpo