SAP ABAP Class /PLMU/CL_FRW_F_CONTEXT_MANAGER (Context Manager for freestyle Context)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_FUIBB (Package) UI Framework: Freestyle UI Building Blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_CONTEXT_MANAGER | Context Manager | 20101220 |
Properties
| Class | /PLMU/CL_FRW_F_CONTEXT_MANAGER | |
| Short Description | Context Manager for freestyle Context | |
| Super Class | /PLMU/CL_FRW_CONTEXT_MANAGER | Context Manager |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_FUIBB | UI Framework: Freestyle UI Building Blocks |
| Created | 20101220 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_F_CONTEXT_MANAGER has no forward declaration.
Interfaces
Class /PLMU/CL_FRW_F_CONTEXT_MANAGER has no interface implemented.
Friends
Class /PLMU/CL_FRW_F_CONTEXT_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20101220 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | GTY_T_CONTEXT_INFO_BUFFER | 20101223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20101220 | ||
| 2 | Instance method | Private | Method | 20101223 |
Events
Class /PLMU/CL_FRW_F_CONTEXT_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_CONTEXT_INFO_BUFFER | Private | See coding | 20101223 | BEGIN OF gty_s_context_info_buffer,
node_name TYPE /plmb/spi_node_name,
context_info TYPE REF TO /plmu/cl_frw_f_context_info,
END OF gty_s_context_info_buffer
|
||
| 2 | GTY_T_CONTEXT_INFO_BUFFER | Private | See coding | 20101223 | gty_t_context_info_buffer TYPE SORTED TABLE OF gty_s_context_info_buffer
WITH UNIQUE KEY node_name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_METADATA | Call by reference | Object reference (TYPE REF TO) | /PLMB/IF_SPI_METADATA_OUTPUT | Metadata | 20101220 | |||
| 2 | IO_RETRIEVE_FILTER | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_RETR_FILTER | Retrieve Filter for one Application Building Block | 20110103 | |||
| 3 | IO_WD_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101220 |
Method CONSTRUCTOR on class /PLMU/CL_FRW_F_CONTEXT_MANAGER has no exception.
Method CREATE_CONTEXT_INFO_RECURSIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_PARENT_CONTEXT_INFO | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_F_CONTEXT_INFO | Context Info | 20101223 | |||
| 2 | CO_PARENT_WD_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20101223 | |||
| 3 | CT_PATH | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_PATH | Node Path | 20101223 | |||
| 4 | EO_BOTTOM_CONTEXT_INFO | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_F_CONTEXT_INFO | Context Info | 20101223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110605 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |