SAP ABAP Class CL_EAMS_UI_FD_TO_SELECT_LI (list for selecting technical object)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM (Application Component) Plant Maintenance
⤷
EAMS_UI_MISC (Package) Miscellaneous for User Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20090908 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20090908 |
Properties
| Class | CL_EAMS_UI_FD_TO_SELECT_LI | |
| Short Description | list for selecting technical object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EAMS_UI_MISC | Miscellaneous for User Interface |
| Created | 20090908 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EAMS_UI_FD_TO_SELECT_LI has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20090908 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20090908 |
Friends
Class CL_EAMS_UI_FD_TO_SELECT_LI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'ABBID' | 20091110 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'EAMS_EQUNR' | 20091106 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'EAMS_EQUNR_TXT' | 20091106 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'EAMS_TEC_OBJ_NO' | 20091109 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'EAMS_TEC_OBJ_NO' | 20091217 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'EAMS_TEC_OBJ_TYPE' | 20090915 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'LINE' | 20091110 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'NODE_NAME' | 20091110 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'TPLNR' | 20091106 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'TPLNR_TXT' | 20091106 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | T_DYN_DATA_TAB | 20090911 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20091110 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091110 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20091110 |
Methods
Class CL_EAMS_UI_FD_TO_SELECT_LI has no method.
Events
Class CL_EAMS_UI_FD_TO_SELECT_LI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_DYN_DATA | Protected | See coding | 20090911 | BEGIN OF t_dyn_data,
obj_type_txt TYPE string,
eams_tec_obj_no TYPE eams_tec_obj,
obj_desc TYPE ktx01,
eams_tec_obj_type TYPE /plmb/gos_object_type,
END OF t_dyn_data
|
||
| 2 | T_DYN_DATA_TAB | Protected | See coding | 20090911 | t_dyn_data_tab TYPE TABLE OF t_dyn_data
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |