Start of Content Area

This graphic is explained in the accompanying text Window: Components of a Window Controller  Locate the document in its SAP Library structure

The last three tab pages of the Window Editor contain the parts of the window controller that can be maintained: Context, Attributes and Methods

Context

The window controller can be used to implement navigation controls within the window. Typically you use it to create the data in the context that you require for navigation decisions. The context of a window controller is no different to the contexts of other global controllers; it can be viewed within the whole component. Nodes and context attributes that you create in a window context are available to all other controllers of the component for mapping. You can therefore use the contexts of different window controllers to store data so that it is structured.

You can find more information about creating and maintaining context nodes and attributes under Controller: Context

Plugs

The inbound and outbound plugs of a Web Dynpro window can be used as parts of the interface view of the relevant window in the component interface. In any case, the window controller remains restricted to the component in which the window is implemented. The interface controller of a component consists exclusively of parts of the component controller.

Attributes

You can maintain attributes for the context of a window: Controller: Attribute..

Methods

In addition to event handlers for inbound plugs as well as for events of other controllers, you can also create simple methods for a window controller.

For more information, see Methods..

 

 

End of Content Area