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 ABAP 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 P_R_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_DB4_UI_ELEMENT_DICTIONARY DB4: UI Element dictionary 20131022
2 P_UI_ELEMENTS_TAB Instance attribute Private Type reference (TYPE) TY_UI_ELEMENTS_TAB UI elements table 20131022
Methods
# Method Level Visibility Method type Description Created on
1 ADD_UI_ELEMENT Instance method Protected Method Add a UI element definition 20131022
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20131022
3 GET_INSTANCE Static method Public Method Get an instance of the dictionary 20131022
4 GET_UI_DFN_FOR_FIELD Instance method Public Method Get the UI definition for a field 20131023
5 INIT_DEFAULT_CONTEXT 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 Importing I_CONTEXT Call by reference Type reference (TYPE) CLIKE `*NONE` 20131022
2 Importing I_FIELD Call by reference Type reference (TYPE) CLIKE 20131022
3 Importing I_LABEL Call by reference Type reference (TYPE) CLIKE 20131022
4 Importing 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 Returning 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 Changing C_LABEL Call by reference Type reference (TYPE) CLIKE 20131023
2 Changing C_TOOLTIP Call by reference Type reference (TYPE) CLIKE 20131023
3 Importing I_CONTEXT Call by reference Type reference (TYPE) CLIKE `*NONE` 20131023
4 Importing 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