Object Visualization in UWL using WebDynpros
    Soady, Phil 
    phil.soady at sap.com
       
    Wed Oct 31 07:24:02 EDT 2007
    
    
  
Web Dynpro ABAP Questions are best placed in the SDN  forum for ABAP Web
Dynpro  
 
Phil Soady 
Solution Architect 
Netweaver Consulting 
SAP Australia 
M  +61 412 213 079 
F  +61 2 9957 7263 
mailto:phil.soady at sap.com 
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Ruben Baldassarri
Sent: Wednesday, 31 October 2007 3:10 PM
To: SAP Workflow Users' Group
Subject: RE: Object Visualization in UWL using WebDynpros
 
Hi Akshay,
Actually, it's not necessary (unless you plan to display it in a view).
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 wd_this->  (in a component controller method)  or
wd_comp_controller->  (in a view or window method).
For example (in a component controller method):
METHOD HANDLEDEFAULT.
  wd_this->g_wi_id = wi_id.
  ...
ENDMETHOD
Best regards,
Ruben
At 09:02 a.m. 30/10/2007, you wrote:
Hi Phil and Jocelyn,
 
Thanks very much for your valuable inputs. 
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?
 
Regds,
Akshay
________________________________
From: sap-wug-bounces at mit.edu [ mailto:sap-wug-bounces at mit.edu
<mailto:sap-wug-bounces at mit.edu> ] On Behalf Of Soady, Phil
Sent: Tuesday, October 30, 2007 4:20 PM
To: SAP Workflow Users' Group
Subject: RE: Object Visualization in UWL using WebDynpros
You must add  WI_ID as a parameter to the default inbound plug called by
the application mentioned in SWFVISU.
The variable is automatically available in the inbound plug handler.
 
 
 
Phil Soady 
Solution Architect 
Netweaver Consulting 
SAP Australia 
M  +61 412 213 079 
F  +61 2 9957 7263 
mailto:phil.soady at sap.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20071031/53c8498b/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 70387 bytes
Desc: image001.jpg
Url : http://mailman.mit.edu/pipermail/sap-wug/attachments/20071031/53c8498b/attachment.jpg
    
    
More information about the SAP-WUG
mailing list