Show TOC Start of Content Area

Object documentation Custom Controller Class Reference  Locate the document in its SAP Library structure

Naming Convention

Custom controller names should end with the suffix Cust.

Lifespan

The lifespan of a custom controller instance is automatically managed by the Web Dynpro Runtime. It is created on-demand, that means when the IPublic-API of the custom controller is invoked by another controller in the same component or when its context is referenced via context mapping by another controller context.

Shortcut Variables

Predefined Shortcut Variables

 

private final IWDController wdControllerAPI

A shortcut for wdThis.wdGetAPI(). Represents the generic controller API IWDController of the generic Web Dynpro counterpart for this controller.

 

wdThis, wdComponentAPI, wdContext

More information: Common controller class reference

 

End of Content Area