SAP ABAP Class CL_RSTT_TRACE_RESULT (Test Result Formatting)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     BW_ATR (Package) Repository for Automatic Tests
Properties
Class CL_RSTT_TRACE_RESULT  
Short Description Test Result Formatting    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_ATR   Repository for Automatic Tests 
Created 20100520   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSTT_ATR_UI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSTT_TRACE_RESULT has no interface implemented.
Friends
Class CL_RSTT_TRACE_RESULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_FILTERCOMP Constant Public See coding Filter Components 20100526
2 N_C_FILTERVALUE_APPL Constant Public See coding Filter Values for Application Data 20100526
3 N_C_FILTERVALUE_STATUS Constant Public See coding Filter Values for Status 20100526
4 N_C_RESULT_KIND Constant Public See coding 20100608
5 N_POSINO Instance attribute Public Type reference (TYPE) RSTT_INT4 Position Number 20100526
6 O_C_CODE Constant Protected See coding Internal Keys 20100526
7 O_R_RESULT Static Attribute Protected Object reference (TYPE REF TO) CL_RSTT_RESULT Instance for Result Formatting 20100721
8 O_R_TRACE Static Attribute Protected Object reference (TYPE REF TO) CL_RSTT_TRACE_CATT Current CATT Trace 20100526
9 O_SX_CHECKSTACK Instance attribute Protected Type reference (TYPE) RSTT_SX_CHECKSTACK Result Data 20100526
10 O_SX_INDEXES Static Attribute Protected Type reference (TYPE) OT_SX_INDEXES Indexes 20100526
11 O_TX_SEARCH_APPL Static Attribute Protected Type reference (TYPE) RSTT_TX_SEARCH Search List for Application Data 20100526
12 O_TX_SEARCH_STATUS Static Attribute Protected Type reference (TYPE) RSTT_TX_SEARCH Search List for Status 20100526
Methods
# Method Level Visibility Method type Description Created on
1 FACTORY Static method Public Method Create Instance 20100526
2 GET_APPL_DOBJ Instance method Public Method Extract Data Object for Application Data 20100526
3 GET_DEFAULT_NAV Static method Public Method Get Initial Display 20100526
4 GET_FILTER_COMPONENTS Static method Public Method Get Filter Components 20100526
5 GET_FILTER_VALUES Static method Public Method Get Filter Values for Component 20100526
6 GET_RESULT_SUMMARY Static method Public Method Return Summary of Results 20100608
7 GET_TEST_RESULT_LIST Static method Public Method Output Display List for Trace Test Result 20100526
8 GET_VERI_RESULT Static method Public Method Get Result of Context Verification 20100721
9 SET_DEFAULT_NAV Static method Public Method Define Initial Display 20100526
10 _ADD_INDEX Static method Protected Method Complete Index 20100526
11 _CHECK_INDEX Static method Protected Method Check Existence of Index 20100526
12 _CHECK_QUERY_APPL Static method Protected Method 20121019
13 _GET_FILTER_VALUES_APPL Static method Protected Method Get Filter Values for 'Application Data' Component 20100526
14 _GET_FILTER_VALUES_DOBJ Static method Protected Method Get Filter Values for 'Data Object' Component 20100526
15 _GET_FILTER_VALUES_POBJ Static method Protected Method Get Filter Values for 'Program Object' Component 20100526
16 _GET_FILTER_VALUES_STATUS Static method Protected Method Get Filter Values for 'Status' Component 20100526
17 _GET_RESULT_SUMMARY_C Static method Protected Method Return Summary of Results for Data Consistency 20100608
18 _GET_RESULT_SUMMARY_M Static method Protected Method Return Summary of Results for System Messages 20100608
19 _GET_RESULT_SUMMARY_V Static method Protected Method Return Summary of Results for Context Monitoring 20100608
20 _GET_TEST_RESULT Static method Protected Method Display List for Test Result 20100526
21 _GET_TEST_RESULT_APPL Static method Protected Method Display List for 'Application Data' Test Result 20100526
22 _GET_VERI_RESULT_ROW Static method Protected Method Detect Row in Evaluation 20100721
23 _GET_VERI_RESULT_SINGLE Static method Protected Method Get Result of Context Verification 20100721
24 _UPDATE_ERRORTAB_QUERY Static method Protected Method Update Error Table for Query Data 20100526
Events
Class CL_RSTT_TRACE_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OT_SX_INDEX Protected See coding 20100526 begin of ot_sx_index, value type rstt_compnm, index type ot_th_index, end of ot_sx_index
2 OT_SX_INDEXES Protected See coding 20100526 begin of ot_sx_indexes, status type ot_thx_index, pobj type ot_thx_index, dobj type ot_thx_index, appl type ot_thx_index, end of ot_sx_indexes
3 OT_S_ERROR_SID Protected See coding 20100526 begin of ot_s_error_sid, dobjid type rstt_int4, errorid type rstt_int4, end of ot_s_error_sid
4 OT_S_INDEX Protected See coding 20100526 begin of ot_s_index, index type rstt_int4, end of ot_s_index
5 OT_THX_INDEX Protected See coding 20100526 ot_thx_index type HASHED TABLE OF ot_sx_index with unique key value
6 OT_TH_ERROR_SID Protected See coding 20100526 ot_th_error_sid TYPE HASHED TABLE OF ot_s_error_sid with UNIQUE key dobjid
7 OT_TH_INDEX Protected See coding 20100526 ot_th_index type HASHED TABLE OF ot_s_index with unique key index
8 OT_TH_VALUE Protected See coding 20100526 ot_th_value TYPE hashed table of CL_RSTT_ATR_UI=>NT_s_ITEM with unique key name
Method Signatures

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSINO Call by reference Type reference (TYPE) RSTT_INT4 Positionsnummer der Prüfung 20100526
2 Returning R_R_RESULT Value transfer Object reference (TYPE REF TO) CL_RSTT_TRACE_RESULT Instanz 20100526

Method FACTORY on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_APPL_DOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_DOBJ Call by reference Object reference (TYPE REF TO) CL_RSTT_DOBJ Datenobjekt mit Querydaten 20100526
2 Exporting E_T_ERROR Call by reference Type reference (TYPE) RSTT_T_ERROR Fehlertabelle 20100526
3 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 1 Index 20100526
4 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Filterwert des Datenobjekts 20100526

Method GET_APPL_DOBJ on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_DEFAULT_NAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COMP Call by reference Type reference (TYPE) RSTT_COMPNM Filterkomponente 20100526
2 Exporting E_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Filterwert 20100526

Method GET_DEFAULT_NAV on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_FILTER_COMPONENTS Signature

Method GET_FILTER_COMPONENTS on class CL_RSTT_TRACE_RESULT has no parameter.
Method GET_FILTER_COMPONENTS on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_FILTER_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100526
2 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Beschreibung 20100526
3 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100526
4 Exporting E_T_VALUE Call by reference Type reference (TYPE) CL_RSTT_ATR_UI=>NT_T_ITEM Elementliste 20100526
5 Importing I_COMPNM Call by reference Type reference (TYPE) ANY Komponente 20100526

Method GET_FILTER_VALUES on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_RESULT_SUMMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEADER Call by reference Type reference (TYPE) RSTT_STRING Überschrift 20100608
2 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100608
3 Exporting E_LINK Call by reference Type reference (TYPE) RSTT_STRING Verweis 20100608
4 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Text 20100608
5 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100608
6 Importing I_KIND Call by reference Type reference (TYPE) RSTT_FLAG Art des Resultats 20100608

Method GET_RESULT_SUMMARY on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_TEST_RESULT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_RESULT Call by reference Type reference (TYPE) RSTT_TX_SEARCH Ergebnisliste 20100526
2 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponente 20100526
3 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Wert 20100526

Method GET_TEST_RESULT_LIST on class CL_RSTT_TRACE_RESULT has no exception.

Method GET_VERI_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_VERI_CUR Call by reference Type reference (TYPE) RSTT_T_VERI_UI Ergebnis der aktuellen Ausführung 20100721
2 Exporting E_T_VERI_REF Call by reference Type reference (TYPE) RSTT_T_VERI_UI Ergebnis der Referenzausführung 20100721

Method GET_VERI_RESULT on class CL_RSTT_TRACE_RESULT has no exception.

Method SET_DEFAULT_NAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP Call by reference Type reference (TYPE) RSTT_COMPNM Filterkomponente 20100526
2 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Filterwert 20100526

Method SET_DEFAULT_NAV on class CL_RSTT_TRACE_RESULT has no exception.

Method _ADD_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponente 20100526
2 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20100526
3 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Wert 20100526

Method _ADD_INDEX on class CL_RSTT_TRACE_RESULT has no exception.

Method _CHECK_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponente 20100526
2 Importing I_INDEX Call by reference Type reference (TYPE) RSTT_INT4 Index 20100526
3 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Wert 20100526
4 Returning R_EXISTS Value transfer Type reference (TYPE) RSTT_FLAG Existiert 20100526

Method _CHECK_INDEX on class CL_RSTT_TRACE_RESULT has no exception.

Method _CHECK_QUERY_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_CHECKSTACK Call by reference Type reference (TYPE) RSTT_SX_CHECKSTACK Prüfparameter 20121019
2 Returning R_QUERY_APPL Value transfer Type reference (TYPE) CHAR1 Query Anwendung 20121019

Method _CHECK_QUERY_APPL on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_FILTER_VALUES_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100526
2 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Beschreibung 20100526
3 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100526
4 Exporting E_T_VALUE Call by reference Type reference (TYPE) CL_RSTT_ATR_UI=>NT_T_ITEM Elementliste 20100526

Method _GET_FILTER_VALUES_APPL on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_FILTER_VALUES_DOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100526
2 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Beschreibung 20100526
3 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100526
4 Exporting E_T_VALUE Call by reference Type reference (TYPE) CL_RSTT_ATR_UI=>NT_T_ITEM Elementliste 20100526

Method _GET_FILTER_VALUES_DOBJ on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_FILTER_VALUES_POBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100526
2 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Beschreibung 20100526
3 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100526
4 Exporting E_T_VALUE Call by reference Type reference (TYPE) CL_RSTT_ATR_UI=>NT_T_ITEM Elementliste 20100526

Method _GET_FILTER_VALUES_POBJ on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_FILTER_VALUES_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100526
2 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Beschreibung 20100526
3 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100526
4 Exporting E_T_VALUE Call by reference Type reference (TYPE) CL_RSTT_ATR_UI=>NT_T_ITEM Elementliste 20100526

Method _GET_FILTER_VALUES_STATUS on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_RESULT_SUMMARY_C Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEADER Call by reference Type reference (TYPE) RSTT_STRING Überschrift 20100608
2 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100608
3 Exporting E_LINK Call by reference Type reference (TYPE) RSTT_STRING Verweis 20100608
4 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Text 20100608
5 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100608

Method _GET_RESULT_SUMMARY_C on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_RESULT_SUMMARY_M Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEADER Call by reference Type reference (TYPE) RSTT_STRING Überschrift 20100608
2 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100608
3 Exporting E_LINK Call by reference Type reference (TYPE) RSTT_STRING Verweis 20100729
4 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Text 20100608
5 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100608

Method _GET_RESULT_SUMMARY_M on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_RESULT_SUMMARY_V Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEADER Call by reference Type reference (TYPE) RSTT_STRING Überschrift 20100608
2 Exporting E_ICON Call by reference Type reference (TYPE) RSTT_STRING Ikone 20100608
3 Exporting E_LINK Call by reference Type reference (TYPE) RSTT_STRING Verweis 20100729
4 Exporting E_TEXT Call by reference Type reference (TYPE) RSTT_STRING Text 20100608
5 Exporting E_TOOLTIP Call by reference Type reference (TYPE) RSTT_STRING Tooltip 20100608

Method _GET_RESULT_SUMMARY_V on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_TEST_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_RESULT Call by reference Type reference (TYPE) RSTT_TX_SEARCH Ergebnisliste 20100526
2 Importing I_COMPNM Call by reference Type reference (TYPE) RSTT_COMPNM Komponente 20100526
3 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Wert 20100526

Method _GET_TEST_RESULT on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_TEST_RESULT_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TX_RESULT Call by reference Type reference (TYPE) RSTT_TX_SEARCH Ergebnisliste 20100526
2 Importing I_VALUE Call by reference Type reference (TYPE) RSTT_COMPNM Wert 20100526

Method _GET_TEST_RESULT_APPL on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_VERI_RESULT_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_VERI Call by reference Type reference (TYPE) RSTT_S_VERI_UI Verifikationdaten für Anzeige 20100721
2 Importing I_S_VERI Call by reference Type reference (TYPE) RSTT_S_VERI Parameter für Kontextverifikation 20100721

Method _GET_VERI_RESULT_ROW on class CL_RSTT_TRACE_RESULT has no exception.

Method _GET_VERI_RESULT_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_VERI Call by reference Type reference (TYPE) RSTT_SX_VERI Details 20100721
2 Returning R_T_VERI Value transfer Type reference (TYPE) RSTT_T_VERI_UI Ergebnis 20100721

Method _GET_VERI_RESULT_SINGLE on class CL_RSTT_TRACE_RESULT has no exception.

Method _UPDATE_ERRORTAB_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_ERROR Call by reference Type reference (TYPE) RSTT_T_ERROR Fehlertabelle 20100526

Method _UPDATE_ERRORTAB_QUERY on class CL_RSTT_TRACE_RESULT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730