SAP ABAP Class CL_QG_EVAL_CUSTOM (Access to Graphic and View Settings)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   QM-QC-AQC (Application Component) Active Quality Control
     QG_EVAL (Package) QM: Online Evaluations
Properties
Class CL_QG_EVAL_CUSTOM  
Short Description Access to Graphic and View Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class QG_EVAL    
Program status     
Category 0   
Package QG_EVAL   QM: Online Evaluations 
Created 20050103   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_IXML Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_QG_EVAL_CUSTOM has no interface implemented.
Friends
Class CL_QG_EVAL_CUSTOM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DUMMY Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Dummy' Identification of a Value (Series, Category) 20050209
2 CO_LIMITS1_BOTTOM Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Limits1-' Identification of a Value (Series, Category) 20050104
3 CO_LIMITS1_TOP Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Limits1+' Identification of a Value (Series, Category) 20050104
4 CO_LIMITS2_BOTTOM Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Limits2-' Identification of a Value (Series, Category) 20050104
5 CO_LIMITS2_TOP Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Limits2+' Identification of a Value (Series, Category) 20050104
6 CO_LIMITS3_BOTTOM Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Limits3-' Identification of a Value (Series, Category) 20050104
7 CO_LIMITS3_TOP Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Limits3+' Identification of a Value (Series, Category) 20050104
8 CO_TRACE1 Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Trace1' Identification of a Value (Series, Category) 20050104
9 CO_TRACE2 Constant Public Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT 'Trace2' Identification of a Value (Series, Category) 20050104
10 CO_X_AXIS_CATEGORY Constant Public Type reference (TYPE) QG_EVAL_X_AXIS '1' Type of X-Axis: Objects 20050214
11 CO_X_AXIS_CHANGE Constant Public Type reference (TYPE) QG_EVAL_X_AXIS '3' Type of X-Axis: Change Date 20050214
12 CO_X_AXIS_CHECK Constant Public Type reference (TYPE) QG_EVAL_X_AXIS '4' Type of X-Axis: Change Date 20050318
13 CO_X_AXIS_CREATION Constant Public Type reference (TYPE) QG_EVAL_X_AXIS '2' Type of X-Axis: Creation Date 20050214
14 CO_X_AXIS_START_BACK Constant Public Type reference (TYPE) QG_EVAL_X_AXIS_START '2' Starting Point for X-Axis: From the End 20050208
15 CO_X_AXIS_START_FRONT Constant Public Type reference (TYPE) QG_EVAL_X_AXIS_START '1' Starting Point for X-Axis: From the Start 20050208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SERIES Static method Private Method Adds Trace to XML Customizing 20050211
2 CUSTOM_XML_BUILD Static method Private Method Update of XML Customizing Using Graphic Type Settings 20050104
3 CUSTOM_XML_DOC_BUILD Static method Private Method Update of XML Document Using Graphic Type Settings 20050104
4 CUSTOM_XML_EXPORT Static method Public Method Saves XML Layout to Local File 20050322
5 DATA_POINTS_CREATE Static method Private Method Creates XML Data Point 20070710
6 GET_CUSTOM_XML Static method Public Method Structure of XML Customizing 20050103
7 GET_CUSTOM_XML_DB Static method Private Method Read XML Graphic Customizing to Database 20050103
8 GET_CUSTOM_XML_DEFAULT Static method Private Method Structure of XML Graphic Customizing Default 20050103
9 GET_DATA_XML Static method Public Method Structure of XML Data 20050103
10 GET_GRAPHIC_TYPES Static method Public Method Determines Graphic Types for View Type 20050202
11 GET_GR_TYP Static method Public Method Return of Customizing for Graphic Type from Database 20050103
12 GET_TABLE_SIZE Static method Private Method Return Table Size in Bytes 20051103
13 GET_VIEWTYP Static method Public Method Read View Type 20050225
14 GET_VIEWTYPES Static method Public Method Read All Possible View Types 20050110
15 SET_CUSTOM_XML_DB Static method Public Method Write XML Graphic Customizing to Database 20050103
16 SET_XML_CAPTION Static method Private Method Includes Text in Corresponding XML Node 20050303
Events
Class CL_QG_EVAL_CUSTOM has no event.
Types
Class CL_QG_EVAL_CUSTOM has no local type.
Method Signatures

Method ADD_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CUSTOM_XML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050211
2 Importing IR_ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20050211
3 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_GRAPHIC_VALUE_IDENT Identifikation eines Wertes (Serie, Kategorie) 20050211
4 Importing IV_VISIBILITY Call by reference Type reference (TYPE) CHAR1 'X' Sichtbarkeit 20050211

Method ADD_SERIES on class CL_QG_EVAL_CUSTOM has no exception.

Method CUSTOM_XML_BUILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CUSTOM_XML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050202
2 Changing IEV_XML Call by reference Type reference (TYPE) TQG_EVAL_GR_TYPX-XML XML-Layout 20050321
3 Importing IS_CHART_ATTRIBUT Call by reference Type reference (TYPE) QGEVAL_CHART_ATTRIBUTES Attribute zu einer Grafik 20050218
4 Importing IS_GR_TYP Call by reference Type reference (TYPE) V_QG_EVAL_GR_TYP Generierte Tabelle zum View V_QG_EVAL_GR_TYP 20050104
5 Importing IV_DUMMY_SERIES Call by reference Type reference (TYPE) CHAR1 Unsichtbare Dummy serie ergänzen 20050211
# Exception Resumable Description Created on
1 PARSE_ERROR Fehler beim Parsen der XML-Tabelle 20050104

Method CUSTOM_XML_DOC_BUILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_IXML_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050104
2 Importing IS_CHART_ATTRIBUT Call by reference Type reference (TYPE) QGEVAL_CHART_ATTRIBUTES Attribute zu einer Grafik 20050218
3 Importing IS_GR_TYP Call by reference Type reference (TYPE) V_QG_EVAL_GR_TYP Generierte Tabelle zum View V_QG_EVAL_GR_TYP 20050104
4 Importing IV_DUMMY_SERIES Call by reference Type reference (TYPE) CHAR1 Unsichtbare Dummy Serie ergänzen 20050211

Method CUSTOM_XML_DOC_BUILD on class CL_QG_EVAL_CUSTOM has no exception.

Method CUSTOM_XML_EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_XML Call by reference Type reference (TYPE) W3MIMETABTYPE ITS: Tabellentyp für MIME-Source 20050407
2 Importing IV_PATH Call by reference Type reference (TYPE) STRING 'C:SAPCustomizing.xml' Pfad der XML-Datei 20050322
3 Importing IV_XML Call by reference Type reference (TYPE) TQG_EVAL_GR_TYPX-XML XML-Layout 20050322

Method CUSTOM_XML_EXPORT on class CL_QG_EVAL_CUSTOM has no exception.

Method DATA_POINTS_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA_XML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20070710
2 Importing IR_SERIES Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20070710
3 Importing IS_VALUES Call by reference Type reference (TYPE) QGEVAL_VALUE Struktur für Wert in einer Grafik 20070710
4 Importing IV_POINT_CUSTOM Call by reference Type reference (TYPE) STRING 20070710
5 Importing IV_X_AXIS Call by reference Type reference (TYPE) QG_EVAL_X_AXIS Art der X-Achse 20070710

Method DATA_POINTS_CREATE on class CL_QG_EVAL_CUSTOM has no exception.

Method GET_CUSTOM_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CUSTOM_XML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050202
2 Exporting E_PARSE_ERROR Call by reference Type reference (TYPE) CHAR1 Parse-Fehler aufgetreten 20050104
3 Changing IEV_XML Call by reference Type reference (TYPE) TQG_EVAL_GR_TYPX-XML XML-Layout 20050321
4 Importing IS_CHART_ATTRIBUT Call by reference Type reference (TYPE) QGEVAL_CHART_ATTRIBUTES Attribute zu einer Grafik 20050218
5 Importing IS_GR_TYP Call by reference Type reference (TYPE) V_QG_EVAL_GR_TYP Generierte Tabelle zum View V_QG_EVAL_GR_TYP 20050103
6 Importing IV_DUMMY_SERIES Call by reference Type reference (TYPE) CHAR1 SPACE Unsichtbare Dummy Series dazugeben 20050211
7 Importing I_GR_TYP Call by reference Type reference (TYPE) QG_EVAL_GR_TYP Grafiktypen 20050103
8 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050103
# Exception Resumable Description Created on
1 NOT_FOUND Grafiktyp existiert nicht 20050103

Method GET_CUSTOM_XML_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_XML Call by reference Type reference (TYPE) TQG_EVAL_GR_TYPX-XML XML-Layout 20050321
2 Importing I_GR_TYP Call by reference Type reference (TYPE) QG_EVAL_GR_TYP Grafiktypen 20050103
# Exception Resumable Description Created on
1 NOT_FOUND Nicht vorhanden 20050103

Method GET_CUSTOM_XML_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CUSTOM_XML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050202
2 Exporting EV_XML Call by reference Type reference (TYPE) TQG_EVAL_GR_TYPX-XML XML-Layout 20050321
3 Importing IS_GR_TYP Call by reference Type reference (TYPE) V_QG_EVAL_GR_TYP Generierte Tabelle zum View V_QG_EVAL_GR_TYP 20050103
4 Importing I_GR_TYP Call by reference Type reference (TYPE) QG_EVAL_GR_TYP Grafiktypen 20050103
5 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050103

Method GET_CUSTOM_XML_DEFAULT on class CL_QG_EVAL_CUSTOM has no exception.

Method GET_DATA_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_XML Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20050202
2 Exporting ET_DATA_XML Call by reference Type reference (TYPE) W3MIMETABTYPE ITS: Tabellentyp für HTML-Source 20050103
3 Exporting EV_DATA_SIZE Call by reference Type reference (TYPE) I Groesse der Datentabelle 20051103
4 Importing IS_GR_TYP Call by reference Type reference (TYPE) V_QG_EVAL_GR_TYP Generierte Tabelle zum View V_QG_EVAL_GR_TYP 20050202
5 Importing IT_VALUES Call by reference Type reference (TYPE) QGEVAL_VALUET Datenreihe für Übergabe an Graphik 20050103
6 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050103

Method GET_DATA_XML on class CL_QG_EVAL_CUSTOM has no exception.

Method GET_GRAPHIC_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GRAPHIC_TYPES Call by reference Type reference (TYPE) QG_EVAL_GR_TYP_TAB Tabelle über Grafiktypen 20050202
2 Importing IV_VIEW_TYP Call by reference Type reference (TYPE) QG_EVAL_V_TYP QM Auswertungen: Darstellungstypen 20050202

Method GET_GRAPHIC_TYPES on class CL_QG_EVAL_CUSTOM has no exception.

Method GET_GR_TYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GR_TYP Call by reference Type reference (TYPE) V_QG_EVAL_GR_TYP Generierte Tabelle zum View V_QG_EVAL_GR_TYP 20050103
2 Importing I_GR_TYP Call by reference Type reference (TYPE) QG_EVAL_GR_TYP Grafiktypen 20050103
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050103
# Exception Resumable Description Created on
1 NOT_FOUND Grafiktyp existiert nicht 20050103

Method GET_TABLE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SIZE Call by reference Type reference (TYPE) I Grosse der Tabelle in Bytes 20051103
2 Importing IT_XML Call by reference Type reference (TYPE) W3MIMETABTYPE ITS: Tabellentyp für MIME-Source 20051103

Method GET_TABLE_SIZE on class CL_QG_EVAL_CUSTOM has no exception.

Method GET_VIEWTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VIEWTYP Call by reference Type reference (TYPE) TQG_EVAL_V_TYP Viewtyp 20050225
2 Importing IV_V_TYP Call by reference Type reference (TYPE) TQG_EVAL_V_TYP-V_TYP QM Auswertungen: Darstellungstypen 20050225

Method GET_VIEWTYP on class CL_QG_EVAL_CUSTOM has no exception.

Method GET_VIEWTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIEWTYPES Call by reference Type reference (TYPE) QG_EVAL_V_TYP_TAB Viewtypes 20050110
2 Importing IV_DATATYP Call by reference Type reference (TYPE) QG_EVAL_DATATYP Unterschiedliche Datenselektion, -verarbeitung 20050110
3 Importing IV_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20050110

Method GET_VIEWTYPES on class CL_QG_EVAL_CUSTOM has no exception.

Method SET_CUSTOM_XML_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML Call by reference Type reference (TYPE) TQG_EVAL_GR_TYPX-XML Tabelle für ABAP-Schlüsselwortdokumentation 20050321
2 Importing I_GR_TYP Call by reference Type reference (TYPE) QG_EVAL_GR_TYP Grafiktypen 20050103
# Exception Resumable Description Created on
1 ERROR_OCCURED Nicht vorhanden 20050103

Method SET_XML_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT IF_IXML_ELEMENT 20050303
2 Importing IV_CAPTION Call by reference Type reference (TYPE) STRING Text 20050303

Method SET_XML_CAPTION on class CL_QG_EVAL_CUSTOM has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 600