SAP ABAP Class CL_RPLM_QI_RES_HISTORY_CACHE (Cache for Results History)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EP-PCT-MAN-QI (Application Component) Business Package for Quality Inspector
     RPLM_QI_UI (Package) Quality Inspector UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RPLM_QI_GRAPHIC_CACHE Cache for Graphic 20050217
Properties
Class CL_RPLM_QI_RES_HISTORY_CACHE  
Short Description Cache for Results History    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RPLM_QI_UI   Quality Inspector UI 
Created 20050217   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RPLM_QI_RES_HISTORY_CACHE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RPLM_QI_GRAPHIC_CACHE Cache for Graphic 20050217
Friends
# Friend Modeled only Created on Description
1 CL_RPLM_QI_MODEL_BUSGRAPHICS 20050316 Model Class for Web Dynpro Comp. RPLM_QI_WD_BUSGRAPHICS
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_MODEL Static Attribute Private Object reference (TYPE REF TO) CL_RPLM_QI_MODEL_BUSGRAPHICS Graphic-Model Instance 20061023
2 MR_RESULT Instance attribute Private Object reference (TYPE REF TO) IF_RPLM_QI_REC_RESULTS_CACHE Cache Instance for Current Results 20061023
3 MR_RESULT_MODEL Static Attribute Private Object reference (TYPE REF TO) CL_RPLM_QI_MODEL_RECORDRESULTS Result-Model Instance 20061023
4 MS_CHART_ATTRIBUTES Instance attribute Private Type reference (TYPE) QGEVAL_CHART_ATTRIBUTES Graphic Attributes 20061023
5 MS_INT_KEY Instance attribute Private Type reference (TYPE) RPLM_TS_QI_RECRES_GRAPHIC_KEY Key: Internal View 20061023
6 MT_CUR_CHARACTERISTIC Instance attribute Private Type reference (TYPE) TY_TT_CHAR Runtime Data: Characteristics 20061023
7 MT_CUR_SINGLE_RESULTS Instance attribute Private Type reference (TYPE) TY_TT_SINGLE_RESULTS Runtime Data: Single Values 20061023
8 MT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Graphic Data 20061023
9 MT_GRAPHIC_TEXTS Static Attribute Private Type reference (TYPE) TY_TT_TEXTS Text Table for Results History 20061023
10 MT_HISTORY_DATA Instance attribute Private Type reference (TYPE) TY_TT_QGMK Database Data: Characteristics 20061023
11 MT_KEYS_OF_UNSAVED_DATA Static Attribute Private Type reference (TYPE) RPLM_TT_QI_RECRES_KEY Table with Key Information for Results 20061023
12 MT_OUT_QASE Instance attribute Private Type reference (TYPE) TY_TT_QASE Database Data: Single Values 20061023
13 MT_SERIES Static Attribute Private Type reference (TYPE) RPLM_TT_QI_SERIES Data Series for the Graphic 20061031
14 MV_AXIS_TYPE Instance attribute Private Type reference (TYPE) RPLM_TD_QI_AXIS_TYPE Time Axis, Object Axis 20061023
15 MV_DATA_RELOAD_NEEDED Instance attribute Private Type reference (TYPE) BOOLE_D Data Must Be Remerged 20061023
16 MV_DEFAULT_CLASSES Instance attribute Private Type reference (TYPE) INT4 Number of Classes 20061023
17 MV_HAS_CHANGED Instance attribute Private Type reference (TYPE) BOOLE_D Data Has Changed 20061023
18 MV_HISTORY_DATA_READ Instance attribute Private Type reference (TYPE) BOOLE_D Data Must Be Read from Database 20061023
19 MV_INT_OPERATION_NO Instance attribute Private Type reference (TYPE) QAPO-VORGLFNR Internal Operation Number 20061023
20 MV_LANGUAGE Static Attribute Private Type reference (TYPE) SYLANGU Language Key 20061023
21 MV_NAVI_TEXT Instance attribute Private Type reference (TYPE) STRING Navigator Label 20061023
22 MV_OFFSET Instance attribute Private Type reference (TYPE) I Control Parameters for Scrolling 20061023
Methods
# Method Level Visibility Method type Description Created on
1 CHAR_ALLOWED Instance method Private Method Checks If Current Charac. Is Suitable for Graphic Category 20061019
2 COMPLETE_QASE Instance method Private Method MT_QASE Is Completed By Runtime Data 20061018
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050217
4 FILL_ACC_HISTOGRAM_SGLE_VAL Instance method Private Method Fills Tabular Histogram 20061103
5 FILL_ACC_RES_HIST_SGLE_VAL Instance method Private Method Fills Tabular Histogram 20061103
6 FILL_CHART_ATTRIBUTES Instance method Private Method Attributes Are Set Depending on Graphic Category 20061019
7 FILL_CHART_FOR_MEAN_VAL Instance method Private Method Updating mt_data for Mean Value 20061101
8 FILL_CHART_FOR_SGLE_VAL Instance method Private Method Prepare Data Update for Single Values 20061101
9 FILL_CONTEXT_FOR_MEAN_VAL Instance method Private Method Updating mt_data for Mean Value 20061101
10 FILL_CONTEXT_FOR_SGLE_VAL Instance method Private Method Prepare Data Update for Single Values 20061101
11 FILL_RES_HISTORY_CACHE Instance method Private Method Results History Cache Is Being Refilled 20050330
12 GET_AFFECTED_CHAR Instance method Private Method Which runtime characteristics are affected? 20061023
13 GET_CONCATENATED_KEY Instance method Private Method Concatenated Key Information 20061103
14 GET_GRAPHIC_TEXTS Instance method Private Method Texts Are Set Depending on Graphic Category 20061031
15 GET_SELECTION_CRITERIA Instance method Private Method Reads Out the Selection Parameters 20050316
16 LOAD_DATA Instance method Private Method Load / Update Data 20050314
17 ONEV_RESULTS_CHANGED Instance method Private Event handling method Handles Event result_changed of RESULT_CACHE 20050401
18 ONEV_UNSAVED_KEYS_CHANGED Static method Private Event handling method Handles Event result_changed of RESULT_CACHE 20061027
19 PREPROCESS_MEAN_VAL Instance method Private Method Prepare Data Update for Mean Values 20061101
20 PREPROCESS_SGLE_VAL Instance method Private Method Updating mt_data for Single Values 20061101
21 READ_AFFECTED_CHAR_FROM_CACHE Instance method Private Method Read Result for Rel. Key (Depending on Selection Criteria) 20061023
22 REFRESH_OFFSET_DATA Instance method Private Method Navigator Text and MV_offset Are Set 20061101
Events
Class CL_RPLM_QI_RES_HISTORY_CACHE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TS_CHAR Private See coding 20061023 BEGIN OF ty_ts_char , inspection_lot_no TYPE qibplosnr, inspection_operation_no TYPE qibpvornr, vorglfnr TYPE qlfnkn, inspection_point_no TYPE qibpppktnr, char TYPE rplm_ts_qi_insp_characteristic, END OF ty_ts_char
2 TY_TS_SINGLE_RESULTS Private See coding 20070205 BEGIN OF ty_ts_single_results, inspection_point_no TYPE qibpppktnr, singles TYPE rplm_ts_qi_single_results, END OF ty_ts_single_results
3 TY_TT_CHAR Private See coding 20061023 ty_tt_char TYPE TABLE OF ty_ts_char
4 TY_TT_GRAPHIC_KEY Private See coding 20061023 ty_tt_graphic_key TYPE TABLE OF rplm_ts_qi_recres_graphic_key
5 TY_TT_QASE Private See coding 20050406 ty_tt_qase TYPE STANDARD TABLE OF qase
6 TY_TT_QGMK Private See coding 20050329 ty_tt_qgmk TYPE STANDARD TABLE OF qgmk
7 TY_TT_SINGLE_RESULTS Private See coding 20070205 ty_tt_single_results TYPE TABLE OF ty_ts_single_results
8 TY_TT_TEXTS Private See coding 20060911 ty_tt_texts TYPE TABLE OF tqg_eval_gr_typt
Method Signatures

