SAP ABAP Class CL_RSTT_RESULT (Result Formatting of an RSTT Test)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX (Application Component) Business Explorer
     RSTT_TRACE (Package) Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer
Properties
Class CL_RSTT_RESULT  
Short Description Result Formatting of an RSTT Test    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTT_TRACE   Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer 
Created 20100719   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_TRACE_CATT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSTT_TRUN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSTT_RESULT has no interface implemented.
Friends
Class CL_RSTT_RESULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_ATTRNM Constant Public See coding Attributes for Test Result 20111018
2 N_C_ERRORTYPE Constant Protected See coding 20100809
3 N_C_ISSUE Constant Public See coding Values for Result Category 20111018
4 N_PLAYVARID Instance attribute Public Type reference (TYPE) RSTT_VARIANTID Play Variant 20100809
5 N_REFTP Instance attribute Public Type reference (TYPE) RSTT_REFTP Test Reference Type 20100719
6 N_REFVARID Instance attribute Public Type reference (TYPE) RSTT_VARIANTID Reference Variant 20100809
7 N_R_TRACE Instance attribute Public Object reference (TYPE REF TO) CL_RSTT_TRACE_CATT CATT Trace Instance 20100719
8 N_SX_RESULT Instance attribute Public Type reference (TYPE) RSTT_SX_RESULT Result Structure of an RSTT Test 20100719
9 N_S_ISSUE Instance attribute Public Type reference (TYPE) NT_S_ISSUE Category List 20111018
10 N_S_ISSUE_REF Instance attribute Public Type reference (TYPE) NT_S_ISSUE Category List for the Reference Run 20111018
11 N_S_PARAM Instance attribute Public Type reference (TYPE) NT_S_PARAM Test Parameters 20100809
12 N_T_MESG Instance attribute Public Type reference (TYPE) RSR_T_MESSAGE Message Collection 20100729
13 N_T_SCANMSG Instance attribute Public Type reference (TYPE) RSTT_T_MSG Search List for Favourite Messages 20111018
14 O_LEVEL Static Attribute Protected Type reference (TYPE) RSTT_INT1 Current Level 20100729
15 O_MSGTY Instance attribute Protected Type reference (TYPE) BALMSGTY Overall Status 20100719
16 O_S_COUNT Instance attribute Protected Type reference (TYPE) OT_S_COUNT Counter 20100729
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100719
2 FACTORY Static method Public Method Create Instance 20100719
3 GET_MESSAGE_LOG Instance method Public Method Create Instance for Message Log Display 20100719
4 GET_MESSAGE_STATUS Instance method Public Method Return Overall Status 20100729
5 GET_OVERALL_STATUS Instance method Public Method Return Overall Status of Test 20100809
6 ISSUE_TEXT Static method Public Method 20111018
7 PREPARE_MESSAGES Instance method Public Method Format Message Texts for Display 20100719
8 SCAN_KEY_MESG Static method Public Method Find Core Message 20111018
9 SET_RESULT_CUR Instance method Public Method Submit Result Parameters for Current Execution 20100719
10 SET_RESULT_REF Instance method Public Method Submit Result Parameters for Reference Execution 20100719
11 SET_TESTPARAM Instance method Public Method Submit Further Test Parameters 20100809
12 _ADD_LOGATTR Instance method Protected Method Find Test Attributes 20111018
13 _ADD_LOGATTR_ISSUE Instance method Protected Method Find Test Attributes for Core Influence 20111018
14 _ADD_LOGATTR_MSG Instance method Protected Method Find Test Attributes for Core Message 20111018
15 _ADD_MESSAGES_CONFIG Instance method Protected Method Display Configuration 20100729
16 _ADD_MESSAGES_CONSISTENCY Instance method Protected Method Display Messages for Consistency Check 20100826
17 _ADD_MESSAGES_CUR Instance method Protected Method Add Messages in Current Execution (Level 3) 20100719
18 _ADD_MESSAGES_DYNCALL Instance method Protected Method Add Messages from Dynamic Calls 20100719
19 _ADD_MESSAGES_HEADER Instance method Protected Method Add Header Messages (Level 1 and 2) 20100719
20 _ADD_MESSAGES_JAVA Instance method Protected Method Add Messages from JAVA Runtime 20100729
21 _ADD_MESSAGES_OLAP_MSG_HANDLER Instance method Protected Method Add Messages from OLAP Message Handler 20100719
22 _ADD_MESSAGES_REF Instance method Protected Method Add Messages from Reference Execution (Level 3) 20100719
23 _ADD_MESSAGES_VERIFICATION Instance method Protected Method Add Messages fronm Context Check 20100719
24 _ADD_MSG Instance method Protected Method Complete Messages 20100729
25 _ADD_TEXT_MSG Static method Protected Method 20100729
26 _CHECK_MAIN_STATUS Instance method Protected Method Detect Overall Status 20100719
27 _CONVERT_MESSAGES_DYN Instance method Protected Method Convert Messages from Trace Execution 20100810
28 _CONVERT_MESSAGES_OMH Instance method Protected Method Convert Messages from Trace Execution 20100826
29 _GET_MSGTY_FROM_CHECKSTATUS Instance method Protected Method 20111018
Events
Class CL_RSTT_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_S_ISSUE Public See coding 20111018 BEGIN OF nt_s_issue, msg_appl TYPE char1, msg_conn TYPE char1, data TYPE char1, veri TYPE char1, END OF nt_s_issue
2 NT_S_PARAM Public See coding 20100809 begin of NT_S_PARAM, runtime_cur type rstt_dec, runtime_ref type rstt_dec, time type rsrmodtime, vericlass type classname, end of NT_S_PARAM
3 OT_S_CONS Protected See coding 20100826 begin of ot_s_cons, checkstatus type rstt_checkstatus, count type i, end of ot_s_cons
4 OT_S_COUNT Protected See coding 20100729 BEGIN OF ot_s_count, s TYPE i, i TYPE i, w TYPE i, e TYPE i, a TYPE i, END OF ot_s_count
5 OT_T_CONS Protected See coding 20100826 ot_t_cons type STANDARD TABLE OF ot_s_cons with DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFTP Value transfer Type reference (TYPE) RSTT_REFTP 20100719

Method CONSTRUCTOR on class CL_RSTT_RESULT has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFTP Call by reference Type reference (TYPE) RSTT_REFTP Testreferenztyp 20100719
2 Returning R_R_RESULT Value transfer Object reference (TYPE REF TO) CL_RSTT_RESULT Ergebnisinstanz 20100719

Method FACTORY on class CL_RSTT_RESULT has no exception.

Method GET_MESSAGE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_LOG Value transfer Object reference (TYPE REF TO) CL_RSTT_TRACE_LOG Protokoll-Instanz für Anzeige 20100719

Method GET_MESSAGE_LOG on class CL_RSTT_RESULT has no exception.

Method GET_MESSAGE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT_A Call by reference Type reference (TYPE) I 20100729
2 Exporting E_COUNT_E Call by reference Type reference (TYPE) I 20100729
3 Exporting E_COUNT_I Call by reference Type reference (TYPE) I 20100729
4 Exporting E_COUNT_S Call by reference Type reference (TYPE) I 20100729
5 Exporting E_COUNT_W Call by reference Type reference (TYPE) I 20100729
6 Exporting E_MSGTY Value transfer Type reference (TYPE) BALMSGTY Meldungstyp 20100729

Method GET_MESSAGE_STATUS on class CL_RSTT_RESULT has no exception.

Method GET_OVERALL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHECKSTATUS Call by reference Type reference (TYPE) RSTT_CHECKSTATUS Prüfstatus 20100809
2 Exporting E_ERRORTYPE Call by reference Type reference (TYPE) RSTT_ERRORTYPE Fehlertyp 20100809
3 Exporting E_MSGTY Call by reference Type reference (TYPE) BALMSGTY Meldungstyp 20100809
4 Exporting E_S_PARAMS Call by reference Type reference (TYPE) RSTT_S_PARAMS Testparameter 20100809
5 Exporting E_T_ERROR Call by reference Type reference (TYPE) RSTT_T_ERROR_GLOB Fehlertabelle der Konsistenzprüfung 20100809
6 Exporting E_T_LOGATTR Call by reference Type reference (TYPE) RSTT_T_LOGATTR Attributeeinträge für Testergebnis 20111018
7 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG Meldungen 20100809

Method GET_OVERALL_STATUS on class CL_RSTT_RESULT has no exception.

Method ISSUE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ISSUE Call by reference Type reference (TYPE) RSTT_VARIANTID 20111018
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20111018

Method ISSUE_TEXT on class CL_RSTT_RESULT has no exception.

Method PREPARE_MESSAGES Signature

Method PREPARE_MESSAGES on class CL_RSTT_RESULT has no parameter.
Method PREPARE_MESSAGES on class CL_RSTT_RESULT has no exception.

Method SCAN_KEY_MESG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_KEYMSG Call by reference Type reference (TYPE) RSTT_T_MSG Vorbelegte Kernnachrichten 20111018
2 Importing I_T_MSG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20111018
3 Returning R_S_KEYMSG Value transfer Type reference (TYPE) RSTT_S_MSG Kernmeldung 20111018

Method SCAN_KEY_MESG on class CL_RSTT_RESULT has no exception.

Method SET_RESULT_CUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLAYVARID Call by reference Type reference (TYPE) RSTT_VARIANTID Abspielvariante 20100809
2 Importing I_SX_RESULT Call by reference Type reference (TYPE) CL_RSTT_TRACE_CATT=>NT_SX_RESULT Ergebnisdaten 20100720

Method SET_RESULT_CUR on class CL_RSTT_RESULT has no exception.

Method SET_RESULT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLAYVARID Call by reference Type reference (TYPE) RSTT_VARIANTID Abspielvariante 20100809
2 Importing I_SX_RESULT Call by reference Type reference (TYPE) CL_RSTT_TRACE_CATT=>NT_SX_RESULT Ergebnisdaten 20100720

Method SET_RESULT_REF on class CL_RSTT_RESULT has no exception.

Method SET_TESTPARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFVARID_STATIC Call by reference Type reference (TYPE) RSTT_VARIANTID Statische Referenzvariante 20100826
2 Importing I_TESTTIME_CUR Call by reference Type reference (TYPE) RSTT_DEC Testdauer für akuellen Testlauf 20100809
3 Importing I_TESTTIME_REF Call by reference Type reference (TYPE) RSTT_DEC Testdauer für Referenztestlauf 20100809
4 Importing I_TIME Call by reference Type reference (TYPE) RSRMODTIME Zeitpunkt der Ausführung 20100809
5 Importing I_T_SCANMSG Call by reference Type reference (TYPE) RSTT_T_MSG Suchliste für Meldungen 20111018
6 Importing I_VERICLASS Call by reference Type reference (TYPE) CLASSNAME Prüfklasse der Kontextverifikation 20100810

Method SET_TESTPARAM on class CL_RSTT_RESULT has no exception.

Method _ADD_LOGATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_LOGATTR Call by reference Type reference (TYPE) RSTT_T_LOGATTR Attributeeinträge für Testergebnis 20111018

Method _ADD_LOGATTR on class CL_RSTT_RESULT has no exception.

Method _ADD_LOGATTR_ISSUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_LOGATTR Call by reference Type reference (TYPE) RSTT_T_LOGATTR Attributeeinträge für Testergebnis 20111018

Method _ADD_LOGATTR_ISSUE on class CL_RSTT_RESULT has no exception.

Method _ADD_LOGATTR_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_LOGATTR Call by reference Type reference (TYPE) RSTT_T_LOGATTR Attributeeinträge für Testergebnis 20111018

Method _ADD_LOGATTR_MSG on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_CONFIG Signature

Method _ADD_MESSAGES_CONFIG on class CL_RSTT_RESULT has no parameter.
Method _ADD_MESSAGES_CONFIG on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_CONSISTENCY Signature

Method _ADD_MESSAGES_CONSISTENCY on class CL_RSTT_RESULT has no parameter.
Method _ADD_MESSAGES_CONSISTENCY on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_CUR Signature

Method _ADD_MESSAGES_CUR on class CL_RSTT_RESULT has no parameter.
Method _ADD_MESSAGES_CUR on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_DYNCALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFTP Call by reference Type reference (TYPE) RSTT_REFTP Testreferenztyp 20100729

Method _ADD_MESSAGES_DYNCALL on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_HEADER Signature

Method _ADD_MESSAGES_HEADER on class CL_RSTT_RESULT has no parameter.
Method _ADD_MESSAGES_HEADER on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_JAVA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFTP Call by reference Type reference (TYPE) RSTT_REFTP Testreferenztyp 20100729

Method _ADD_MESSAGES_JAVA on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_OLAP_MSG_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFTP Call by reference Type reference (TYPE) RSTT_REFTP Testreferenztyp 20100729

Method _ADD_MESSAGES_OLAP_MSG_HANDLER on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_REF Signature

Method _ADD_MESSAGES_REF on class CL_RSTT_RESULT has no parameter.
Method _ADD_MESSAGES_REF on class CL_RSTT_RESULT has no exception.

Method _ADD_MESSAGES_VERIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFTP Call by reference Type reference (TYPE) RSTT_REFTP Testreferenztyp 20100729

Method _ADD_MESSAGES_VERIFICATION on class CL_RSTT_RESULT has no exception.

Method _ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100729
2 Exporting E_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20111018
3 Importing I_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100729

Method _ADD_MSG on class CL_RSTT_RESULT has no exception.

Method _ADD_TEXT_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100729
2 Importing I_MSGTY Call by reference Type reference (TYPE) BALMSGTY Anwendungs-Log: Typ einer Meldung (A,E,W,I,S) 20100729
3 Importing I_TEXT Call by reference Type reference (TYPE) ANY 20100729

Method _ADD_TEXT_MSG on class CL_RSTT_RESULT has no exception.

Method _CHECK_MAIN_STATUS Signature

Method _CHECK_MAIN_STATUS on class CL_RSTT_RESULT has no parameter.
Method _CHECK_MAIN_STATUS on class CL_RSTT_RESULT has no exception.

Method _CONVERT_MESSAGES_DYN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100810

Method _CONVERT_MESSAGES_DYN on class CL_RSTT_RESULT has no exception.

Method _CONVERT_MESSAGES_OMH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20100826

Method _CONVERT_MESSAGES_OMH on class CL_RSTT_RESULT has no exception.

Method _GET_MSGTY_FROM_CHECKSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_MSGTY Call by reference Type reference (TYPE) BALMSGTY 20111018
2 Importing I_CHECKSTATUS Call by reference Type reference (TYPE) RSTT_CHECKSTATUS 20111018

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