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 WD_CONTEXThttp://help.sap.com/saphelp_nw70/helpdata/en/46/437741b0d6157de10000000a155106/content.htm">WD_CONTEXT> WD_THIShttp://help.sap.com/saphelp_nw70/helpdata/en/35/447741b0d6157de10000000a155106/content.htm">WD_THIS> and WD_COMP_CONTROLLERhttp://help.sap.com/saphelp_nw70/helpdata/en/21/957f41964c050de10000000a1550b0/content.htm">WD_COMP_CONTROLLER>
Good luck!
Jos
Add a comment