SAP ABAP Class CL_QG_EVAL_DATA_INSPPOINT (Data Container for Inspection Points)
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 | 20050120 |
Properties
Class | CL_QG_EVAL_DATA_INSPPOINT | |
Short Description | Data Container for Inspection Points | |
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 | 20050120 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_QG_EVAL_DATA_INSPPOINT has no forward declaration.
Interfaces
Class CL_QG_EVAL_DATA_INSPPOINT has no interface implemented.
Friends
Class CL_QG_EVAL_DATA_INSPPOINT 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_INSPPOINT | Data Structure for Inspection Points | 20050120 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=true, -=false, space=unknown) | 20050307 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050120 |
Events
Class CL_QG_EVAL_DATA_INSPPOINT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_KEY | Private | See coding | Key of Inspection Characteristic Table | 20050120 | BEGIN OF ts_key,
prueflos TYPE qgeval_characteristic-prueflos,
teillos TYPE qgeval_characteristic-teillos,
vorglfnr TYPE qgeval_characteristic-vorglfnr,
probenr TYPE qgeval_characteristic-probenr,
batch_hierarchy TYPE qgeval_batch_hierarchy,
END OF ts_key
|
|
2 | TT_INSPPOINT | Private | See coding | 20050120 | tt_insppoint TYPE SORTED TABLE OF qgeval_insppoint
WITH UNIQUE KEY prueflos teillos vorglfnr
probenr batch_hierarchy
|
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 | 20050307 | ||
2 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_QG_EVAL_DATA | QM Auswertung: Datencontainer | 20050120 | ||
3 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | Datenzeile | 20050120 | ||
4 | ![]() |
IS_TREESTRUC_DATA | Call by reference | Type reference (TYPE) | ANY | Aggregatszeile | 20050120 | ||
5 | ![]() |
IT_GROUPKEYS | Call by reference | Type reference (TYPE) | LVC_T_FNAM | Tabelle von Feldnamen | 20050120 | ||
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 | 20050120 | ||
8 | ![]() |
IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050120 | ||
9 | ![]() |
IV_STRUC | Call by reference | Type reference (TYPE) | QG_EVAL_TREE_STRUC | DDIC Struktur für Daten | 20050120 | ||
10 | ![]() |
IV_TREESTRUC | Call by reference | Type reference (TYPE) | QG_EVAL_TREE_STRUC | DDIC Struktur für aggregierte, hierarchische Sicht im Baum | 20050120 |
Method CONSTRUCTOR on class CL_QG_EVAL_DATA_INSPPOINT has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 600 |