Method CHAR_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20061019
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061019

Method COMPLETE_QASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SINGLE_RESULTS Call by reference Type reference (TYPE) TY_TT_SINGLE_RESULTS RPLM QI: Erfassung von Einzelwerten in der EE 20061018
2 Returning RT_QASE Value transfer Attribute reference (LIKE) MT_OUT_QASE Ergebnistabelle zur Stichprobeneinheit 20061018

Method COMPLETE_QASE on class CL_RPLM_QI_RES_HISTORY_CACHE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) RPLM_TS_QI_RECRES_GRAPHIC_KEY RPLM QI: Schlüsselinfos zu einem Ergebnis 20050314
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20060911
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK PLM-Rolle QI - Ergebniserfassung: allg. Fehlerklasse 20050217

Method FILL_ACC_HISTOGRAM_SGLE_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20061103
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061105

Method FILL_ACC_RES_HIST_SGLE_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20061103
2 Importing IT_OUT_QASE Call by reference Type reference (TYPE) TY_TT_QASE 20061103
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061103

Method FILL_CHART_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QASE Call by reference Attribute reference (LIKE) MT_OUT_QASE Einzelwerte komplett 20061019
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061019

Method FILL_CHART_FOR_MEAN_VAL Signature

Method FILL_CHART_FOR_MEAN_VAL on class CL_RPLM_QI_RES_HISTORY_CACHE has no parameter.
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061101

Method FILL_CHART_FOR_SGLE_VAL Signature

Method FILL_CHART_FOR_SGLE_VAL on class CL_RPLM_QI_RES_HISTORY_CACHE has no parameter.
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061101

Method FILL_CONTEXT_FOR_MEAN_VAL Signature

Method FILL_CONTEXT_FOR_MEAN_VAL on class CL_RPLM_QI_RES_HISTORY_CACHE has no parameter.
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061101

Method FILL_CONTEXT_FOR_SGLE_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GRAPHIC_TYPE Call by reference Type reference (TYPE) RPLM_TD_QI_RESHISTORY_TYPE Grafiktyp für die Ergebnishistorie in der Ergebniserfassung 20061103
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061101

Method FILL_RES_HISTORY_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Fehlertabelle Ergebnishistorie 20061018
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061018

Method GET_AFFECTED_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AFFECTED_CHAR Call by reference Type reference (TYPE) TY_TT_CHAR Tabelle aus Merkmalsnummern 20061023
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061023

Method GET_CONCATENATED_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSP_LOT Call by reference Type reference (TYPE) QPLOS Prüflosnummer 20061103
2 Importing IV_INSP_OPER_INT Call by reference Type reference (TYPE) QLFNKN Laufende Knotenummer aus Auftragszähler APLZL 20061103
3 Importing IV_INSP_POINT Call by reference Type reference (TYPE) QSTIPRONR Nummer der Teilstichprobe 20061103
4 Importing IV_RESULT_NO Call by reference Type reference (TYPE) QASE-STUECKNR Nummer des Detailergebnisses 20070205
5 Returning RV_RESULT Value transfer Type reference (TYPE) STRING Konkartinierter Schlüssel 20061103
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061105

Method GET_GRAPHIC_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_TEXTS Value transfer Type reference (TYPE) TQG_EVAL_GR_TYPT Texte 20061031
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061031

Method GET_SELECTION_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SEL_CRITERIA Call by reference Type reference (TYPE) QGHIS Ergebnishistorie: Struktur für Übergabeparameter 20061016
2 Exporting EV_GRAPHIC_TYPE Call by reference Type reference (TYPE) RPLM_TD_QI_RESHISTORY_TYPE Grafiktyp für die Ergebnishistorie in der Ergebniserfassung 20061016
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20050317

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Nachrichten 20061018
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20050317

Method ONEV_RESULTS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20070205

Method ONEV_RESULTS_CHANGED on class CL_RPLM_QI_RES_HISTORY_CACHE has no exception.

Method ONEV_UNSAVED_KEYS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20061027

Method ONEV_UNSAVED_KEYS_CHANGED on class CL_RPLM_QI_RES_HISTORY_CACHE has no exception.

Method PREPROCESS_MEAN_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HISTORY_DATA Call by reference Attribute reference (LIKE) MT_HISTORY_DATA DB-Daten: Merkmale 20061101
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061101

Method PREPROCESS_SGLE_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OUT_QASE Call by reference Attribute reference (LIKE) MT_OUT_QASE DB-Daten: Einzelwerte 20061101
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061101

Method READ_AFFECTED_CHAR_FROM_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AFFECTED_CHAR Call by reference Type reference (TYPE) TY_TT_CHAR 20061023
2 Importing IS_GRAPHIC_KEY Call by reference Type reference (TYPE) RPLM_TS_QI_RECRES_GRAPHIC_KEY RPLM QI: Schlüsselinfos zu einem Ergebnis 20061023
3 Importing IS_SELECTION Call by reference Type reference (TYPE) QGHIS Ergebnishistorie: Struktur für Übergabeparameter 20061023
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061023

Method REFRESH_OFFSET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OFFSET_END Call by reference Type reference (TYPE) I End-Offset 20061101
2 Exporting EV_OFFSET_START Call by reference Type reference (TYPE) I Start-Offset 20061101
# Exception Resumable Description Created on
1 CX_RPLM_QI_RECORDRESULTS_CHECK Qualitätsprüfer: Ergebniserfassung, allg. Fehlerklasse 20061102
History
Last changed by/on SAP  20100310 
SAP Release Created in 600