SAP ABAP Class /PLMU/CL_FRW_RETR_FILTER (Read Filter for one Application Model)
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
⤷
⤷
Properties
| Class | /PLMU/CL_FRW_RETR_FILTER | |
| Short Description | Read Filter for one Application Model | |
| 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 | 20120605 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_RETR_FILTER has no forward declaration.
Interfaces
Class /PLMU/CL_FRW_RETR_FILTER has no interface implemented.
Friends
Class /PLMU/CL_FRW_RETR_FILTER 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) | /PLMB/IF_SPI_METADATA_OUTPUT | 20120605 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | GTY_T_RETRIEVE_FILTER_NODE | 20120605 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20120605 | |
| 2 | Instance method | Public | Method | 20120605 | ||
| 3 | Instance method | Public | Method | 20120605 | ||
| 4 | Instance method | Public | Method | 20120621 | ||
| 5 | Instance method | Public | Method | 20120605 | ||
| 6 | Instance method | Private | Method | 20120605 | ||
| 7 | Instance method | Public | Method | 20120605 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | BEFORE_DESTRUCTION | Instance Event (0) |
Public (2) |
20120605 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_RETRIEVE_FILTER_NODE | Private | See coding | 20120605 | BEGIN OF gty_s_retrieve_filter_node,
node_name TYPE /plmb/spi_node_name,
parent_node_name TYPE /plmb/spi_node_name,
retrieve_filter_node TYPE REF TO /plmu/cl_frw_retr_filter_node,
END OF gty_s_retrieve_filter_NODE
|
||
| 2 | GTY_T_RETRIEVE_FILTER_NODE | Private | See coding | 20120605 | gty_t_retrieve_filter_node TYPE SORTED TABLE OF gty_s_retrieve_filter_node
WITH UNIQUE KEY node_name
WITH NON-UNIQUE SORTED KEY parent_node_name
COMPONENTS parent_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 | Application Building Block ID | 20120605 |
Method CONSTRUCTOR on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Method DESTRUCT Signature
Method DESTRUCT on class /PLMU/CL_FRW_RETR_FILTER has no parameter.
Method DESTRUCT on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Method GET_RETRIEVE_FILTER_NODE 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 | 20120605 | ||||
| 2 | RO_RETRIEVE_FILTER_NODE | Value transfer | Object reference (TYPE REF TO) | /PLMU/CL_FRW_RETR_FILTER_NODE | 20120605 |
Method GET_RETRIEVE_FILTER_NODE on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Method INVALIDATE_ALL Signature
Method INVALIDATE_ALL on class /PLMU/CL_FRW_RETR_FILTER has no parameter.
Method INVALIDATE_ALL on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Method INVALIDATE_CHILDREN_OF_NODE 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 | 20120605 |
Method INVALIDATE_CHILDREN_OF_NODE on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Method INVALIDATE_CHILDREN_RECURSIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE_METADATA | Call by reference | Object reference (TYPE REF TO) | /PLMB/IF_SPI_METADATA_NODE | Metadata of a single node | 20120605 |
Method INVALIDATE_CHILDREN_RECURSIVE on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Method INVALIDATE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INVALID_NODE | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_COLL_INVALID_NODE | 20120605 |
Method INVALIDATE_NODES on class /PLMU/CL_FRW_RETR_FILTER has no exception.
Event Signatures
Event BEFORE_DESTRUCTION Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_RETRIEVE_FILTER | Exporting | Value transfer | Object reference (TYPE REF TO) | /PLMU/CL_FRW_RETR_FILTER | 20120605 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |