SAP ABAP Class /PLMU/CL_FRW_C_TOOL (Context Application Model Tools)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_BASIC_TOOL | Basic Tools for Application Model | 20110819 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_C_TOOL | Tools for Context Dependent Application Model | 20110819 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_F_TOOL | Application Model Tools | 20110819 |
Properties
Class | /PLMU/CL_FRW_C_TOOL | |
Short Description | Context Application Model Tools | |
Super Class | /PLMU/CL_FRW_BASIC_TOOL | Basic Tools for Application Model |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMU/UI_FRW_CORE | UI Framework: Core |
Created | 20110819 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_C_TOOL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /PLMU/IF_FRW_C_TOOL | Tools for Context Dependent Application Model | 20110819 |
Friends
Class /PLMU/CL_FRW_C_TOOL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTY_TS_PRPTY_REQUESTED_FIELDS | Requested Fields of Node Data | 20121126 |
Methods
Class /PLMU/CL_FRW_C_TOOL has no method.
Events
Class /PLMU/CL_FRW_C_TOOL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_PRPTY_REQUESTED_FIELDS | Private | See coding | 20121205 | BEGIN OF gty_s_prpty_requested_fields,
node_name TYPE /plmb/spi_node_name,
fields TYPE /plmb/t_spi_requested_field,
END OF gty_s_prpty_requested_fields
|
||
2 | GTY_TS_PRPTY_REQUESTED_FIELDS | Private | See coding | 20121205 | gty_ts_prpty_requested_fields TYPE SORTED TABLE OF gty_s_prpty_requested_fields
WITH UNIQUE KEY node_name
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |