SAP ABAP Class /PLMU/CL_FRW_CONTEXT_MANAGER (Context Manager)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_CORE (Package) UI Framework: Core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_F_CONTEXT_MANAGER | Context Manager for freestyle Context | 20101220 |
2 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_CONTEXT_MANAGER | Context Manager for GUIBB Context | 20101220 |
Properties
Class | /PLMU/CL_FRW_CONTEXT_MANAGER | |
Short Description | Context Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMU/UI_FRW_CORE | UI Framework: Core |
Created | 20101220 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /PLMU/CL_FRW_CONTEXT_MANAGER has no interface implemented.
Friends
Class /PLMU/CL_FRW_CONTEXT_MANAGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /PLMB/IF_SPI_METADATA_OUTPUT | 20101220 | |||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /PLMU/CL_FRW_RETR_FILTER | 20110819 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GTY_T_CONTEXT_BUFFER | 20101220 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | 20110819 |
Methods
Events
Class /PLMU/CL_FRW_CONTEXT_MANAGER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_CONTEXT_BUFFER | Protected | See coding | 20101220 | BEGIN OF gty_s_context_buffer,
node_name TYPE /plmb/spi_node_name,
parent_node_id TYPE /plmb/spi_node_id_x,
context TYPE REF TO /plmu/if_frw_context_int,
preferred_candidate TYPE boole_d,
END OF gty_s_context_buffer
|
||
2 | GTY_T_CONTEXT_BUFFER | Protected | See coding | 20101220 | gty_t_context_buffer TYPE SORTED TABLE OF gty_s_context_buffer
WITH UNIQUE KEY node_name
parent_node_id
WITH UNIQUE SORTED KEY context
COMPONENTS context
WITH NON-UNIQUE SORTED KEY preferred_candidate
COMPONENTS node_name
preferred_candidate
|
Method Signatures
Method CLEAR_FLUSH_BUFFER Signature
Method CLEAR_FLUSH_BUFFER on class /PLMU/CL_FRW_CONTEXT_MANAGER has no parameter.
Method CLEAR_FLUSH_BUFFER on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method CLEAR_PREFERRED_CANDIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110720 |
Method CLEAR_PREFERRED_CANDIDATE on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
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 | 20101220 | |||
2 | ![]() |
IO_RETRIEVE_FILTER | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_RETR_FILTER | 20110819 |
Method CONSTRUCTOR on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method DESTRUCT Signature
Method DESTRUCT on class /PLMU/CL_FRW_CONTEXT_MANAGER has no parameter.
Method DESTRUCT on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PARENT_NODE_ID | Call by reference | Type reference (TYPE) | ANY | 20101222 | |||
2 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | 20101220 | |||
3 | ![]() |
IV_PARENT_NODE_ID_X | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_ID_X | 20110610 | |||
4 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | 20101220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SPI Metadata Exception (static) | 20101223 | |
2 | ![]() |
20110605 |
Method GET_CONTEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONTEXT | Call by reference | Type reference (TYPE) | /PLMU/IF_FRW_CONTEXT_INT=>GTY_T_CONTEXT | 20110328 | |||
2 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | 20110328 |
Method GET_CONTEXTS on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method GET_CONTEXTS_WHO_REQUIRE_FLUSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONTEXT | Call by reference | Type reference (TYPE) | /PLMU/IF_FRW_CONTEXT_INT=>GTY_T_CONTEXT | 20110203 |
Method GET_CONTEXTS_WHO_REQUIRE_FLUSH on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method GET_CONTEXT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20101228 | ||
2 | ![]() |
RO_CONTEXT_INFO | Value transfer | Object reference (TYPE REF TO) | /PLMU/CL_FRW_CONTEXT_INFO | Context Info | 20101228 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110605 |
Method GET_CONTEXT_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PARENT_NODE_ID | Call by reference | Type reference (TYPE) | ANY | Node Identifier as XSTRING | 20110202 | ||
2 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110202 | ||
3 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | Super Context | 20110202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SPI Metadata Exception (static) | 20110202 | |
2 | ![]() |
20110605 |
Method GET_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_METADATA | Value transfer | Object reference (TYPE REF TO) | /PLMB/IF_SPI_METADATA_OUTPUT | 20110504 |
Method GET_METADATA on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method HNDL_BEFORE_CONTEXT_DESTRUCT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Value transfer | Attribute reference (LIKE) | 20101222 |
Method HNDL_BEFORE_CONTEXT_DESTRUCT on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method IS_CONTEXT_AVAILABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20101222 | ||
2 | ![]() |
RV_IS_AVAILABLE | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101222 |
Method IS_CONTEXT_AVAILABLE on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method IS_FLUSH_REQUIRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INCLUDING_SUBORDINATES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20110119 | ||
2 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20101230 | ||
3 | ![]() |
RV_IS_FLUSH_REQUIRED | Value transfer | Type reference (TYPE) | BOOLE_D | 20101230 |
Method IS_FLUSH_REQUIRED on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method SET_AUTO_APPEND_DEFAULT_ROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVE | Call by reference | Type reference (TYPE) | BOOLE_D | 20110819 |
Method SET_AUTO_APPEND_DEFAULT_ROWS on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method SET_PREFERRED_CANDIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | Context (Internal Interface) | 20110720 |
Method SET_PREFERRED_CANDIDATE on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method SYNCHRONIZE_SELECTION_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NO_BUFFERING | Call by reference | Type reference (TYPE) | BOOLE_D | 20110805 |
Method SYNCHRONIZE_SELECTION_BUFFER on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
Method UNSUBMIT_ALL Signature
Method UNSUBMIT_ALL on class /PLMU/CL_FRW_CONTEXT_MANAGER has no parameter.
Method UNSUBMIT_ALL on class /PLMU/CL_FRW_CONTEXT_MANAGER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |