SAP ABAP Class CL_QG_EVAL_DATA_CAUSE (Data Container for Causes)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_QG_EVAL_DATA | QM Evaluation: Data Container | 20060515 |
Properties
| Class | CL_QG_EVAL_DATA_CAUSE | |
| Short Description | Data Container for Causes | |
| Super Class | CL_QG_EVAL_DATA | QM Evaluation: Data Container |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | QG_EVAL | |
| Program status | ||
| Category | 0 | |
| Package | QG_EVAL | QM: Online Evaluations |
| Created | 20060515 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_QG_EVAL_DATA_CAUSE has no forward declaration.
Interfaces
Class CL_QG_EVAL_DATA_CAUSE has no interface implemented.
Friends
Class CL_QG_EVAL_DATA_CAUSE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_CAUSE | 20060516 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20060515 | |
| 2 | Static method | Public | Method | Determines X-Axis Label of an Object | 20060622 | |
| 3 | Static method | Public | Method | Determines X-Axis Labels for Objects | 20060622 | |
| 4 | Static method | Public | Method | Determines X-Axis Label of an Object | 20060622 |
Events
Class CL_QG_EVAL_DATA_CAUSE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_KEY | Private | See coding | Keys of Inspection Lot Table | 20060515 | BEGIN OF ts_key,
batch_hierarchy TYPE qgeval_cause-batch_hierarchy,
qmnum TYPE qgeval_cause-qmnum,
fenum TYPE qgeval_cause-fenum,
urnum TYPE qgeval_cause-urnum,
END OF ts_key
|
|
| 2 | TT_CAUSE | Private | See coding | 20060516 | tt_cause TYPE SORTED TABLE OF qgeval_cause
WITH UNIQUE KEY batch_hierarchy qmnum fenum urnum
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BADI_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_BADI_CONTEXT | Interface, a BAdI context has to implement | 20060515 | |||
| 2 | IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_QG_EVAL_DATA | QM Auswertung: Datencontainer | 20060515 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | Datenzeile | 20060515 | |||
| 4 | IS_TREESTRUC_DATA | Call by reference | Type reference (TYPE) | ANY | Aggregatszeile | 20060515 | |||
| 5 | IT_GROUPKEYS | Call by reference | Type reference (TYPE) | LVC_T_FNAM | Tabelle von Feldnamen | 20060515 | |||
| 6 | IT_KPIS | Call by reference | Type reference (TYPE) | LVC_T_FNAM | Kennzahlenfelder | 20060601 | |||
| 7 | IV_DATATYP | Call by reference | Type reference (TYPE) | QG_EVAL_DATATYP | Unterschiedliche Datenselektion, -verarbeitung | 20060515 | |||
| 8 | IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20060515 | |||
| 9 | IV_STRUC | Call by reference | Type reference (TYPE) | QG_EVAL_TREE_STRUC | DDIC Struktur für Daten | 20060515 | |||
| 10 | IV_TREESTRUC | Call by reference | Type reference (TYPE) | QG_EVAL_TREE_STRUC | DDIC Struktur für aggregierte, hierarchische Sicht im Baum | 20060515 |
Method CONSTRUCTOR on class CL_QG_EVAL_DATA_CAUSE has no exception.
Method GET_X_AXIS_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CATEGORY | Call by reference | Type reference (TYPE) | QGEVAL_VALUE-CATEGORY | Identifikation eines Wertes (Serie, Kategorie) | 20060622 | |||
| 2 | IS_DATA | Call by reference | Type reference (TYPE) | ANY | QM Auswertungen: Datenstruktur für Fehler oder Positionen | 20060622 | |||
| 3 | IV_CATALOG_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20060622 | |||
| 4 | IV_CODE_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20060622 | |||
| 5 | IV_CODE_GROUP_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20060622 |
Method GET_X_AXIS_OBJECT on class CL_QG_EVAL_DATA_CAUSE has no exception.
Method GET_X_AXIS_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CATALOG_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | Fehlerkatalog notwendig | 20060622 | |||
| 2 | EV_CODE_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | Code notwendig | 20060622 | |||
| 3 | EV_CODE_GROUP_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | Codegruppe notwendig | 20060622 | |||
| 4 | IT_VALUES | Call by reference | Type reference (TYPE) | ANY TABLE | QM Auswertungen: Datenstruktur für Fehler | 20060622 |
Method GET_X_AXIS_OBJECTS on class CL_QG_EVAL_DATA_CAUSE has no exception.
Method GET_X_AXIS_OBJECT_UNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_UNIT | Call by reference | Type reference (TYPE) | QGEVAL_CHART_ATTRIBUTES-X_UNIT | Einheit zur X-Achse | 20060622 | |||
| 2 | IV_CATALOG_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | Katalog notwendig | 20060622 | |||
| 3 | IV_CODE_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | Code notwendig | 20060622 | |||
| 4 | IV_CODE_GROUP_CHANGE | Call by reference | Type reference (TYPE) | BOOLEAN | Codegruppe notwendig | 20060622 |
Method GET_X_AXIS_OBJECT_UNIT on class CL_QG_EVAL_DATA_CAUSE has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |