Start of Content Area

Object documentation Context Description Locate the document in its SAP Library structure

Overview

Each Web Dynpro controller has exactly one hierarchically structured data store, called the context. The structure of a context is normally defined at design time, and can be modified at runtime (dynamically) if necessary using the associated context API.

Data is added to a context at runtime, either by calling context interface methods or using the context mapping mechanism. In the latter, the elements in one context, known as nodes and attributes, point to the corresponding elements in another context. Context mapping simplifies the task of storing data centrally in a controller context and referencing it from any other contexts.

In a Web Dynpro Controller, the context has the following functions:

The following sections provide further details about the following concepts.

     Declaration of controller contexts:  Principles of the definition of contexts at design time, supply functions and runtime aspects of controller contexts, singleton and non-singleton nodes, context attributes and the use of the Java Dictionary, calculated context attributes, recursive context nodes

     Context mapping: Principles, normal context mapping, external context mapping, restrictions, mapping recursive context nodes

 

 

End of Content Area