<div>When i launch a webdynpro ABAP&nbsp;application from UWL i generally use the following code to read the&nbsp;parameters passed to the webdynpro ABAP application. </div>
<div><font size="1"><font size="1"><font size="1"><font face="arial,sans-serif" size="2">--------------------------------------------------------------------------------------------------------------------</font></font></font>
</font></div>
<div><font size="1"><font size="1"><font size="1"><font face="arial,sans-serif" size="2">wdevent-&gt;get_data( EXPORTING name = &nbsp;if_wd_application=&gt;all_url_parameters<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IMPORTING value = l_url_parameters ).
<br>&nbsp;</font></font></font></font></div>
<div><font size="1"><font size="1"><font size="1"><font face="arial,sans-serif" size="2">READ TABLE l_url_parameters WITH KEY name = &#39;WI_ID&#39;&nbsp;INTO l_url_parameter.</font></font></font></font></div>
<div><font size="1"><font size="1"><font size="1"><font size="2">--------------------------------------------------------------------------------------------------------------------</font></font></font></font></div>
<div><font size="1"><font size="1"><font size="1"><font size="2">The same&nbsp;code is used to read the parameter workitem id &quot;WI_ID&quot; as well as any other custom dynamic parameters defined in SWFVISU. In case of a custom dynamic parameter i enter the appropriate entries in SWFVISU to make it available in my application. 
</font></font></font></font><font size="1"><font size="1"><font size="1"><font size="2"></font></font></font></font></div>
<div><font size="1"><font size="1"><font size="1"><font size="2"></font></font></font></font>&nbsp;</div>
<div><font size="1"><font size="1"><font size="1"><font size="2">Now my question is how does the value for parameter WI_ID get passed? I am confused because i dont make an entry for this (WI_ID)&nbsp;in SWFVISU and i dont find the statement in UWL XML also. But still i am able to retrieve the workitem id into my application.
</font></font></font></font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">How does this work? If it some kind of default parameter that is being passed on from UWL (to every application that is launched)&nbsp;do we have some other default parameters (similar to WI_ID)&nbsp;also?</font>
</div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Regards,</font></div>
<div><font size="2">Prasath N</font></div>
<div><font size="1"><font size="1"><font size="1"><font size="2"></font>&nbsp;</font></font></font></div>