SAP ABAP Class CL_MDG_DT_UI_ATTR_LIST_FEED (Attribute list)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-DT (Application Component) Design Time
⤷
MDG_DT_GENERIC_UI (Package) MDG: Generic Parts of Design Time (UI)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_MDG_DT_UI_DM_WIRE_FEEDER | Feeder Class for the Wires of Configuration Workbench UI | 20100701 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20100701 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100701 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST_EXT | GUIBB List extended | 20100924 |
Properties
| Class | CL_MDG_DT_UI_ATTR_LIST_FEED | |
| Short Description | Attribute list | |
| Super Class | CL_MDG_DT_UI_DM_WIRE_FEEDER | Feeder Class for the Wires of Configuration Workbench UI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_DT_GENERIC_UI | MDG: Generic Parts of Design Time (UI) |
| Created | 20100701 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20100701 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20100701 | ||
| 3 | IF_FPM_GUIBB_LIST_EXT | GUIBB List extended | 20100924 |
Friends
Class CL_MDG_DT_UI_ATTR_LIST_FEED 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) | CL_MDG_DT_UI_DM_FEED_SUP | Super class for Data Model UIBBs | 20100701 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | MDG_DT_API_S_ENTITY | Enitiy for Design Time API. | 20100701 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | MDG_DT_API_T_ATTRIBUTE_UI | Attribute definition for UI of DT | 20100920 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20100916 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101130 |
Methods
Class CL_MDG_DT_UI_ATTR_LIST_FEED has no method.
Events
Class CL_MDG_DT_UI_ATTR_LIST_FEED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MDG_DT_API_S_ATTRIBUTE_UI | Private | See coding | Attribute definition for UI of DT | 20100919 | BEGIN OF MDG_DT_API_S_ATTRIBUTE_UI,
" MDG_ATTRIBUTE TYPE MDG_DT_API_S_ATTRIBUTE,
MODEL_NAME Type USMD_MODEL ,
ENTITY_NAME Type USMD_ENTITY ,
ATTRIBUTE_NAME Type USMD_ATTRIBUTE ,
ROLLNAME Type USMD_ROLLNAME_ATT ,
F_ATTR_MANDAT Type USMD_ATTR_MANDATORY ,
ATTRIBUTE_QC Type USMD_ATTRIBUTE_QC ,
USMD_SEARCH_HLP Type USMD_SEARCH_HLP ,
F_NO_EXIST_CHECK Type USMD_NO_EXIST_CHECK ,
LONG_TEXT Type USMD_MODEL_OBJ_TXT ,
IS_KEY Type USMD_IS_KEY ,
TAB_SOURCE Type USMD_TAB_SOURCE ,
FLD_SOURCE Type USMD_FLD_SOURCE ,
GENERATED Type USMD_GENERATED ,
SAP_DEFAULT Type USMD_SWITCH_DEFAULT,
USER_STATUS Type USMD_SWITCH_OVERRIDE,
enabled TYPE boolean ,
read_only type boolean,
END OF MDG_DT_API_S_ATTRIBUTE_UI
|
|
| 2 | MDG_DT_API_T_ATTRIBUTE_UI | Private | See coding | 20100920 | MDG_DT_API_T_ATTRIBUTE_UI TYPE STANDARD TABLE OF MDG_DT_API_S_ATTRIBUTE_UI
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |