<div>Hi Guillermo.</div>
<div>You understand my problem.</div>
<div>Thanks for your quick reply.</div>
<div>I tried your solution.</div>
<div>I defined</div>
<div>data lt_event_container type table of swr_cont.</div>
<div>&nbsp;</div>
<div>then inside method of Submit I have following code</div>
<div>lt_event_container-element = &#39;MYVALUE&#39;</div>
<div>lt_event_container-value = lv_myvalue</div>
<div>&nbsp;</div>
<div>I got an error message, &quot;lt_event_container&#39; has no component called &#39;element&#39;<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/6/08, <b class="gmail_sendername">Vera, Guillermo</b> &lt;<a href="mailto:Guillermo.Vera@realtech.com">Guillermo.Vera@realtech.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div 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 &#39;INPUT_CONTAINER&#39; 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 = &#39;MY_NAME&#39;.</p>
<p>EVENT_CONTAINER-VALUE = VALUE.</p>
<p>APPEND EVENT_CONTAINER.</p>
<p>&nbsp;</p><font size="1">
<p>CALL FUNCTION &#39;SAP_WAPI_CREATE_EVENT&#39;</p>
<p>EXPORTING</p>
<p>...</p>
<p>IMPORTING</p>
<p>...</p>
<p></p></font><font size="1">TABLES 
<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>&nbsp;</div>
<div dir="ltr">
<hr>
</div>
<div dir="ltr"><font face="Tahoma" size="2"><b>De:</b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> 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>&nbsp;</div>
<div><span class="e" id="q_119be21d9eeb2a90_1">
<div>
<div>Dear all.</div>
<div>I have ABAP WebDynpro screen where user need to fill certain value. Upon &#39;Submit&#39; 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 &#39;SAP_WAPI_CREATE_EVENT&#39; 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></span></div></div><br>_______________________________________________<br>SAP-WUG mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br><br></blockquote></div><br>