<html>
<body>
Hi Akshay,<br><br>
Actually, it's not necessary (unless you plan to display it in a
view).<br><br>
You can add a variable, let's say G_WI_ID, of type swp_wi_id (or
sww_wiid) in the Attributes of the component controller and access this
variable with <b><i>wd_this-></i></b> (in a component controller
method) or <b><i>wd_comp_controller-></i></b> (in a view
or window method).<br><br>
For example (in a component controller method):<br><br>
<font face="Courier New, Courier">METHOD HANDLEDEFAULT.<br><br>
wd_this->g_wi_id = wi_id.<br>
...<br><br>
ENDMETHOD<br><br>
<br>
</font>Best regards,<br>
Ruben<br><br>
<br>
At 09:02 a.m. 30/10/2007, you wrote:<br><br>
<blockquote type=cite class=cite cite=""><font size=2 color="#0000FF">Hi
Phil and Jocelyn,<br>
</font> <br>
<font size=2 color="#0000FF">Thanks very much for your valuable inputs.
<br>
For using this value for reading the WI container etc, do I have to pass
it to the context node in Component controller , so as to be accessed by
Component controller methods?<br>
</font> <br>
<font size=2 color="#0000FF">Regds,<br>
Akshay<br>
</font><br>
<hr>
<font face="Tahoma" size=2><b>From:</b> sap-wug-bounces@mit.edu
[<a href="mailto:sap-wug-bounces@mit.edu" eudora="autourl">
mailto:sap-wug-bounces@mit.edu</a>] <b>On Behalf Of </b>Soady, Phil<br>
<b>Sent:</b> Tuesday, October 30, 2007 4:20 PM<br>
<b>To:</b> SAP Workflow Users' Group<br>
<b>Subject:</b> RE: Object Visualization in UWL using WebDynpros<br>
</font><br>
You must add WI_ID as a parameter to the default inbound plug
called by the application mentioned in SWFVISU.<br><br>
The variable is automatically available in the inbound plug
handler.<br><br>
<br><br>
<img src="cid:.0" width=534 height=266 alt="[]"><br><br>
<br><br>
Phil Soady <br>
Solution Architect <br>
Netweaver Consulting <br>
SAP Australia <br>
M +61 412 213 079 <br>
F +61 2 9957 7263 <br>
<a href="mailto:phil.soady@sap.com" eudora="autourl">
mailto:phil.soady@sap.com</a> </blockquote></body>
</html>