SAP ABAP Class CL_DBA_GRAPHIC_COMP_MODEL (DBA: Graphic Component Model)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_GRAPHIC_COMP_MODEL DBA: Graphic Component Model 20130624
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_GRAPHIC_COMP_MODEL_SAPG DBA: Graphic Component Model SAPGUI 20130624
2 Inheritance (c INHERITING FROM c_ref)  CL_DBA_GRAPHIC_COMP_MODEL_WD DBA: Graphic Component Model WD 20130624
Properties
Class CL_DBA_GRAPHIC_COMP_MODEL  
Short Description DBA: Graphic Component Model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20130621   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DBA_GRAPHIC_COMP_MODEL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_GRAPHIC_COMP_MODEL DBA: Graphic Component Model 20130624
Friends
Class CL_DBA_GRAPHIC_COMP_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CUSTOMIZING_XML Constant Public See coding 'SDBA_GC_CUSTOMIZING_XML' 20130625
2 CO_CUSTOMIZING_XML_SERIES Constant Public See coding 'SDBA_GC_CUSTOMIZING_XML_SERIES' 20130625
3 CO_NO_DDIC_NAME Constant Protected Type reference (TYPE) STRING '_NO_DDIC_NAME_' 20130624
4 CO_SERIES_NAME_X Constant Public Type reference (TYPE) STRING `Series` 20130625
5 E_CHART_AXIS_POSITION Constant Public See coding 20130625
6 E_CHART_COLOUR_DOMAIN Constant Public See coding 20130625
7 E_CHART_TYPE Constant Public See coding 20130625
8 E_CHART_TYPE_NAMES Constant Public See coding 20130625
9 E_CHART_Y_AXIS_DOMAIN Constant Public See coding 20130625
10 E_CUSTOMIZING_PATTERN Constant Public See coding 20130625
11 E_OPTION_LEGEND_POSITION Constant Public See coding 20130712
12 MR_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20130624
13 MR_DATA_ORIGINAL Instance attribute Protected Object reference (TYPE REF TO) DATA 20131016
14 MR_UPDATED_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20130624
15 MR_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_DBA_GRAPHIC_COMP_VIEW DBA: Interface Graphic Component View 20130701
16 MT_COLUMN_UNIT_CHARTTYPE_T_T Instance attribute Protected Type reference (TYPE) DBA_GC_COLUMN_UNIT_CHARTT_T_T 20130625
17 MT_GRAPHICS Instance attribute Protected Type reference (TYPE) DBA_GC_GRAPHICS_TABLE 20130624
18 MV_DATA_DDIC_STRUC Instance attribute Protected Type reference (TYPE) STRING 20130624
19 MV_HEIGHT Instance attribute Protected Type reference (TYPE) I 20130624
20 MV_NEW_DATA_SET Instance attribute Protected Type reference (TYPE) BOOLEAN 20130624
21 MV_TIME_COLUMN Instance attribute Protected Type reference (TYPE) STRING 20130625
22 MV_UI_ID Instance attribute Protected Type reference (TYPE) STRING 20130624
23 MV_USE_RDI_FOR_DESCRIPTION Instance attribute Private Type reference (TYPE) BOOLEAN 20131016
24 MV_WIDTH Instance attribute Protected Type reference (TYPE) I 20130624
Methods
# Method Level Visibility Method type Description Created on
1 CALC_HIERARCHY Instance method Protected Method 20130625
2 CONSTRUCTOR Instance method Public Constructor 20130624
3 CONVERT_DATE Instance method Protected Method 20130702
4 COPY_DATA Instance method Private Method 20131016
5 CREATE_CUSTOMIZING Instance method Protected Method 20130625
6 GET_CATEGORY_COLUMN Instance method Protected Method 20130625
7 GET_GRAPHICS Instance method Public Method 20130624
8 GET_TIME_PERIOD_COLUMN Instance method Protected Method 20130702
9 GET_UI_ID Instance method Public Method 20130624
10 GET_VIEW Instance method Public Method Get View 20130701
11 IS_IGS_AVAILABLE Instance method Public Method 20130626
12 MAP_CHART_TYPE Instance method Protected Method 20130625
13 MAP_LEGEND_POSITION Instance method Protected Method 20130712
14 SET_OPTION Instance method Public Method 20130625
15 SET_VIEW Instance method Public Method Set View 20130701
16 UPDATE_CREATE_SERIES_EL_CUSTO Instance method Protected Method Template-Method: Update Create Series Element and Set Custom 20130702
17 UPDATE_CREATE_VALUE Instance method Protected Method Template-Method: Update Create Value 20130702
18 UPDATE_END Instance method Protected Method 20130703
19 UPDATE_NEW_CATEGORIE Instance method Protected Method Template-Method: Update New Categorie 20130702
20 UPDATE_SET_NO_DATA Instance method Protected Method Update: Set No Data 20130702
Events
Class CL_DBA_GRAPHIC_COMP_MODEL has no event.
Types
Class CL_DBA_GRAPHIC_COMP_MODEL has no local type.
Method Signatures

