SAP ABAP Class CL_FDT_WD_COMPONENT_METADATA (FDT WD: Metadata about an component)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure
⤷
⤷
Properties
| Class | CL_FDT_WD_COMPONENT_METADATA | |
| Short Description | FDT WD: Metadata about an component | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_INFRASTRUCTURE | BRFplus: Web Dynpro UI: Infrastructure |
| Created | 20080813 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_COMPONENT_METADATA has no interface implemented.
Friends
Class CL_FDT_WD_COMPONENT_METADATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CL_FDT_WD_REGISTRY=>S_ISLAND_INFO | Info about Island | 20130114 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | Expression Type ID | 20091126 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | True: has internal model | 20090723 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | True: has implemented FDT_IWD_OBJECT_EXTENDED | 20100701 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Assigned model class | 20080813 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | Name of component | 20080813 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Component is obsolete | 20090616 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | True: component shall only be displayed (no menu items etc.) | 20091012 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_UI_DEFINITION=>WD_ABAP_VERSION | Implemented version | 20080813 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080813 | |
| 2 | Instance method | Public | Method | Returns, if a component is obsolete | 20090616 | |
| 3 | Instance method | Public | Method | Returns if the component is only supposed to be displayed | 20091012 | |
| 4 | Instance method | Public | Method | Marks an object as obsolete | 20090616 | |
| 5 | Instance method | Public | Method | Mark the component only to be displayed | 20091012 |
Events
Class CL_FDT_WD_COMPONENT_METADATA has no event.
Types
Class CL_FDT_WD_COMPONENT_METADATA has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ISLAND_INFO | Call by reference | Type reference (TYPE) | CL_FDT_WD_REGISTRY=>S_ISLAND_INFO | Island Info | 20130114 | |||
| 2 | IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Expression Type ID (if expression component) | 20091126 | |||
| 3 | IV_HAS_INTERNAL_MODEL | Call by reference | Type reference (TYPE) | BOOLE_D | Has internal model | 20100707 | |||
| 4 | IV_HAS_IOBJECT_EXTENDED | Call by reference | Type reference (TYPE) | BOOLE_D | Has extendeded object interface implemented | 20100701 | |||
| 5 | IV_MODEL_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Model Class | 20080813 | |||
| 6 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20080813 | |||
| 7 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_UI_DEFINITION=>WD_ABAP_VERSION | Version of WD ABAP component | 20080813 |
Method CONSTRUCTOR on class CL_FDT_WD_COMPONENT_METADATA has no exception.
Method IS_OBSOLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_OBSOLETE | Value transfer | Type reference (TYPE) | BOOLE_D | True: is obsolete | 20090616 |
Method IS_OBSOLETE on class CL_FDT_WD_COMPONENT_METADATA has no exception.
Method IS_ONLY_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ONLY_DISPLAY | Value transfer | Type reference (TYPE) | BOOLE_D | 20091012 |
Method IS_ONLY_DISPLAY on class CL_FDT_WD_COMPONENT_METADATA has no exception.
Method SET_OBSOLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBSOLETE | Call by reference | Type reference (TYPE) | BOOLE_D | Component is obsolete | 20090616 |
Method SET_OBSOLETE on class CL_FDT_WD_COMPONENT_METADATA has no exception.
Method SET_ONLY_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ONLY_DISPLAY | Value transfer | Type reference (TYPE) | BOOLE_D | 20091012 |
Method SET_ONLY_DISPLAY on class CL_FDT_WD_COMPONENT_METADATA has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 712 |