SAP ABAP Class CL_EAMS_UI_FD_NTF_CODEGR_TREE (Feederclass for Codegroup Popup (Item, List, Task))
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM (Application Component) Plant Maintenance
⤷
EAMS_UI_NTF (Package) User Interface for Notification

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20100330 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20100330 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20100330 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE_EXT | GUIBB Tree extended | 20100330 |
Properties
Class | CL_EAMS_UI_FD_NTF_CODEGR_TREE | |
Short Description | Feederclass for Codegroup Popup (Item, List, Task) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | EAMS_UI_NTF | User Interface for Notification |
Created | 20100330 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EAMS_UI_FD_NTF_CODEGR_TREE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20100330 | ||
2 | IF_FPM_GUIBB | Generic UI Building Block | 20100330 | ||
3 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20100330 | ||
4 | IF_FPM_GUIBB_TREE_EXT | GUIBB Tree extended | 20100330 |
Friends
Class CL_EAMS_UI_FD_NTF_CODEGR_TREE 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) | /PLMU/IF_FRW_BASIC_APPL_MODEL | UI Framework - Basic application model | 20100330 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_CONNECTOR_RUN | Connector: Access for Application Feeder Models | 20100330 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | EAMS_S_SP_NTF_ITEM_ID | Business Object Notification - ID Items | 20100401 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | EAMS_S_SP_NTF_ID | Business Object Notification - Identification | 20100401 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_CODEGROUP_TREE_NODE | test structure | 20100330 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100330 |
Methods
Class CL_EAMS_UI_FD_NTF_CODEGR_TREE has no method.
Events
Class CL_EAMS_UI_FD_NTF_CODEGR_TREE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_CODEGROUP_TREE_NODE | Private | See coding | 20100330 | BEGIN OF ty_s_codegroup_tree_node,
parent_key TYPE char30,
row_key TYPE char30,
expanded TYPE boolean,
is_leaf TYPE boolean,
text TYPE fpm_text,
children_loaded TYPE boolean,
image_src TYPE fpmgb_image_src,
codegrp TYPE qcodegrp,
codegrptext TYPE qkurztext,
code TYPE qcode,
codetext TYPE char80,
notif_type TYPE qmart,
qmnum TYPE qmnum,
sel_flag TYPE boolean,
sel_flag_visibility TYPE boolean,
END OF ty_s_codegroup_tree_node
|
||
2 | TY_T_CODEGROUP_TREE_NODE | Private | See coding | 20100330 | ty_t_codegroup_tree_node TYPE STANDARD TABLE OF ty_s_codegroup_tree_node
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 606 |