Method CALC_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DIFF_DAY Call by reference Type reference (TYPE) BOOLEAN 20130625
2 Importing IV_DIFF_HOUR Call by reference Type reference (TYPE) BOOLEAN 20130625
3 Importing IV_DIFF_MINUTE Call by reference Type reference (TYPE) BOOLEAN 20130625
4 Importing IV_DIFF_MONTH Call by reference Type reference (TYPE) BOOLEAN 20130625
5 Importing IV_DIFF_WEAK Call by reference Type reference (TYPE) BOOLEAN 20130625
6 Importing IV_TIME1 Call by reference Type reference (TYPE) DB6TSTAMP 20130625
7 Importing IV_TIME2 Call by reference Type reference (TYPE) DB6TSTAMP 20130625
8 Returning RV_LEVEL Value transfer Type reference (TYPE) I 20130625

Method CALC_HIERARCHY on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VIEW Call by reference Object reference (TYPE REF TO) IF_DBA_GRAPHIC_COMP_VIEW DBA: Interface Graphic Component View 20130701
2 Importing IT_GRAPHICS Call by reference Type reference (TYPE) DBA_GC_GRAPHICS_TABLE DBA: Graphic Component Graphics Table 20130624
3 Importing IV_UI_ID Call by reference Type reference (TYPE) STRING 20130624

Method CONSTRUCTOR on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method CONVERT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) DATA 20130702
2 Returning RV_DATE Value transfer Type reference (TYPE) DB6DATETIM 20130702

Method CONVERT_DATE on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method COPY_DATA Signature

Method COPY_DATA on class CL_DBA_GRAPHIC_COMP_MODEL has no parameter.
Method COPY_DATA on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method CREATE_CUSTOMIZING Signature

Method CREATE_CUSTOMIZING on class CL_DBA_GRAPHIC_COMP_MODEL has no parameter.
Method CREATE_CUSTOMIZING on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method GET_CATEGORY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20130625
2 Returning RV_CATEGORY_COLUMN Value transfer Type reference (TYPE) STRING 20130625

Method GET_CATEGORY_COLUMN on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method GET_GRAPHICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) DBA_GC_GRAPHICS_TABLE DBA: Graphic Component Graphics Table 20130624

Method GET_GRAPHICS on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method GET_TIME_PERIOD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) ANY 20130702
2 Returning RV_COLUMN Value transfer Type reference (TYPE) STRING 20130702

Method GET_TIME_PERIOD_COLUMN on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method GET_UI_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20130624

Method GET_UI_ID on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method GET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_RESULT Value transfer Object reference (TYPE REF TO) IF_DBA_GRAPHIC_COMP_VIEW DBA: Interface Graphic Component View 20130701

Method GET_VIEW on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method IS_IGS_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130626

Method IS_IGS_AVAILABLE on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method MAP_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHART_TYPE Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE 20130625
2 Returning RV_CHART_TYPE Value transfer Type reference (TYPE) STRING 20130625

Method MAP_CHART_TYPE on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method MAP_LEGEND_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEGEND_POSITION Call by reference Type reference (TYPE) STRING 20130712
2 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20130712

Method MAP_LEGEND_POSITION on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method SET_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT Call by reference Type reference (TYPE) I 20130625
2 Importing IV_TIME_COLUMN Call by reference Type reference (TYPE) STRING 20130625
3 Importing IV_USE_RDI_FOR_DESCRIPTION Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20131016
4 Importing IV_WIDTH Call by reference Type reference (TYPE) I 20130625

Method SET_OPTION on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method SET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VIEW Call by reference Object reference (TYPE REF TO) IF_DBA_GRAPHIC_COMP_VIEW DBA: Interface Graphic Component View 20130701

Method SET_VIEW on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method UPDATE_CREATE_SERIES_EL_CUSTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN_NAME Call by reference Type reference (TYPE) STRING 20130702
2 Importing IV_LABEL Call by reference Type reference (TYPE) STRING 20130702
3 Importing IV_TABIX Call by reference Type reference (TYPE) I First row? =>Delete all elements 20130702
4 Importing IV_TABIX_BG Call by reference Type reference (TYPE) I 20130702

Method UPDATE_CREATE_SERIES_EL_CUSTO on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method UPDATE_CREATE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POINT_VALUE Call by reference Type reference (TYPE) F 20130702
2 Importing IV_TABIX Call by reference Type reference (TYPE) I 20130702
3 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20130702
4 Importing IV_WIDTH Call by reference Type reference (TYPE) I 20130702

Method UPDATE_CREATE_VALUE on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method UPDATE_END Signature

Method UPDATE_END on class CL_DBA_GRAPHIC_COMP_MODEL has no parameter.
Method UPDATE_END on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method UPDATE_NEW_CATEGORIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LABEL Call by reference Type reference (TYPE) STRING 20130702
2 Importing IV_TABIX_BG Call by reference Type reference (TYPE) I 20130702
3 Importing IV_TABIX_ROW Call by reference Type reference (TYPE) I First row? =>Delete all categories 20130702

Method UPDATE_NEW_CATEGORIE on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.

Method UPDATE_SET_NO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20130702

Method UPDATE_SET_NO_DATA on class CL_DBA_GRAPHIC_COMP_MODEL has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740