<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText39495 dir=ltr>
<DIV dir=ltr><FONT face=Verdana color=#000000 size=2>Hi ,</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Verdana size=2>&nbsp; I donīt understand your problem . When the submit button is pushed , an action is triggered by WDA runtime framework , in the action handler you must extract the value from the corresponding context-node, then you must fill the table parameter 'INPUT_CONTAINER' with this value , something like this :</FONT></DIV>
<DIV dir=ltr><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=1>
<P>EVENT_CONTAINER-ELEMENT = 'MY_NAME'.</P>
<P>EVENT_CONTAINER-VALUE = VALUE.</P>
<P>APPEND EVENT_CONTAINER.</P>
<P>&nbsp;</P><FONT size=1>
<P>CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'</P>
<P>EXPORTING</P>
<P>...</P>
<P>IMPORTING</P>
<P>...</P>
<P></FONT><FONT size=1>TABLES</P>
<P>INPUT_CONTAINER = EVENT_CONTAINER</P></FONT><FONT color=#0000ff size=1>
<P>* MESSAGE_LINES =</P>
<P>* MESSAGE_STRUCT =</P></FONT></FONT></DIV></DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>&nbsp;I hope this help you.</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>regards.</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>Guillermo.<BR></DIV>
<DIV dir=ltr>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr><FONT face=Tahoma size=2><B>De:</B> sap-wug-bounces@mit.edu en nombre de Sandy<BR><B>Enviado el:</B> mar 06/05/2008 13:27<BR><B>Para:</B> SAP Workflow - MIT<BR><B>Asunto:</B> WebDynpro Field Value to Event<BR></FONT><BR></DIV>
<DIV>
<DIV>Dear all.</DIV>
<DIV>I have ABAP WebDynpro screen where user need to fill certain value. Upon 'Submit' button, I need to pass those value to my event container and then to workflow container to be sent to next agent.</DIV>
<DIV>I am using FM 'SAP_WAPI_CREATE_EVENT' to trigger an event.</DIV>
<DIV>My question is how to pass value from WebDynpro to my event container/ workflow container?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance</DIV></DIV></BODY></HTML>