SAP ABAP Class CL_DB4_UI_ELEMENT_DICTIONARY (DB4: UI Element dictionary)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB4 (Application Component) DB2 for AS/400
⤷
STU4 (Package) CCMS / AS/400
⤷
⤷
Properties
| Class | CL_DB4_UI_ELEMENT_DICTIONARY | |
| Short Description | DB4: UI Element dictionary | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | D4 | |
| Program status | ||
| Category | 0 | |
| Package | STU4 | CCMS / AS/400 |
| Created | 20131022 | SAP |
| Last change | 20141121 | |
| 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) |
Interfaces
Class CL_DB4_UI_ELEMENT_DICTIONARY has no interface implemented.
Friends
Class CL_DB4_UI_ELEMENT_DICTIONARY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DB4_UI_ELEMENT_DICTIONARY | DB4: UI Element dictionary | 20131022 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_UI_ELEMENTS_TAB | UI elements table | 20131022 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Add a UI element definition | 20131022 | |
| 2 | Instance method | Private | Constructor | CONSTRUCTOR | 20131022 | |
| 3 | Static method | Public | Method | Get an instance of the dictionary | 20131022 | |
| 4 | Instance method | Public | Method | Get the UI definition for a field | 20131023 | |
| 5 | Instance method | Private | Method | Init the UI elements for the defauilt context | 20131022 |
Events
Class CL_DB4_UI_ELEMENT_DICTIONARY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_UI_ELEMENT | Private | See coding | UI element | 20131022 | begin of TY_UI_ELEMENT ,
CONTEXT type STRING ,
FIELD type STRING ,
LABEL type STRING ,
TOOLTIP type STRING ,
end of TY_UI_ELEMENT
|
|
| 2 | TY_UI_ELEMENTS_TAB | Private | See coding | UI elements table | 20131022 | TY_UI_ELEMENTS_TAB type standard table of TY_UI_ELEMENT with key CONTEXT FIELD
|
Method Signatures
Method ADD_UI_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Type reference (TYPE) | CLIKE | `*NONE` | 20131022 | |||
| 2 | I_FIELD | Call by reference | Type reference (TYPE) | CLIKE | 20131022 | ||||
| 3 | I_LABEL | Call by reference | Type reference (TYPE) | CLIKE | 20131022 | ||||
| 4 | I_TOOLTIP | Call by reference | Type reference (TYPE) | CLIKE | 20131022 |
Method ADD_UI_ELEMENT on class CL_DB4_UI_ELEMENT_DICTIONARY has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DB4_UI_ELEMENT_DICTIONARY has no parameter.
Method CONSTRUCTOR on class CL_DB4_UI_ELEMENT_DICTIONARY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_UI_DICTIONARY | Value transfer | Object reference (TYPE REF TO) | CL_DB4_UI_ELEMENT_DICTIONARY | DB4: UI Element dictionary | 20131022 |
Method GET_INSTANCE on class CL_DB4_UI_ELEMENT_DICTIONARY has no exception.
Method GET_UI_DFN_FOR_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_LABEL | Call by reference | Type reference (TYPE) | CLIKE | 20131023 | ||||
| 2 | C_TOOLTIP | Call by reference | Type reference (TYPE) | CLIKE | 20131023 | ||||
| 3 | I_CONTEXT | Call by reference | Type reference (TYPE) | CLIKE | `*NONE` | 20131023 | |||
| 4 | I_FIELD | Call by reference | Type reference (TYPE) | CLIKE | 20131023 |
Method GET_UI_DFN_FOR_FIELD on class CL_DB4_UI_ELEMENT_DICTIONARY has no exception.
Method INIT_DEFAULT_CONTEXT Signature
Method INIT_DEFAULT_CONTEXT on class CL_DB4_UI_ELEMENT_DICTIONARY has no parameter.
Method INIT_DEFAULT_CONTEXT on class CL_DB4_UI_ELEMENT_DICTIONARY has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |