SAP ABAP Class CL_MDG_DT_UI_REL_IN_LIST_FEED (Feeder Class: Incoming Relationships in the Config. Workb.)
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 | 20100929 |
Properties
| Class | CL_MDG_DT_UI_REL_IN_LIST_FEED | |
| Short Description | Feeder Class: Incoming Relationships in the Config. Workb. | |
| 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 | 20100929 |
Friends
Class CL_MDG_DT_UI_REL_IN_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_REL_UI | Relationship for DT API | 20100929 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20100929 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101202 |
Methods
Class CL_MDG_DT_UI_REL_IN_LIST_FEED has no method.
Events
Class CL_MDG_DT_UI_REL_IN_LIST_FEED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MDG_DT_API_S_REL_UI | Private | See coding | 20100929 | BEGIN OF mdg_dt_api_s_rel_ui,
model_name TYPE usmd_model ,
fr_entity TYPE usmd_fr_entity ,
relation TYPE usmd_relation ,
rollname TYPE usmd_rollname_rel ,
to_entity TYPE usmd_to_entity ,
card TYPE usmd_card ,
reltype TYPE usmd_reltype ,
f_no_exist_check TYPE usmd_no_exist_check ,
long_text TYPE usmd_model_obj_txt,
to_entity_long TYPE usmd_tab_source ,
fr_entity_long TYPE usmd_tab_source ,
relation_long 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_rel_ui
|
||
| 2 | MDG_DT_API_T_REL_UI | Private | See coding | 20100929 | mdg_dt_api_t_rel_ui TYPE STANDARD TABLE OF mdg_dt_api_s_rel_ui
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |