Start of Content Area

Background documentation IF_WD_VIEW_CONTROLLER  Locate the document in its SAP Library structure

The interface IF_WD_VIEW_CONTROLLER interface enables you to access information using a Web Dynpro view controller. It is implemented by class CL_WDR_VIEW and it extends the interface IF_WD_CONTROLLER.

Methods

FIRE_PLUG

Method to fire outbound plugs that were dynamically generated.

GET_VIEW_INFO

Method to get a reference to the metadata object of the view.

REQUEST_FOCUS

Method to set the focus on an element in the context.

REQUEST_FOCUS_ON_ACTION

Method to set the focus to UI elements that trigger a specific action.

GET_CURRENT_ACTION

Method to get the action to be processed.

GET_EMBEDDING_WINDOW_CTLR

Method to get the reference to the controller of the embedded window. The result is an object of type IF_WD_WINDOW_CONTROLLER.

Note

For more information about this interface and its method see the interface and its methods documentation stored in the system under the respective interface or methods.

 

 

End of Content Area