SAP ABAP Class CL_QG_EVAL_DATA (QM Evaluation: Data Container)
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 - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_CAUSE Data Container for Causes 20060515
2 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_CHARACTERISTIC Data Container for Inspection Characteristics 20050120
3 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_COMPONENT Data Container for Components 20060519
4 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_DEFECT Data Container for Inspection Lots 20060510
5 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_INSPPOINT Data Container for Inspection Points 20050120
6 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_LOT Data Container for Inspection Lots 20050114
7 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_NOTIFICATION Data Container for Notifications 20060515
8 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_PARTIALLOT Data Container for Partial Lots 20050120
9 Inheritance (c INHERITING FROM c_ref)  CL_QG_EVAL_DATA_SINGLE_VALUE Data Container for Single Values 20050120
Properties
Class CL_QG_EVAL_DATA  
Short Description QM Evaluation: Data Container    
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 20050111   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_QG_EVALUATION_MANAGER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_QG_EVAL_DATA has no interface implemented.
Friends
Class CL_QG_EVAL_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BADI Constant Private Type reference (TYPE) EXIT_DEF 'QG_EVAL_MANAGER' Business Add-In Definition 20050111
2 CO_FALSE Constant Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=true, -=false, space=unknown) 20050113
3 CO_LIGHT_GREEN Constant Protected Type reference (TYPE) QG_EVAL_LIGHT '1' Symbols for Appraising Aggregated Data 20050311
4 CO_LIGHT_INFO Constant Protected Type reference (TYPE) QG_EVAL_LIGHT '4' Symbols for Appraising Aggregated Data 20050311
5 CO_LIGHT_RED Constant Protected Type reference (TYPE) QG_EVAL_LIGHT '3' Symbols for Appraising Aggregated Data 20050311
6 CO_LIGHT_YELLOW Constant Protected Type reference (TYPE) QG_EVAL_LIGHT '2' Symbols for Appraising Aggregated Data 20050311
7 CO_TRUE Constant Protected Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=true, -=false, space=unknown) 20050113
8 MR_BADI_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_BADI_CONTEXT Interface that a BAdI context must implement 20050307
9 MR_NEIGHBOUR Instance attribute Private Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Evaluation: Data Container 20050111
10 MR_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Evaluation: Data Container 20050111
11 MR_TREESTRUC_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA Aggregate Structure 20050112
12 MT_CHILDS Instance attribute Private Type reference (TYPE) TT_EVAL_DATA Table of Data Instances 20050111
13 MT_FIELDS Instance attribute Private Type reference (TYPE) LVC_T_FNAM Structure Fields: Table of Field Names 20050120
14 MT_GENEALOGY Instance attribute Private Type reference (TYPE) QGEVAL_TT_TREE_STRUC List of Structural Descent 20060228
15 MT_GROUPKEYS Instance attribute Private Type reference (TYPE) LVC_T_FNAM Table of Field Names 20050114
16 MT_GROUPVALKEYS Instance attribute Private Type reference (TYPE) TT_GROUPVALKEYS Name/Value Pair for Group Key(s) 20050114
17 MT_GROUPVALKEY_DFIES Instance attribute Private Type reference (TYPE) DFIES_TABLE Table for DFIES Entries 20050331
18 MT_KPIS Instance attribute Private Type reference (TYPE) LVC_T_FNAM Statistic Name 20070702
19 MV_DATATYP Instance attribute Protected Type reference (TYPE) QG_EVAL_DATATYP Different Data Selection and Data Processing 20070702
20 MV_DATA_CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN Data Has Been Changed 20050131
21 MV_LOG_HANDLE Instance attribute Protected Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20050111
22 MV_MSG Instance attribute Private Type reference (TYPE) CHAR1 Auxiliary Variable for Message Output 20050111
23 MV_NODE_KEY Instance attribute Private Type reference (TYPE) LVC_NKEY Node Key 20050304
24 MV_STRUC Instance attribute Public Type reference (TYPE) QG_EVAL_TREE_STRUC 'ABSTRACT' DDIC Structure of Data 20050114
25 MV_TREESTRUC Instance attribute Protected Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Structure for Aggregated Hierarchical View in Tree 20050113
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA Instance method Public Method Add Data 20050111
2 APPEND Instance method Protected Method Inclusion or Replacement of Data 20050113
3 CALCULATE Instance method Public Method Calculation of Key Figures 20050114
4 CALCULATE_NODE Instance method Protected Method Calculation of Key Figures for Node 20050114
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050111
6 CREATE_EVAL_DATA Instance method Private Method Data Instance of Own Class 20050111
7 DELETE Instance method Public Method Deletion of Data for a Specified Key 20050118
8 DELETE_NODE Instance method Protected Method Deletion of Data for a Specified Key 20050118
9 FREE Instance method Public Method Initialization of All Variables, Release of References 20050118
10 FREE_NODE Instance method Protected Method Release Data 20050118
11 GET_ALL_DATA Instance method Public Method Get Data for Node and All Similar Nodes 20070702
12 GET_ALL_NODES Instance method Public Method Get Node and All Related Nodes 20050125
13 GET_CHILD Instance method Private Method Determine Child of Structure 20050111
14 GET_CHILD_DATA Instance method Public Method Read Node Data 20050201
15 GET_DATA Instance method Public Method Read Node Data 20050118
16 GET_DATATYP Instance method Public Method Return of Data Class 20070702
17 GET_DATA_OF_KEY Instance method Protected Method Get Data for a Higher-Level Data Record 20050201
18 GET_GENEALOGY Instance method Public Method Returns List of Predecessors 20060228
19 GET_INFO Instance method Public Method Return of Grouping Fields 20050131
20 GET_KEYS Instance method Protected Method Get Key for Current Data Record 20050120
21 GET_NEIGHBOUR Instance method Public Method Return Neighbor 20050111
22 GET_NODE Instance method Public Method Get Specific Nodes 20050114
23 GET_NODE_KEY Instance method Public Method Return Node Number 20050304
24 GET_PARENT Instance method Public Method Returns Parent 20050112
25 GET_RELATIONSHIP Instance method Private Method Determine Relationship Between Structures 20050111
26 GET_STRUC Instance method Public Method Returns Structure of Data 20050112
27 GET_TREESTRUC Instance method Public Method Returns the Structure of the Aggregated Data 20070702
28 GROUPKEYS_CHECK Instance method Private Method Checks if Data Is Compatible with Group Filter 20050114
29 HAS_DESCENDANT Instance method Public Method Checks if Lower-Level Nodes of a Certain Type Exist 20070227
30 IS_FIELD_KPI Instance method Public Method Is the field a visible KPI? 20070702
31 IS_INVISIBLE Instance method Private Method Checks if Data Node Is in the Background 20070702
32 IS_PART_OF Instance method Public Method Is the Data Contained? 20050112
33 MESSAGE_ADD Instance method Private Method Store Message in Log 20050111
34 SEARCH_DATA_AMONG_NEIGHBOURS Instance method Public Method Checks if a Data Record Is Contained in a Neighbor Node 20070702
35 SET_INVISIBLE Instance method Private Method Makes a Data Node Invisible 20070702
Events
# Event Type Visibility Description Created on
1 DATACHANGED Instance Event
(0)
Public
(2)
Data Has Changed 20050118
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_EVAL_DATA Private Type reference (TYPE) CL_QG_EVALUATION_MANAGER=>TS_EVAL_DATA 20050114
2 TS_GROUPVALKEYS Private See coding 20050114 BEGIN OF ts_groupvalkeys, name TYPE lvc_fname, value(30) TYPE c, inttype TYPE dfies-inttype, date TYPE sy-datum, time TYPE sy-uzeit, END OF ts_groupvalkeys
3 TT_EVAL_DATA Private See coding 20050114 tt_eval_data TYPE STANDARD TABLE OF ts_eval_data
4 TT_GROUPVALKEYS Private See coding 20050114 tt_groupvalkeys TYPE STANDARD TABLE OF ts_groupvalkeys
Method Signatures

Method ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_EVAL_DATA Call by reference Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050112
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Daten 20050111
3 Importing IS_TREESTRUC_DATA Call by reference Type reference (TYPE) ANY Aggregierte Daten 20050119
4 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur der Daten 20050112
# Exception Resumable Description Created on
1 NOT_POSSIBLE Nicht möglich 20050112
2 NO_PARENT Der Datencontainer und seine Zweige sind unpassend 20050307

Method APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY Datenzeile 20050113

Method APPEND on class CL_QG_EVAL_DATA has no exception.

Method CALCULATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UP2PARENT Call by reference Type reference (TYPE) BOOLEAN Kalkulation wird nach oben fortgesetzt 20050131
2 Importing IV_WITH_NODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Knoten selbst wird auch berechnet 20050504

Method CALCULATE on class CL_QG_EVAL_DATA has no exception.

Method CALCULATE_NODE Signature

Method CALCULATE_NODE on class CL_QG_EVAL_DATA has no parameter.
Method CALCULATE_NODE on class CL_QG_EVAL_DATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BADI_CONTEXT Call by reference Object reference (TYPE REF TO) IF_BADI_CONTEXT Interface, a BAdI context has to implement 20050307
2 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050111
3 Importing IS_DATA Call by reference Type reference (TYPE) ANY Datenzeile 20050114
4 Importing IS_TREESTRUC_DATA Call by reference Type reference (TYPE) ANY Aggregatszeile 20050119
5 Importing IT_GROUPKEYS Call by reference Type reference (TYPE) LVC_T_FNAM Tabelle von Feldnamen 20050114
6 Importing IT_KPIS Call by reference Type reference (TYPE) LVC_T_FNAM Kennzahlenfelder 20070702
7 Importing IV_DATATYP Call by reference Type reference (TYPE) QG_EVAL_DATATYP Unterschiedliche Datenselektion, -verarbeitung 20050111
8 Importing IV_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20050111
9 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur für Daten 20050114
10 Importing IV_TREESTRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur für aggregierte, hierarchische Sicht im Baum 20050113
# Exception Resumable Description Created on
1 HAS_QUALITATIVE Datenknoten enthalten qualitative Merkmale 20070702

Method CREATE_EVAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050111
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Datenzeile 20050114
3 Importing IS_TREESTRUC_DATA Call by reference Type reference (TYPE) ANY Aggregierte Daten 20050119
4 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur 20050111
5 Returning RR_EVAL_DATA Value transfer Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050111
# Exception Resumable Description Created on
1 NOT_POSSIBLE Erzeugung der Instanz nicht möglich 20050113

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EMPTY Call by reference Type reference (TYPE) CHAR1 Datencontainer jetzt leer 20050121
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE Datentabelle 20050131
3 Importing IV_WITH_NEIGHBOUR Call by reference Type reference (TYPE) CHAR1 'X' Nachbar auch berücksichtigen 20050120

Method DELETE on class CL_QG_EVAL_DATA has no exception.

Method DELETE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EMPTY Call by reference Type reference (TYPE) CHAR1 Datencontainer ist jetzt leer 20050121
2 Exporting EV_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20050131
3 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE Zu löschende Datentabelle 20050131

Method DELETE_NODE on class CL_QG_EVAL_DATA has no exception.

Method FREE Signature

Method FREE on class CL_QG_EVAL_DATA has no parameter.
Method FREE on class CL_QG_EVAL_DATA has no exception.

Method FREE_NODE Signature

Method FREE_NODE on class CL_QG_EVAL_DATA has no parameter.
Method FREE_NODE on class CL_QG_EVAL_DATA has no exception.

Method GET_ALL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IET_DATA Call by reference Type reference (TYPE) ANY TABLE 20070702
2 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC-Struktur für aggregierte, hierarchische Sicht im Baum 20070702

Method GET_ALL_DATA on class CL_QG_EVAL_DATA has no exception.

Method GET_ALL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IER_TREESTRUC_DATA_TAB Call by reference Object reference (TYPE REF TO) DATA Alle Datenknoten 20050125
2 Changing IEV_ACTUAL_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Node-key 20050125
3 Importing IV_RELAT_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY Übergeordnete Knotennummer 20050125
4 Importing IV_START Call by reference Type reference (TYPE) BOOLEAN Schlüsselaufbau 20050304

Method GET_ALL_NODES on class CL_QG_EVAL_DATA has no exception.

Method GET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur 20050111
2 Returning RR_EVAL_DATA Value transfer Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050111
# Exception Resumable Description Created on
1 NOT_DEFINED Es gibt noch kein Kind für diese Struktur 20050111

Method GET_CHILD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IER_TREESTRUC_DATA_TAB Call by reference Object reference (TYPE REF TO) DATA Aggregate 20050304
2 Changing IET_DATA Call by reference Type reference (TYPE) STANDARD TABLE Dateninhalt der Kinder 20050201
3 Changing IEV_DIFFERENT_LEVELS Call by reference Type reference (TYPE) ABAP_BOOL Kinder in unterschiedlichen Ebenen vorhanden 20070227
4 Changing IEV_MAX_DEPTH Call by reference Type reference (TYPE) I Maximale Generationentiefe 20070227
5 Importing IS_DATA Call by reference Type reference (TYPE) ANY Übergeordneter Datensatz zu dem Daten gesammelt werden 20050201
6 Importing IS_TREESTRUC_DATA Call by reference Type reference (TYPE) ANY Filterstruktur 20050401
7 Importing IV_ONLY_LEVEL_TO_BE_CHECKED Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC Einzige Ebene, auf der die Gruppierungsmerkmale untersucht w 20070725
8 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur der Daten 20050201
9 Importing IV_WITH_NEIGHBOUR Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050201

Method GET_CHILD_DATA on class CL_QG_EVAL_DATA has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TREESTRUC_DATA Call by reference Type reference (TYPE) ANY Aggregierte Datenzeile 20050119
2 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE Dateninhalt des Containers 20050118

Method GET_DATA on class CL_QG_EVAL_DATA has no exception.

Method GET_DATATYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATATYP Value transfer Type reference (TYPE) QG_EVAL_DATATYP Unterschiedliche Datenselektion, -verarbeitung 20070702

Method GET_DATATYP on class CL_QG_EVAL_DATA has no exception.

Method GET_DATA_OF_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IET_DATA Call by reference Type reference (TYPE) ANY TABLE Datentabelle 20050201
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Übergeordneter Datensatz zu dem Daten gesammelt werden 20050201

Method GET_DATA_OF_KEY on class CL_QG_EVAL_DATA has no exception.

Method GET_GENEALOGY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_GENEALOGY Value transfer Type reference (TYPE) QGEVAL_TT_TREE_STRUC Liste der Art der einzelnen Ahnen 20060301

Method GET_GENEALOGY on class CL_QG_EVAL_DATA has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUPKEY_DFIES Call by reference Type reference (TYPE) DFIES_TABLE Table for dfies entries 20050331
2 Exporting EV_GROUPKEYS Call by reference Type reference (TYPE) STRING Alle Gruppenfelder 20050131
3 Importing IV_SEPARATOR Call by reference Type reference (TYPE) C SPACE Separator 20050331

Method GET_INFO on class CL_QG_EVAL_DATA has no exception.

Method GET_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEYS Call by reference Type reference (TYPE) SY-MSGV1 Nachrichtenvariable 20050120
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Datenzeile 20050120

Method GET_KEYS on class CL_QG_EVAL_DATA has no exception.

Method GET_NEIGHBOUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_NEIGHBOUR Value transfer Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050111
# Exception Resumable Description Created on
1 NOT_DEFINED Nachbarinstance existiert noch nicht 20050111

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IET_NODES Call by reference Type reference (TYPE) QGEVAL_DATA Datencontainer Referenzen auf Knoten 20050125
2 Importing IT_NODE_KEYS Call by reference Type reference (TYPE) LVC_T_NKEY Knotennummern 20050125

Method GET_NODE on class CL_QG_EVAL_DATA has no exception.

Method GET_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NODE_KEY Value transfer Type reference (TYPE) LVC_NKEY Node-key 20050304

Method GET_NODE_KEY on class CL_QG_EVAL_DATA has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_PARENT Call by reference Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050112

Method GET_PARENT on class CL_QG_EVAL_DATA has no exception.

Method GET_RELATIONSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY Einzulesende Daten 20050114
2 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur 20050111
3 Returning RV_RELATIONSHIP Value transfer Type reference (TYPE) CHAR1 Beziehung zwischen Strukturen 20050111

Method GET_RELATIONSHIP on class CL_QG_EVAL_DATA has no exception.

Method GET_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC Struktur für Daten 20050112

Method GET_STRUC on class CL_QG_EVAL_DATA has no exception.

Method GET_TREESTRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TREESTRUC Value transfer Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC-Struktur für aggregierte, hierarchische Sicht im Baum 20070702

Method GET_TREESTRUC on class CL_QG_EVAL_DATA has no exception.

Method GROUPKEYS_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RELEVANT Call by reference Type reference (TYPE) BOOLEAN Ist dies der richtige Datencontainer 20050114
2 Importing IS_TREESTRUC_DATA Call by reference Type reference (TYPE) ANY Aggregierte Daten 20050120

Method GROUPKEYS_CHECK on class CL_QG_EVAL_DATA has no exception.

Method HAS_DESCENDANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRUC Call by reference Type reference (TYPE) QG_EVAL_TREE_STRUC DDIC-Struktur für aggregierte, hierarchische Sicht im Baum 20070227
2 Importing IV_WITH_NEIGHBOUR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070227
3 Returning RV_HAS_DESCENDANT Value transfer Type reference (TYPE) ABAP_BOOL 20070227

Method HAS_DESCENDANT on class CL_QG_EVAL_DATA has no exception.

Method IS_FIELD_KPI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20070702
2 Returning RV_IS_KPI Value transfer Type reference (TYPE) ABAP_BOOL 20070702

Method IS_FIELD_KPI on class CL_QG_EVAL_DATA has no exception.

Method IS_INVISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INVISIBLE Value transfer Type reference (TYPE) QKZ X und Blank 20070702

Method IS_INVISIBLE on class CL_QG_EVAL_DATA has no exception.

Method IS_PART_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ASSIGNED Call by reference Type reference (TYPE) BOOLEAN Daten gehören in diesen Datencontainer 20050120
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Daten 20050112
# Exception Resumable Description Created on
1 NO_PARENT Der Datencontainer und seine Zweige sind unpassend 20050307

Method MESSAGE_ADD Signature

Method MESSAGE_ADD on class CL_QG_EVAL_DATA has no parameter.
Method MESSAGE_ADD on class CL_QG_EVAL_DATA has no exception.

Method SEARCH_DATA_AMONG_NEIGHBOURS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20070702
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Daten 20070702

Method SEARCH_DATA_AMONG_NEIGHBOURS on class CL_QG_EVAL_DATA has no exception.

Method SET_INVISIBLE Signature

Method SET_INVISIBLE on class CL_QG_EVAL_DATA has no parameter.
Method SET_INVISIBLE on class CL_QG_EVAL_DATA has no exception.
Event Signatures

Event DATACHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IR_SENDER Exporting Value transfer Object reference (TYPE REF TO) CL_QG_EVAL_DATA QM Auswertung: Datencontainer 20050131
History
Last changed by/on SAP  20100310 
SAP Release Created in 600