SAP ABAP Class CL_DBA_WD_GC_CHART (DBA: WebDynpro Graphic Component Line)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Properties
Class CL_DBA_WD_GC_CHART  
Short Description DBA: WebDynpro Graphic Component Line    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20120109   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DBA_WD_GC_ASSISTANT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_DBA_WD_GC_CHART Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DBA_WD_GC_CHART has no interface implemented.
Friends
Class CL_DBA_WD_GC_CHART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_GRADIENT_VALUE Constant Public See coding 20130730
2 CO_UNDIFINED_COLOR Static Attribute Public Type reference (TYPE) I -1 20120216
3 MV_AXIS_POSITION Instance attribute Private Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Type of Enumeration of a UIE Library 20120207
4 MV_BLUE Instance attribute Private Type reference (TYPE) I 20120109
5 MV_GRADIENT Instance attribute Private Type reference (TYPE) STRING 20130729
6 MV_GRAPHIC_TYPE Instance attribute Private Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Type of Enumeration of a UIE Library 20120109
7 MV_GREEN Instance attribute Private Type reference (TYPE) I 20120109
8 MV_LINE_TYPE Instance attribute Private Type reference (TYPE) STRING Type of Enumeration of a UIE Library 20120801
9 MV_NAME Instance attribute Private Type reference (TYPE) STRING 20120109
10 MV_RED Instance attribute Private Type reference (TYPE) I 20120109
11 MV_SECONDARY_BLUE Instance attribute Private Type reference (TYPE) I 20130729
12 MV_SECONDARY_GREEN Instance attribute Private Type reference (TYPE) I 20130729
13 MV_SECONDARY_RED Instance attribute Private Type reference (TYPE) I 20130729
14 MV_TITLE Instance attribute Private Type reference (TYPE) STRING 20120109
15 MV_UNIT Instance attribute Private Type reference (TYPE) STRING 20130924
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120109
2 CREATE_CHART Static method Public Method 20120213
3 GET_AXIS_POSTION Instance method Public Method 20120207
4 GET_BLUE Instance method Public Method 20120109
5 GET_GRADIENT Instance method Public Method 20130729
6 GET_GRAPHIC_TYPE Instance method Public Method 20120109
7 GET_GREEN Instance method Public Method 20120109
8 GET_LINE_TYPE Instance method Public Method 20120801
9 GET_NAME Instance method Public Method 20120109
10 GET_RED Instance method Public Method 20120109
11 GET_SECONDARY_BLUE Instance method Public Method 20130729
12 GET_SECONDARY_GREEN Instance method Public Method 20130729
13 GET_SECONDARY_RED Instance method Public Method 20130729
14 GET_TITLE Instance method Public Method 20120109
15 GET_UNIT Instance method Public Method 20130924
Events
Class CL_DBA_WD_GC_CHART has no event.
Types
Class CL_DBA_WD_GC_CHART has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AXIS_POSITION Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_DBA_WD_GC_ASSISTANT=>E_CHART_AXIS_POSITION-AUTOMATIC_AXIS Type of Enumeration of a UIE Library 20120207
2 Importing IV_BLUE Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Colour 20120109
3 Importing IV_GRADIENT Call by reference Type reference (TYPE) STRING CL_DBA_WD_GC_CHART=>CO_GRADIENT_VALUE-NONE 20130729
4 Importing IV_GRAPHIC_TYPE Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Type of Enumeration of a UIE Library 20120109
5 Importing IV_GREEN Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Colour 20120109
6 Importing IV_LINE_TYPE Call by reference Type reference (TYPE) STRING CL_DBA_WD_GC_ASSISTANT=>E_CHART_LINE_TYPE-AUTOMATIC Type of Enumeration of a UIE Library 20120801
7 Importing IV_NAME Call by reference Type reference (TYPE) CLIKE 20120109
8 Importing IV_RED Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Colour 20120109
9 Importing IV_SECONDARY_BLUE Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Color <= 255; -1=invalid 20130729
10 Importing IV_SECONDARY_GREEN Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Color <= 255; -1=invalid 20130729
11 Importing IV_SECONDARY_RED Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 20130729
12 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20120109
13 Importing IV_UNIT Call by reference Type reference (TYPE) STRING 20130924

Method CONSTRUCTOR on class CL_DBA_WD_GC_CHART has no exception.

Method CREATE_CHART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AXIS_POSITION Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE CL_DBA_WD_GC_ASSISTANT=>E_CHART_AXIS_POSITION-AUTOMATIC_AXIS Type of Enumeration of a UIE Library 20120213
2 Importing IV_BLUE Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 20120213
3 Importing IV_GRADIENT Call by reference Type reference (TYPE) STRING 'None' 20130729
4 Importing IV_GRAPHIC_TYPE Call by reference Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Type of Enumeration of a UIE Library 20120213
5 Importing IV_GREEN Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 20120213
6 Importing IV_LINE_TYPE Call by reference Type reference (TYPE) STRING CL_DBA_WD_GC_ASSISTANT=>E_CHART_LINE_TYPE-AUTOMATIC Type of Enumeration of a UIE Library 20120801
7 Importing IV_NAME Call by reference Type reference (TYPE) CLIKE 20120213
8 Importing IV_RED Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 20120213
9 Importing IV_SECONDARY_BLUE Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Color <= 255; -1=invalid 20130729
10 Importing IV_SECONDARY_GREEN Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Color <= 255; -1=invalid 20130729
11 Importing IV_SECONDARY_RED Call by reference Type reference (TYPE) DBA_GC_CHART_COLOUR -1 DBA: Graphic Component Chart Color <= 255; -1=invalid 20130729
12 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20120213
13 Importing IV_UNIT Call by reference Type reference (TYPE) STRING 20130924
14 Returning RR_CHART Value transfer Object reference (TYPE REF TO) CL_DBA_WD_GC_CHART DBA: WebDynpro Graphic Component Line 20120213

Method CREATE_CHART on class CL_DBA_WD_GC_CHART has no exception.

Method GET_AXIS_POSTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_POSITION Value transfer Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Type of Enumeration of a UIE Library 20120207

Method GET_AXIS_POSTION on class CL_DBA_WD_GC_CHART has no exception.

Method GET_BLUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) I 20120109

Method GET_BLUE on class CL_DBA_WD_GC_CHART has no exception.

Method GET_GRADIENT Signature

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

Method GET_GRADIENT on class CL_DBA_WD_GC_CHART has no exception.

Method GET_GRAPHIC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE Type of Enumeration of a UIE Library 20120109

Method GET_GRAPHIC_TYPE on class CL_DBA_WD_GC_CHART has no exception.

Method GET_GREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) I 20120109

Method GET_GREEN on class CL_DBA_WD_GC_CHART has no exception.

Method GET_LINE_TYPE 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 20120801

Method GET_LINE_TYPE on class CL_DBA_WD_GC_CHART has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class CL_DBA_WD_GC_CHART has no exception.

Method GET_RED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) I 20120109

Method GET_RED on class CL_DBA_WD_GC_CHART has no exception.

Method GET_SECONDARY_BLUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SECONDARY_BLUE Value transfer Type reference (TYPE) I 20130729

Method GET_SECONDARY_BLUE on class CL_DBA_WD_GC_CHART has no exception.

Method GET_SECONDARY_GREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SECONDARY_GREEN Value transfer Type reference (TYPE) I 20130729

Method GET_SECONDARY_GREEN on class CL_DBA_WD_GC_CHART has no exception.

Method GET_SECONDARY_RED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SECONDARY_RED Value transfer Type reference (TYPE) I 20130729

Method GET_SECONDARY_RED on class CL_DBA_WD_GC_CHART has no exception.

Method GET_TITLE Signature

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

Method GET_TITLE on class CL_DBA_WD_GC_CHART has no exception.

Method GET_UNIT Signature

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

Method GET_UNIT on class CL_DBA_WD_GC_CHART has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 732