Hierarchy
⤷
⤷
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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | Constant | Public | See coding | Attributes for Test Result | 20111018 | ||||
| 2 | Constant | Protected | See coding | 20100809 | |||||
| 3 | Constant | Public | See coding | Values for Result Category | 20111018 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | RSTT_VARIANTID | Play Variant | 20100809 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | RSTT_REFTP | Test Reference Type | 20100719 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | RSTT_VARIANTID | Reference Variant | 20100809 | |||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSTT_TRACE_CATT | CATT Trace Instance | 20100719 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | RSTT_SX_RESULT | Result Structure of an RSTT Test | 20100719 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | NT_S_ISSUE | Category List | 20111018 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | NT_S_ISSUE | Category List for the Reference Run | 20111018 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | NT_S_PARAM | Test Parameters | 20100809 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | RSR_T_MESSAGE | Message Collection | 20100729 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_MSG | Search List for Favourite Messages | 20111018 | |||
| 14 | Static Attribute | Protected | Type reference (TYPE) | RSTT_INT1 | Current Level | 20100729 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | BALMSGTY | Overall Status | 20100719 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | OT_S_COUNT | Counter | 20100729 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100719 | |
| 2 | Static method | Public | Method | Create Instance | 20100719 | |
| 3 | Instance method | Public | Method | Create Instance for Message Log Display | 20100719 | |
| 4 | Instance method | Public | Method | Return Overall Status | 20100729 | |
| 5 | Instance method | Public | Method | Return Overall Status of Test | 20100809 | |
| 6 | Static method | Public | Method | 20111018 | ||
| 7 | Instance method | Public | Method | Format Message Texts for Display | 20100719 | |
| 8 | Static method | Public | Method | Find Core Message | 20111018 | |
| 9 | Instance method | Public | Method | Submit Result Parameters for Current Execution | 20100719 | |
| 10 | Instance method | Public | Method | Submit Result Parameters for Reference Execution | 20100719 | |
| 11 | Instance method | Public | Method | Submit Further Test Parameters | 20100809 | |
| 12 | Instance method | Protected | Method | Find Test Attributes | 20111018 | |
| 13 | Instance method | Protected | Method | Find Test Attributes for Core Influence | 20111018 | |
| 14 | Instance method | Protected | Method | Find Test Attributes for Core Message | 20111018 | |
| 15 | Instance method | Protected | Method | Display Configuration | 20100729 | |
| 16 | Instance method | Protected | Method | Display Messages for Consistency Check | 20100826 | |
| 17 | Instance method | Protected | Method | Add Messages in Current Execution (Level 3) | 20100719 | |
| 18 | Instance method | Protected | Method | Add Messages from Dynamic Calls | 20100719 | |
| 19 | Instance method | Protected | Method | Add Header Messages (Level 1 and 2) | 20100719 | |
| 20 | Instance method | Protected | Method | Add Messages from JAVA Runtime | 20100729 | |
| 21 | Instance method | Protected | Method | Add Messages from OLAP Message Handler | 20100719 | |
| 22 | Instance method | Protected | Method | Add Messages from Reference Execution (Level 3) | 20100719 | |
| 23 | Instance method | Protected | Method | Add Messages fronm Context Check | 20100719 | |
| 24 | Instance method | Protected | Method | Complete Messages | 20100729 | |
| 25 | Static method | Protected | Method | 20100729 | ||
| 26 | Instance method | Protected | Method | Detect Overall Status | 20100719 | |
| 27 | Instance method | Protected | Method | Convert Messages from Trace Execution | 20100810 | |
| 28 | Instance method | Protected | Method | Convert Messages from Trace Execution | 20100826 | |
| 29 | 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 | 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 | I_REFTP | Call by reference | Type reference (TYPE) | RSTT_REFTP | Testreferenztyp | 20100719 | |||
| 2 | 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 | 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 | E_COUNT_A | Call by reference | Type reference (TYPE) | I | 20100729 | ||||
| 2 | E_COUNT_E | Call by reference | Type reference (TYPE) | I | 20100729 | ||||
| 3 | E_COUNT_I | Call by reference | Type reference (TYPE) | I | 20100729 | ||||
| 4 | E_COUNT_S | Call by reference | Type reference (TYPE) | I | 20100729 | ||||
| 5 | E_COUNT_W | Call by reference | Type reference (TYPE) | I | 20100729 | ||||
| 6 | 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 | E_CHECKSTATUS | Call by reference | Type reference (TYPE) | RSTT_CHECKSTATUS | Prüfstatus | 20100809 | |||
| 2 | E_ERRORTYPE | Call by reference | Type reference (TYPE) | RSTT_ERRORTYPE | Fehlertyp | 20100809 | |||
| 3 | E_MSGTY | Call by reference | Type reference (TYPE) | BALMSGTY | Meldungstyp | 20100809 | |||
| 4 | E_S_PARAMS | Call by reference | Type reference (TYPE) | RSTT_S_PARAMS | Testparameter | 20100809 | |||
| 5 | E_T_ERROR | Call by reference | Type reference (TYPE) | RSTT_T_ERROR_GLOB | Fehlertabelle der Konsistenzprüfung | 20100809 | |||
| 6 | E_T_LOGATTR | Call by reference | Type reference (TYPE) | RSTT_T_LOGATTR | Attributeeinträge für Testergebnis | 20111018 | |||
| 7 | 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 | I_ISSUE | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | 20111018 | ||||
| 2 | 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 | I_T_KEYMSG | Call by reference | Type reference (TYPE) | RSTT_T_MSG | Vorbelegte Kernnachrichten | 20111018 | |||
| 2 | I_T_MSG | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Nachrichten | 20111018 | |||
| 3 | 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 | I_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Abspielvariante | 20100809 | |||
| 2 | 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 | I_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Abspielvariante | 20100809 | |||
| 2 | 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 | I_REFVARID_STATIC | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Statische Referenzvariante | 20100826 | |||
| 2 | I_TESTTIME_CUR | Call by reference | Type reference (TYPE) | RSTT_DEC | Testdauer für akuellen Testlauf | 20100809 | |||
| 3 | I_TESTTIME_REF | Call by reference | Type reference (TYPE) | RSTT_DEC | Testdauer für Referenztestlauf | 20100809 | |||
| 4 | I_TIME | Call by reference | Type reference (TYPE) | RSRMODTIME | Zeitpunkt der Ausführung | 20100809 | |||
| 5 | I_T_SCANMSG | Call by reference | Type reference (TYPE) | RSTT_T_MSG | Suchliste für Meldungen | 20111018 | |||
| 6 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | C_T_MESG | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Nachrichten | 20100729 | |||
| 2 | E_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20111018 | |||
| 3 | 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 | C_T_MESG | Call by reference | Type reference (TYPE) | RSR_T_MESSAGE | Nachrichten | 20100729 | |||
| 2 | I_MSGTY | Call by reference | Type reference (TYPE) | BALMSGTY | Anwendungs-Log: Typ einer Meldung (A,E,W,I,S) | 20100729 | |||
| 3 | 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 | 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 | 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 | C_MSGTY | Call by reference | Type reference (TYPE) | BALMSGTY | 20111018 | ||||
| 2 | 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 |