Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RELATED TO WEBDYNPRO

Former Member
0 Kudos

CAN ANY ONE OF YOU EXPLAIN THESE

WD_CONTEXT??

WD_THIS??

WD_COMP_CONTROLLER??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Subin,

WD_CONTEXT is a reference variable to the context of the view, controller or window your are currently working in. Via this variable you have got access to the data contained in the different context-nodes and their attributes.

WD_THIS is a reference variable to the view, controller or window itself. Via this variable you can access the attributes for example.

WD_COMP_CONTROLLER is a reference variable to the component controller. Via this variable you can access methods and attributes contained in the component controller.

See also <a href="http://help.sap.com/saphelp_nw70/helpdata/en/46/437741b0d6157de10000000a155106/content.htm">WD_CONTEXT</a> <a href="http://help.sap.com/saphelp_nw70/helpdata/en/35/447741b0d6157de10000000a155106/content.htm">WD_THIS</a> and <a href="http://help.sap.com/saphelp_nw70/helpdata/en/21/957f41964c050de10000000a1550b0/content.htm">WD_COMP_CONTROLLER</a>

Good luck!

Jos

1 REPLY 1

Former Member
0 Kudos

Hi Subin,

WD_CONTEXT is a reference variable to the context of the view, controller or window your are currently working in. Via this variable you have got access to the data contained in the different context-nodes and their attributes.

WD_THIS is a reference variable to the view, controller or window itself. Via this variable you can access the attributes for example.

WD_COMP_CONTROLLER is a reference variable to the component controller. Via this variable you can access methods and attributes contained in the component controller.

See also <a href="http://help.sap.com/saphelp_nw70/helpdata/en/46/437741b0d6157de10000000a155106/content.htm">WD_CONTEXT</a> <a href="http://help.sap.com/saphelp_nw70/helpdata/en/35/447741b0d6157de10000000a155106/content.htm">WD_THIS</a> and <a href="http://help.sap.com/saphelp_nw70/helpdata/en/21/957f41964c050de10000000a1550b0/content.htm">WD_COMP_CONTROLLER</a>

Good luck!

Jos