SAP ABAP Class CL_WDK_CONTEXT_FACTORY (Factory for context manager)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-MUS (Application Component) Musing Tools
⤷
WDK_CONTROLLER (Package) Kayak Controller
⤷
⤷
Properties
| Class | CL_WDK_CONTEXT_FACTORY | |
| Short Description | Factory for context manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WDK_CONTROLLER | Kayak Controller |
| Created | 20070214 | SAP |
| Last change | 20070911 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDK_CONTEXT_FACTORY has no forward declaration.
Interfaces
Class CL_WDK_CONTEXT_FACTORY has no interface implemented.
Friends
Class CL_WDK_CONTEXT_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | WDK_CONTEXT_VERSION | SPACE | Context contains UI control attributes | 20070322 | ||
| 2 | Constant | Public | Type reference (TYPE) | WDK_CONTEXT_VERSION | 'A' | UI control integrated in WD Metadata | 20070322 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_MANAGER | 20070322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns reference to context manager | 20070322 |
Events
Class CL_WDK_CONTEXT_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MANAGER | Private | See coding | 20070322 | BEGIN OF ts_manager,
wdapp TYPE wdk_application,
manager TYPE REF TO if_wdk_context_manager,
END OF ts_manager
|
||
| 2 | TT_MANAGER | Private | See coding | 20070322 | tt_manager TYPE SORTED TABLE
OF ts_manager WITH UNIQUE KEY wdapp
|
Method Signatures
Method GET_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WDAPP | Call by reference | Type reference (TYPE) | WDK_APPLICATION | Web Dynpro: Name of Application | 20070322 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_CONTEXT_MANAGER | Handler for WD Context of WDK applications | 20070322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error in controller | 20070322 |
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |