SAP ABAP Class CL_RSAN_CHART (HTML Graphic)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-CRM (Application Component) Customer Relationship Management
     RSAN_TOOLS (Package) CRM Analytics: Tools
Properties
Class CL_RSAN_CHART  
Short Description HTML Graphic    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSAN_TOOLS   CRM Analytics: Tools 
Created 20011219   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSAN_CHART has no forward declaration.
Interfaces
Class CL_RSAN_CHART has no interface implemented.
Friends
Class CL_RSAN_CHART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 HTML_CONTROL Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20011219
2 LEGEND_EAST Constant Public Type reference (TYPE) STRING 'E' 20020103
3 LEGEND_NONE Constant Public Type reference (TYPE) STRING SPACE 20020103
4 LEGEND_NORTH Constant Public Type reference (TYPE) STRING 'N' 20020103
5 LEGEND_WEST Constant Public Type reference (TYPE) STRING 'W' 20020103
6 PARAM_CHART_TYPE Constant Private Type reference (TYPE) STRING 'CT' 20020103
7 PARAM_COLOR Constant Private Type reference (TYPE) STRING 'C' 20020103
8 PARAM_DEFAULT_COLOR Constant Private Type reference (TYPE) STRING 'DC' 20020103
9 PARAM_KEY Constant Private Type reference (TYPE) STRING 'K' 20020103
10 PARAM_LEGEND_POS Constant Private Type reference (TYPE) STRING 'LP' 20020103
11 PARAM_LEGEND_TEXT Constant Private Type reference (TYPE) STRING 'L' 20020103
12 PARAM_MAX_VALUE Constant Private Type reference (TYPE) STRING 'MX' 20020103
13 PARAM_MIN_VALUE Constant Private Type reference (TYPE) STRING 'MN' 20020103
14 PARAM_SERIES_NO Constant Private Type reference (TYPE) STRING 'SN' 20020103
15 PARAM_SERIES_SIZE Constant Private Type reference (TYPE) STRING 'SS' 20020103
16 PARAM_TEXT_BOTTOM Constant Private Type reference (TYPE) STRING 'TB' 20020103
17 PARAM_TEXT_TOP Constant Private Type reference (TYPE) STRING 'TT' 20020103
18 PARAM_TEXT_X Constant Private Type reference (TYPE) STRING 'TX' 20020103
19 PARAM_TEXT_Y Constant Private Type reference (TYPE) STRING 'TY' 20020103
20 PARAM_TITLE Constant Private Type reference (TYPE) STRING 'TI' 20020103
21 PARAM_TOOLTIP Constant Private Type reference (TYPE) STRING 'T' 20020103
22 PARAM_VALUE Constant Private Type reference (TYPE) STRING 'V' 20020103
23 PARAM_WIDTH Constant Private Type reference (TYPE) STRING 'WD' 20020103
24 TYPE_COLUMNS Constant Public Type reference (TYPE) STRING 'C' 20020103
25 TYPE_LINES Constant Public Type reference (TYPE) STRING 'L' 20020103
26 T_PARAMS Instance attribute Private Type reference (TYPE) YT_PARAMS 20011219
27 URL Instance attribute Private Type reference (TYPE) STRING 20011219
Methods
# Method Level Visibility Method type Description Created on
1 CONCATENATE Instance method Protected Method 20011219
2 CONSTRUCTOR Instance method Public Constructor 20011219
3 ENCODE_TEXT Instance method Private Method 20020103
4 FLOAT_TO_STRING Instance method Private Method 20020103
5 INIT Instance method Protected Method 20011219
6 RENDER Instance method Public Method 20011219
7 RESET Instance method Public Method 20011219
8 SET_DEFAULT_COLOR Instance method Public Method 20011219
9 SET_LEGEND_POSITION Instance method Public Method 20011219
10 SET_LEGEND_TEXT Instance method Public Method 20020103
11 SET_MAX_VALUE Instance method Public Method 20011219
12 SET_MIN_VALUE Instance method Public Method 20011219
13 SET_PARAM Instance method Protected Method 20011219
14 SET_TEXT_BOTTOM Instance method Public Method 20011219
15 SET_TEXT_TOP Instance method Public Method 20011219
16 SET_TEXT_X Instance method Public Method 20011219
17 SET_TEXT_Y Instance method Public Method 20011219
18 SET_TITLE Instance method Public Method 20011219
19 SET_TYPE Instance method Public Method 20011219
20 SET_URL Instance method Public Method 20011219
21 SET_VALUES Instance method Public Method 20011219
22 SET_WIDTH Instance method Public Method 20020103
Events
Class CL_RSAN_CHART has no event.
Types
Class CL_RSAN_CHART has no local type.
Method Signatures

