Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20060317 |
Properties
| Class | CL_RSTT_CATT_ANALYZE | |
| Short Description | Analysis of CATT Trace Test Runs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_RSTT_REPORTING | Evaluation of Automatic Texts by Trace Tool |
| Created | 20051117 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20060317 |
Friends
Class CL_RSTT_CATT_ANALYZE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSTT_OBJTP | 'L' | Object Type for Evaluation | 20060317 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSTT_S_JOBLOGH | Joblog-Header Entry | 20051117 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | RSTT_TX_CATTRESULT | Table for Test Results of Test Runs | 20051117 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | RSTT_T_RESSUM | Table for Test Analysis (Summary) | 20051121 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Analysis data already read? | 20060301 | |||
| 6 | Constant | Protected | Type reference (TYPE) | RSTT_COMPNM | 'RSTT_ANALYSIS' | Code Name for Analysis Store | 20060317 | ||
| 7 | Constant | Protected | Type reference (TYPE) | RSTT_COMPNM | 'RSTT_ANALYSIS_ACTIVATE' | Name of Activation Job | 20060317 | ||
| 8 | Constant | Protected | Type reference (TYPE) | RSTT_COMPNM | 'RSTT_ANALYSIS_ACTIVATE' | Name of Activation Program | 20060317 | ||
| 9 | Instance attribute | Protected | Type reference (TYPE) | RSRMODTIME | Start Time of Run | 20060915 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | RSTT_GUID | Log GUID | 20051220 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | RSTT_MSGKIND | Message Type | 20051216 | |||
| 12 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to Evaluation Data | 20060311 | |||
| 13 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSTT_TRACE_JOB | Processing of Trace Job | 20060305 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | RSRMODTIME | Start Time of Analysis | 20060319 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | RSTT_S_JOBLOGH | Job Log Header of Analysis | 20060317 | |||
| 16 | Static Attribute | Protected | Type reference (TYPE) | RSTT_TAREA | Test Area ID | 20051229 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | RSTT_TH_MSGARC | Message Buffer | 20051219 | |||
| 18 | Static Attribute | Protected | Type reference (TYPE) | RSTT_TH_MSGARC | Hash Table for Message Archive | 20060208 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | RSTT_GUID | GUID for Test Job | 20051219 | |||
| 20 | Instance attribute | Protected | Type reference (TYPE) | RSTT_TX_RESSUM | Table for Test Analysis (Detail) | 20051201 | |||
| 21 | Static Attribute | Protected | Type reference (TYPE) | OT_T_ANAPARAM | 20060305 | ||||
| 22 | Static Attribute | Protected | Type reference (TYPE) | RSTT_T_ERRSTAT | Table for Error Status | 20060222 | |||
| 23 | Static Attribute | Protected | Type reference (TYPE) | RSTT_T_TRACEGUID | Table for Analyzed Test Runs | 20060228 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | RSTT_T_MSGARC | Updated Message Entries | 20051219 |
Methods
Events
Class CL_RSTT_CATT_ANALYZE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OT_S_ANAPARAM | Protected | See coding | 20060305 | BEGIN OF ot_s_anaparam,
tarea TYPE rstt_tarea,
ldate TYPE rsdate,
ldate_detail TYPE rsdate,
END OF ot_s_anaparam
|
||
| 2 | OT_S_ERRORLIST | Protected | See coding | 20060311 | BEGIN OF ot_s_errorlist,
traceguid TYPE rstt_guid,
playvarid TYPE rstt_variantid,
refvarid TYPE rstt_variantid,
errorid TYPE rstt_errorid,
errorguid TYPE rstt_guid,
END OF ot_s_errorlist
|
||
| 3 | OT_T_ANAPARAM | Protected | See coding | 20060305 | ot_t_anaparam TYPE STANDARD TABLE OF ot_s_anaparam WITH DEFAULT KEY
|
||
| 4 | OT_T_ERRORLIST | Protected | See coding | 20060311 | ot_t_errorlist TYPE HASHED TABLE OF ot_s_errorlist
WITH UNIQUE KEY traceguid playvarid refvarid
|
Method Signatures
Method CHECK_LOG_ANALYZED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060318 | |||
| 2 | R_ANALYZED | Value transfer | Type reference (TYPE) | RSTT_FLAG | Schon analysiert? | 20060318 |
Method CHECK_LOG_ANALYZED on class CL_RSTT_CATT_ANALYZE has no exception.
Method CHECK_MESSAGE_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SX_PARAMS | Call by reference | Type reference (TYPE) | RSTT_SX_PARAMS | Struktur mit alle Meldungsparametern | 20060222 | |||
| 2 | E_ERRORID | Call by reference | Type reference (TYPE) | RSTT_ERRORID | Fehler-ID | 20060222 | |||
| 3 | E_MSGSTATUS | Call by reference | Type reference (TYPE) | RSTT_MSGKIND | Meldungsstatus | 20060222 | |||
| 4 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060222 | |||
| 5 | I_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Abspielvariante | 20060222 | |||
| 6 | I_REFVARID | Call by reference | Type reference (TYPE) | RSTT_VARIANTID | Referenzdatenvariante | 20060222 | |||
| 7 | I_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Trace-GUID | 20060222 |
Method CHECK_MESSAGE_HISTORY on class CL_RSTT_CATT_ANALYZE has no exception.
Method CHECK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COMPLETE | Value transfer | Type reference (TYPE) | RSTT_FLAG | Auswertung komplett? | 20060317 |
Method CHECK_STATUS on class CL_RSTT_CATT_ANALYZE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSTT_CATT_ANALYZE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_CATT_ANALYZE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060318 | |||
| 2 | I_S_JOBLOG | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Joblog-Header-Eintrag | 20051117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060320 | |||
| 2 | 20060320 |
Method CREATE_RESSUM Signature
Method CREATE_RESSUM on class CL_RSTT_CATT_ANALYZE has no parameter.
Method CREATE_RESSUM on class CL_RSTT_CATT_ANALYZE has no exception.
Method DELETE_TEMPORARY_ANA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID des Testlaufs | 20060318 | |||
| 2 | R_RECORDS | Value transfer | Type reference (TYPE) | RSTT_INT4 | Anzahl gelöschter Einträge | 20060318 |
Method DELETE_TEMPORARY_ANA on class CL_RSTT_CATT_ANALYZE has no exception.
Method DESERIALIZE_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | S_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060317 | |||
| 2 | S_S_ANALOG | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Aktivierungslog | 20060322 | |||
| 3 | S_S_JOBLOG | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Joblog-Header-Eintrag | 20060317 | |||
| 4 | S_TJOBGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Testjob-GUID | 20060317 | |||
| 5 | S_TX_RESSUM | Call by reference | Type reference (TYPE) | RSTT_TX_RESSUM | Tabelle für Testauswertung (Detail) | 20060317 | |||
| 6 | S_T_RESSUM | Call by reference | Type reference (TYPE) | RSTT_T_RESSUM | Tabelle der Testauswertung (Zusammenfassung) | 20060322 |
Method DESERIALIZE_HELPER on class CL_RSTT_CATT_ANALYZE has no exception.
Method EXECUTE_JOB_ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RELEASED | Call by reference | Type reference (TYPE) | RSTT_FLAG | Wurde Job erfolgreich freigegeben? | 20060317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060317 | |||
| 2 | 20060317 | |||
| 3 | 20060317 |
Method GET_ANALYZE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_JOBLOGH | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Eintrag für Job-Log-Header | 20060301 | |||
| 2 | C_T_JOBLOGH | Call by reference | Type reference (TYPE) | RSTT_T_JOBLOGH | Tabelle für Job-Log-Header | 20060228 | |||
| 3 | I_INITIAL | Call by reference | Type reference (TYPE) | RSTT_FLAG | Daten neu lesen? | 20060306 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060301 | |||
| 2 | 20060301 |
Method GET_CURRENT_PLAYVARS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PVARDESCR | Call by reference | Type reference (TYPE) | RSTT_T_PLAYVARDESCR | Tabelle für Abspielvarianten | 20051209 |
Method GET_CURRENT_PLAYVARS on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_CURRENT_RESSUM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_RESSUM | Value transfer | Type reference (TYPE) | RSTT_S_RESSUM | Struktur der Testauswertung (Zusammenfassung) | 20051216 |
Method GET_CURRENT_RESSUM on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_JOBSTATUS_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_LOGDETAIL | Value transfer | Type reference (TYPE) | RSTT_T_JOBLOG | Job-Protokoll Einträge im List-Format | 20060317 |
Method GET_JOBSTATUS_DETAIL on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_JOBSTATUS_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MSGTP | Value transfer | Type reference (TYPE) | RSTT_MSGTYP | Meldungstyp | 20060317 |
Method GET_JOBSTATUS_FINISHED on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_JOB_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_TJOB | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_TRACE_JOB | Verarbeitung von Trace-Jobs | 20060305 |
Method GET_JOB_INSTANCE on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_LAST_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETAIL | Call by reference | Type reference (TYPE) | RSTT_FLAG | Analyse inkl. Fehlerzuweisung | 20060305 | |||
| 2 | R_DATE | Value transfer | Type reference (TYPE) | RSDATE | Datum | 20060305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060305 | |||
| 2 | 20060305 |
Method GET_LAST_WEEK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETAIL | Call by reference | Type reference (TYPE) | RSTT_FLAG | Analyse inkl. Fehlerzuweisung | 20060305 | |||
| 2 | R_WEEK | Value transfer | Type reference (TYPE) | RSCALWEEK | Woche | 20060305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060305 | |||
| 2 | 20060305 |
Method GET_LOGGUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LOGGUID | Value transfer | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060317 |
Method GET_LOGGUID on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_MSGPARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSGPARAM | Call by reference | Type reference (TYPE) | RSTT_T_MSGPARAM | Tabelle für Meldungsparameter | 20051205 | |||
| 2 | I_SX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_SX_CATTRESULT | Struktur für Testergebnisse von Testläufen | 20051205 |
Method GET_MSGPARAM on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_MSGSTATUS_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_TX_CATTRESULT | Tabelle für Testergebnisse von Testläufen | 20051201 | |||
| 2 | I_MSGSTATUS | Call by reference | Type reference (TYPE) | RSTT_MSGKIND | Meldungsart | 20051201 |
Method GET_MSGSTATUS_RESULT on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_RATIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RATIO | Call by reference | Type reference (TYPE) | RSTT_CHAR10 | Ratio | 20051121 | |||
| 2 | E_STATUSDONE | Call by reference | Type reference (TYPE) | RSTT_FLAG | Fertig ausgewertet? | 20051121 | |||
| 3 | I_AMOUNT_D | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl analysierter Meldungen | 20051121 | |||
| 4 | I_AMOUNT_O | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl offener Meldungen | 20051121 |
Method GET_RATIO on class CL_RSTT_CATT_ANALYZE has no exception.
Method GET_RESULTS_FROM_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_TX_CATTRESULT | Tabelle für Testergebnisse von Testläufen | 20051209 | |||
| 2 | I_SX_RANGE | Call by reference | Type reference (TYPE) | RSTT1_S_MRANGE | Range-Selektionen | 20051209 |
Method GET_RESULTS_FROM_FILTER on class CL_RSTT_CATT_ANALYZE has no exception.
Method LOAD_ANA_TEMPORARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_ANALYZE | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_CATT_ANALYZE | Auswertung des CATT-Trace-Testlaufs | 20060317 | |||
| 2 | I_LOCK | Call by reference | Type reference (TYPE) | RSTT_FLAG | Soll Sperre gesetzt werden? | 20060322 | |||
| 3 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID des Testlaufs | 20060317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060322 | |||
| 2 | 20060318 |
Method PREPARE_ANALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_ANALOG | Call by reference | Type reference (TYPE) | RSTT_T_JOBLOGH | Tabelle für Job-Log-Header | 20060317 |
Method PREPARE_ANALOG on class CL_RSTT_CATT_ANALYZE has no exception.
Method PREPARE_HISTORY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TJOBGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Job-GUID | 20060222 | |||
| 2 | I_TX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_TX_CATTRESULT | Tabelle für Testergebnisse von Testläufen | 20060222 | |||
| 3 | I_TX_PARAMS | Call by reference | Type reference (TYPE) | RSTT_TX_PARAMS | Parameter-Tabelle der Meldung | 20060222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060222 | |||
| 2 | 20060222 | |||
| 3 | 20060222 |
Method READ_LOG_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051117 | |||
| 2 | 20051117 |
Method SAVE_ANA_TEMPORARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ANALYZE | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_CATT_ANALYZE | Auswertung des CATT-Trace-Testlaufs | 20060317 |
Method SAVE_ANA_TEMPORARY on class CL_RSTT_CATT_ANALYZE has no exception.
Method SAVE_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS_ACTIVE | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl aktiver Fehler | 20051219 | |||
| 2 | E_RECORDS_ANA | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl gesicherter Auswertungseinträge | 20051219 | |||
| 3 | E_RECORDS_ERROR | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl neuer Fehler | 20051219 | |||
| 4 | E_RECORDS_MSG | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl neuer Meldungsarchiveinträge | 20051219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051219 | |||
| 2 | 20051219 |
Method SERIALIZE_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | S_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID | 20060317 | |||
| 2 | S_S_ANALOG | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Aktivierungslog | 20060322 | |||
| 3 | S_S_JOBLOG | Call by reference | Type reference (TYPE) | RSTT_S_JOBLOGH | Joblog-Header-Eintrag | 20060317 | |||
| 4 | S_TJOBGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Testjob-GUID | 20060317 | |||
| 5 | S_TX_RESSUM | Call by reference | Type reference (TYPE) | RSTT_TX_RESSUM | Tabelle für Testauswertung (Detail) | 20060317 | |||
| 6 | S_T_RESSUM | Call by reference | Type reference (TYPE) | RSTT_T_RESSUM | Tabelle der Testauswertung (Zusammenfassung) | 20060322 |
Method SERIALIZE_HELPER on class CL_RSTT_CATT_ANALYZE has no exception.
Method SLIM_RESSUM Signature
Method SLIM_RESSUM on class CL_RSTT_CATT_ANALYZE has no parameter.
Method SLIM_RESSUM on class CL_RSTT_CATT_ANALYZE has no exception.
Method UNLOCK_ANALYSIS Signature
Method UNLOCK_ANALYSIS on class CL_RSTT_CATT_ANALYZE has no parameter.
Method UNLOCK_ANALYSIS on class CL_RSTT_CATT_ANALYZE has no exception.
Method UPDATE_ERROR_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl modifizierter Zeilen | 20051216 | |||
| 2 | I_SX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_SX_CATTRESULT | Struktur für Testergebnisse von Testläufen | 20051216 |
Method UPDATE_ERROR_RESULT on class CL_RSTT_CATT_ANALYZE has no exception.
Method UPDATE_JOB_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Call by reference | Type reference (TYPE) | RSTT_JOBSTATUS | Job-Status | 20060320 | |||
| 2 | E_T_ANALOG | Call by reference | Type reference (TYPE) | RSTT_T_JOBLOGH | Tabelle für Job-Log-Header | 20060317 |
Method UPDATE_JOB_STATUS on class CL_RSTT_CATT_ANALYZE has no exception.
Method UPDATE_RESSUM Signature
Method UPDATE_RESSUM on class CL_RSTT_CATT_ANALYZE has no parameter.
Method UPDATE_RESSUM on class CL_RSTT_CATT_ANALYZE has no exception.
Method UPDATE_RESSUM_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INIT | Call by reference | Type reference (TYPE) | RSTT_FLAG | Detail-Tabelle initial füllen | 20051201 | |||
| 2 | I_MSGSTATUS | Call by reference | Type reference (TYPE) | RSTT_MSGKIND | aktuelle Meldungsart | 20051201 |
Method UPDATE_RESSUM_DETAIL on class CL_RSTT_CATT_ANALYZE has no exception.
Method _ADD_DONE_AMOUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AMOUNT | Call by reference | Type reference (TYPE) | RSTT_INT4 | 1 | Anzahl | 20051216 | ||
| 2 | I_SX_RESSUM | Call by reference | Type reference (TYPE) | RSTT_SX_RESSUM | Struktur für Testauswertung (Detail) | 20051216 |
Method _ADD_DONE_AMOUNT on class CL_RSTT_CATT_ANALYZE has no exception.
Method _ADD_MESSAGE_PARAMS Signature
Method _ADD_MESSAGE_PARAMS on class CL_RSTT_CATT_ANALYZE has no parameter.
Method _ADD_MESSAGE_PARAMS on class CL_RSTT_CATT_ANALYZE has no exception.
Method _ADD_OPEN_AMOUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AMOUNT | Call by reference | Type reference (TYPE) | RSTT_INT4 | 1 | Anzahl | 20051216 | ||
| 2 | I_SX_RESSUM | Call by reference | Type reference (TYPE) | RSTT_SX_RESSUM | Struktur für Testauswertung (Detail) | 20051216 |
Method _ADD_OPEN_AMOUNT on class CL_RSTT_CATT_ANALYZE has no exception.
Method _ADD_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20051219 | ||||
| 2 | I_SX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_SX_CATTRESULT | Struktur für Testergebnisse von Testläufen | 20051219 |
Method _ADD_RESULT on class CL_RSTT_CATT_ANALYZE has no exception.
Method _COMPARE_MSG_PARAMS 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 | Trace-Tool: Checkstatus | 20060222 | |||
| 2 | E_R_DOBJ | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_DOBJ | Trace-Tool: DataObject-Klasse | 20060222 | |||
| 3 | E_SX_PARAMS_ARC | Call by reference | Type reference (TYPE) | RSTT_SX_PARAMS | Struktur für archivierte Meldungsparameter | 20060222 | |||
| 4 | E_SX_PARAMS_CUR | Call by reference | Type reference (TYPE) | RSTT_SX_PARAMS | Struktur für aktuelle Meldungsparameter | 20060222 | |||
| 5 | E_T_ERROR | Call by reference | Type reference (TYPE) | RSTT_T_ERROR | Trace-Tool: Error-Tabelle | 20060222 | |||
| 6 | I_XML_PARAMS_ARC | Call by reference | Type reference (TYPE) | RSTT_BLOB | XML-Feld für archivierte Meldungsparameter | 20060222 | |||
| 7 | I_XML_PARAMS_CUR | Call by reference | Type reference (TYPE) | RSTT_BLOB | XML-Feld für aktuelle Meldungsparameter | 20060222 |
Method _COMPARE_MSG_PARAMS on class CL_RSTT_CATT_ANALYZE has no exception.
Method _FILL_RESULT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Auswertungsdaten im Zielformat | 20060311 | |||
| 2 | E_T_ERRSTAT | Call by reference | Type reference (TYPE) | RSTT_T_ERRSTAT | Tabelle für Fehlerstatus | 20060311 | |||
| 3 | E_T_PVARID | Call by reference | Type reference (TYPE) | RSTT_T_PVARID | Tabelle für Abspielvarianten | 20060311 | |||
| 4 | E_T_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_T_TRACEGUID | Tabelle für ausgewählte Traceguids | 20060311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060311 | |||
| 2 | 20060311 | |||
| 3 | 20060311 |
Method _GET_TJOBGUID Signature
Method _GET_TJOBGUID on class CL_RSTT_CATT_ANALYZE has no parameter.
Method _GET_TJOBGUID on class CL_RSTT_CATT_ANALYZE has no exception.
Method _MODIFY_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl aktualisierbarer Einträge | 20060317 | |||
| 2 | I_S_OBJTMP | Call by reference | Type reference (TYPE) | RSTT_OBJTMP | Temporäre Traceobjekt-Ablage | 20060317 |
Method _MODIFY_ANALYSIS on class CL_RSTT_CATT_ANALYZE has no exception.
Method _READ_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_OBJTMP | Call by reference | Type reference (TYPE) | RSTT_OBJTMP | Temporäre Traceobjekt-Ablage | 20060317 | |||
| 2 | I_LOGGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | Log-GUID des Testlaufs | 20060317 |
Method _READ_ANALYSIS on class CL_RSTT_CATT_ANALYZE has no exception.
Method _READ_ANALYZE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_RANGE_LGUID | Call by reference | Type reference (TYPE) | RSTT_T_RANGE_GUID | Range-Tabelle für GUIDs | 20060301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060228 | |||
| 2 | 20060228 |
Method _UPDATE_ERRORSTATUS_TCT Signature
Method _UPDATE_ERRORSTATUS_TCT on class CL_RSTT_CATT_ANALYZE has no parameter.
Method _UPDATE_ERRORSTATUS_TCT on class CL_RSTT_CATT_ANALYZE has no exception.
Method _UPDATE_LGUID_HEADER Signature
Method _UPDATE_LGUID_HEADER on class CL_RSTT_CATT_ANALYZE has no parameter.
Method _UPDATE_LGUID_HEADER on class CL_RSTT_CATT_ANALYZE has no exception.
Method _UPDATE_MSGARC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl aktualisierbarer Einträge | 20051219 | |||
| 2 | I_T_PLAYVARID | Call by reference | Type reference (TYPE) | RSTT_T_PVARID | Tabelle für Abspielvarianten | 20051219 | |||
| 3 | I_T_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_T_TRACEGUID | Tabelle für ausgewählte Traceguids | 20051219 |
Method _UPDATE_MSGARC on class CL_RSTT_CATT_ANALYZE has no exception.
Method _UPDATE_MSGARC_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RECORDS | Call by reference | Type reference (TYPE) | RSTT_INT4 | Anzahl ersetzter/neuer Einträge | 20051219 | |||
| 2 | I_SX_CATTRESULT | Call by reference | Type reference (TYPE) | RSTT_SX_CATTRESULT | Struktur für Testergebnisse von Testläufen | 20051219 | |||
| 3 | I_TAREA | Call by reference | Type reference (TYPE) | RSTT_TAREA | Testbereich-ID | 20051219 |
Method _UPDATE_MSGARC_ENTRY on class CL_RSTT_CATT_ANALYZE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |