SAP ABAP Class CL_IGS_CHART (Internet Graphics Server: Chart)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SPIG (Package) Graphic
Properties
Class CL_IGS_CHART  
Short Description Internet Graphics Server: Chart    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPIG   Graphic 
Created 20001219   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IGS_CHART has no forward declaration.
Interfaces
Class CL_IGS_CHART has no interface implemented.
Friends
Class CL_IGS_CHART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AXIS_MAX Instance attribute Public Type reference (TYPE) FLOAT Maximum value for the axis 20010124
2 AXIS_MIN Instance attribute Public Type reference (TYPE) FLOAT Minimum value for the axis 20010124
3 AXIS_SEC_MAX Instance attribute Public Type reference (TYPE) FLOAT Maximum value for the secondary axis 20010403
4 AXIS_SEC_MIN Instance attribute Public Type reference (TYPE) FLOAT Minimum value for the secondary axis 20010403
5 COLOR_SCHEME Instance attribute Public Type reference (TYPE) CHAR20 'DEFAULT' Color scheme for automatic coloring 20001220
6 CO_LEGEND_DEFAULT Constant Public Type reference (TYPE) CHAR20 'DEFAULT' Char20 20001220
7 CO_LEGEND_EAST Constant Public Type reference (TYPE) CHAR20 'EAST' Char20 20001220
8 CO_LEGEND_NONE Constant Public Type reference (TYPE) CHAR20 'NONE' Char20 20001220
9 CO_LEGEND_SOUTH Constant Public Type reference (TYPE) CHAR20 'SOUTH' Char20 20001220
10 CO_LEGEND_WEST Constant Public Type reference (TYPE) CHAR20 'WEST' Char20 20001220
11 CO_SCHEME_DEFAULT Constant Public Type reference (TYPE) CHAR20 'DEFAULT' Char20 20001220
12 CO_SCHEME_REVERSE Constant Public Type reference (TYPE) CHAR20 'REVERSE' Char20 20001220
13 CO_SCHEME_SNAKE Constant Public Type reference (TYPE) CHAR20 'SNAKE' Char20 20001220
14 CO_SCHEME_STRAIGHT Constant Public Type reference (TYPE) CHAR20 'STRAIGHT' Char20 20001220
15 CO_TYPE_AREA Constant Public Type reference (TYPE) CHAR20 'AREA' Char20 20001220
16 CO_TYPE_AREA_3D Constant Public Type reference (TYPE) CHAR20 'AREA_3D' Char20 20001220
17 CO_TYPE_AREA_STACKED Constant Public Type reference (TYPE) CHAR20 'AREA_STACKED' Char20 20001220
18 CO_TYPE_AREA_STACKED_3D Constant Public Type reference (TYPE) CHAR20 'AREA_STACKED_3D' Char20 20001220
19 CO_TYPE_BARS Constant Public Type reference (TYPE) CHAR20 'BARS' Char20 20001220
20 CO_TYPE_BARS_3D Constant Public Type reference (TYPE) CHAR20 'BARS_3D' Char20 20001220
21 CO_TYPE_BARS_STACKED Constant Public Type reference (TYPE) CHAR20 'BARS_STACKED' Char20 20001220
22 CO_TYPE_BARS_STACKED_3D Constant Public Type reference (TYPE) CHAR20 'BARS_STACKED_3D' Char20 20001220
23 CO_TYPE_COLS Constant Public Type reference (TYPE) CHAR20 'COLUMNS' Char20 20001220
24 CO_TYPE_COLS_3D Constant Public Type reference (TYPE) CHAR20 'COLUMNS_3D' Char20 20001220
25 CO_TYPE_COLS_STACKED Constant Public Type reference (TYPE) CHAR20 'COLUMNS_STACKED' Char20 20001220
26 CO_TYPE_COLS_STACKED_3D Constant Public Type reference (TYPE) CHAR20 'COLUMNS_STACKED_3D' Char20 20001220
27 CO_TYPE_LINES Constant Public Type reference (TYPE) CHAR20 'LINES' Char20 20001220
28 CO_TYPE_LINES_3D Constant Public Type reference (TYPE) CHAR20 'LINES_3D' Char20 20001220
29 CO_TYPE_PIE Constant Public Type reference (TYPE) CHAR20 'PIE' Char20 20001220
30 CO_TYPE_PIE_3D Constant Public Type reference (TYPE) CHAR20 'PIE_3D' Char20 20001220
31 CO_TYPE_PIE_EX Constant Public Type reference (TYPE) CHAR20 'PIE_EX' Char20 20001220
32 CO_TYPE_PIE_EX_3D Constant Public Type reference (TYPE) CHAR20 'PIE_EX_3D' Char20 20001220
33 CO_TYPE_TREND Constant Public Type reference (TYPE) CHAR20 'TREND' Char20 20001220
34 CU_BLOB Instance attribute Public Type reference (TYPE) W3MIMETABTYPE Customizing blob 20001221
35 CU_BLOB_LEN Instance attribute Public Type reference (TYPE) I 0 Length of customizing blob 20001222
36 DATA Instance attribute Public Type reference (TYPE) IGS_DATA_TAB Data for Internet Graphics Server 20001219
37 EXTENSION Instance attribute Public Type reference (TYPE) IGS_EXT_TAB Data for Internet Graphics Server 20001228
38 HEIGHT Instance attribute Public Type reference (TYPE) I 200 Height 20001219
39 INTERPRETER_TYPE Static Attribute Public Type reference (TYPE) CHAR40 'CHART' 20030818
40 LABELS_CATEGORY Instance attribute Public Type reference (TYPE) IGS_LABEL_TAB Optional long labels for categories 20010213
41 LABELS_GROUPID Instance attribute Public Type reference (TYPE) IGS_LABEL_TAB Optional long labels for GroupIds 20010213
42 LEGEND Instance attribute Public Type reference (TYPE) CHAR20 'DEFAULT' Legend position 20001220
43 QUADRANT_BL_COLOR Instance attribute Public Type reference (TYPE) NUMC2 Color of bottomleft quadrant 20010322
44 QUADRANT_BR_COLOR Instance attribute Public Type reference (TYPE) NUMC2 Color of bottomright quadrant 20010322
45 QUADRANT_CENTER_X Instance attribute Public Type reference (TYPE) FLOAT x-value of the quadrants center within plotarea 20010322
46 QUADRANT_CENTER_Y Instance attribute Public Type reference (TYPE) FLOAT y-value of the quadrants center within plotarea 20010322
47 QUADRANT_TL_COLOR Instance attribute Public Type reference (TYPE) NUMC2 Color of topleft quadrant 20010322
48 QUADRANT_TR_COLOR Instance attribute Public Type reference (TYPE) NUMC2 Color of topright quadrant 20010322
49 SUBTITLE Instance attribute Public Type reference (TYPE) GFWCUVAC 20030916
50 TITLE Instance attribute Public Type reference (TYPE) GFWCUVAC Chart title 20001219
51 TITLE_CATEGORIES Instance attribute Public Type reference (TYPE) GFWCUVAC Title at category axis 20001219
52 TITLE_SEC_CATEGORIES Instance attribute Public Type reference (TYPE) GFWCUVAC Title at secondary category axis 20010322
53 TITLE_SEC_VALUES Instance attribute Public Type reference (TYPE) GFWCUVAC Title at secondary value axis 20010322
54 TITLE_VALUES Instance attribute Public Type reference (TYPE) GFWCUVAC Title at value axis 20001219
55 TYPE Instance attribute Public Type reference (TYPE) CHAR20 'PIE' Chart type 20001220
56 UNIT_CATEGORIES Instance attribute Public Type reference (TYPE) GFWCUVAC Unit at category axis 20010322
57 UNIT_SEC_CATEGORIES Instance attribute Public Type reference (TYPE) GFWCUVAC Unit at secondary category axis 20010322
58 UNIT_SEC_VALUES Instance attribute Public Type reference (TYPE) GFWCUVAC Unit at secondary value axis 20010322
59 UNIT_VALUES Instance attribute Public Type reference (TYPE) GFWCUVAC Unit at value axis 20010322
60 VALUE_RANGES Instance attribute Public Type reference (TYPE) IGS_VR_TAB Optional valueranges for e.g. speedometer (max. 10 ranges) 20010322
61 WIDTH Instance attribute Public Type reference (TYPE) I 320 Width 20001219
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_CU Instance method Public Method Sends blob to IGS and gets cu-infos (XML) back 20010312
2 CREATE_CUREFS Instance method Private Method Create customizing reference for data points 20001221
3 CREATE_CUSTOMIZING Instance method Private Method Creates default customizing settings 20001220
4 GET_COLOR Instance method Private Method Get color id from color scheme 20001220
5 SEND Instance method Public Method Sends data to IGS and gets picture back 20001219
Events
Class CL_IGS_CHART has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_DATA Private See coding TY_DATA 20001221 BEGIN OF ty_data, curef TYPE GFWZVAL, grpid TYPE GFWGRPID, xval TYPE GFWXVAL, yval TYPE GFWXVAL, OBJID TYPE GFWOBJID, LABEL TYPE GFWTEXT, END OF ty_data
2 TY_DATA_TAB Private See coding TY_DATA_TAB 20001221 ty_data_tab type standard table of ty_data
Method Signatures

Method CONVERT_CU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CU_BLOB Call by reference Type reference (TYPE) W3MIMETABTYPE Customizing-Blob 20010312
2 Importing CU_BLOB_LEN Call by reference Type reference (TYPE) I 0 Länge des Customizing-Blob 20010312
3 Exporting MSG_TEXT Call by reference Type reference (TYPE) C Nachrichtentext von RFC an IGS 20010312
4 Exporting XML Call by reference Type reference (TYPE) W3HTMLTABTYPE XML-formatierte Customizing-Infos 20010312
# Exception Resumable Description Created on
1 INTERNAL_ERROR Fehler in Methode 20010312
2 RFC_COMMUNICATION_ERROR Fehler in RFC-Kommunikation 20010312
3 RFC_SYSTEM_ERROR Fehler in RFC-System 20010312

Method CREATE_CUREFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DATA_TAB Call by reference Type reference (TYPE) TY_DATA_TAB Daten des Cust.-Bezugs 20001221

Method CREATE_CUREFS on class CL_IGS_CHART has no exception.

Method CREATE_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CU_TAB Call by reference Type reference (TYPE) GFWCUDPT Customizing-Informationen für IGS 20001220
2 Changing DATA_TAB Call by reference Type reference (TYPE) TY_DATA_TAB Daten für IGS 20001221

Method CREATE_CUSTOMIZING on class CL_IGS_CHART has no exception.

Method GET_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLOR Call by reference Type reference (TYPE) I Farb-ID 20001220
2 Returning PALETTE_ID Value transfer Type reference (TYPE) I Farbindex in der Palette 20001220
3 Importing SCHEME Call by reference Type reference (TYPE) C Farbschema 20001220

Method GET_COLOR on class CL_IGS_CHART has no exception.

Method SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTENT Call by reference Type reference (TYPE) W3MIMETABTYPE ITS: Tabellentyp für MIME-Quelle 20001219
2 Exporting CONTENT_LENGTH Call by reference Type reference (TYPE) W3PARAM-CONT_LEN HTML-Content-Len 20001219
3 Exporting CONTENT_TYPE Call by reference Type reference (TYPE) W3PARAM-CONT_TYPE HTML-Content-Type 20001219
4 Exporting IMAGEMAP Call by reference Type reference (TYPE) W3HTMLTABTYPE ITS: Tabellentyp für HTML-Quelle 20001219
5 Exporting MSG_TEXT Call by reference Type reference (TYPE) C Nachrichtentext von RFC an IGS 20001219
6 Importing WAP Value transfer Type reference (TYPE) C SPACE Kennzeichen ob WAP (nur für BW Blob) 20010426
# Exception Resumable Description Created on
1 INTERNAL_ERROR Fehler in Methode 20001221
2 RFC_COMMUNICATION_ERROR Fehler in RFC-Kommunikation 20001221
3 RFC_SYSTEM_ERROR Fehler in RFC-System 20001221
History
Last changed by/on SAP  20080612 
SAP Release Created in 610