Method CONCATENATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STRING Value transfer Type reference (TYPE) STRING 20011219
2 Importing I_INT Value transfer Type reference (TYPE) I 20011219
3 Importing I_STRING Value transfer Type reference (TYPE) STRING 20011219

Method CONCATENATE on class CL_RSAN_CHART has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20011219

Method CONSTRUCTOR on class CL_RSAN_CHART has no exception.

Method ENCODE_TEXT Signature

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

Method ENCODE_TEXT on class CL_RSAN_CHART has no exception.

Method FLOAT_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_STRING Value transfer Type reference (TYPE) STRING 20020103
2 Importing I_FLOAT Call by reference Type reference (TYPE) F 20020103

Method FLOAT_TO_STRING on class CL_RSAN_CHART has no exception.

Method INIT Signature

Method INIT on class CL_RSAN_CHART has no parameter.
Method INIT on class CL_RSAN_CHART has no exception.

Method RENDER Signature

Method RENDER on class CL_RSAN_CHART has no parameter.
Method RENDER on class CL_RSAN_CHART has no exception.

Method RESET Signature

Method RESET on class CL_RSAN_CHART has no parameter.
Method RESET on class CL_RSAN_CHART has no exception.

Method SET_DEFAULT_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLOR_ID Call by reference Type reference (TYPE) I 20011219
2 Importing I_SERIES_ID Call by reference Type reference (TYPE) I 0 20011219

Method SET_DEFAULT_COLOR on class CL_RSAN_CHART has no exception.

Method SET_LEGEND_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20020103

Method SET_LEGEND_POSITION on class CL_RSAN_CHART has no exception.

Method SET_LEGEND_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERIES_ID Call by reference Type reference (TYPE) I 0 20020103
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20020103

Method SET_LEGEND_TEXT on class CL_RSAN_CHART has no exception.

Method SET_MAX_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) F 20011219

Method SET_MAX_VALUE on class CL_RSAN_CHART has no exception.

Method SET_MIN_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) F 20011219

Method SET_MIN_VALUE on class CL_RSAN_CHART has no exception.

Method SET_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) STRING 20011219
2 Importing I_TAG Call by reference Type reference (TYPE) STRING 20011219
3 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20011219

Method SET_PARAM on class CL_RSAN_CHART has no exception.

Method SET_TEXT_BOTTOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20011219

Method SET_TEXT_BOTTOM on class CL_RSAN_CHART has no exception.

Method SET_TEXT_TOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20011219

Method SET_TEXT_TOP on class CL_RSAN_CHART has no exception.

Method SET_TEXT_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20011219

Method SET_TEXT_X on class CL_RSAN_CHART has no exception.

Method SET_TEXT_Y Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20011219

Method SET_TEXT_Y on class CL_RSAN_CHART has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20011219

Method SET_TITLE on class CL_RSAN_CHART has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20020103

Method SET_TYPE on class CL_RSAN_CHART has no exception.

Method SET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_URL Call by reference Type reference (TYPE) STRING 20011219

Method SET_URL on class CL_RSAN_CHART has no exception.

Method SET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUES Call by reference Type reference (TYPE) RSAN_T_CHART_VALUES Tabelle RSAN Grafik Werte 20011219
2 Importing I_SERIES_ID Call by reference Type reference (TYPE) I 0 20011219

Method SET_VALUES on class CL_RSAN_CHART has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) I 20020103

Method SET_WIDTH on class CL_RSAN_CHART has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 30B