SAP ABAP Class CL_RSTT_TSEQ_RSPC (Test Sequence Processing of Type RSPC (Process Chain))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW (Application Component) SAP Business Information Warehouse
⤷
BW_ATR (Package) Repository for Automatic Tests
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_TRACE_TEST | Test Trace Processing for Test Sequences | 20090120 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_OBJ | Base Object Instance | 20090120 |
Properties
| Class | CL_RSTT_TSEQ_RSPC | |
| Short Description | Test Sequence Processing of Type RSPC (Process Chain) | |
| Super Class | CL_RSTT_TRACE_TEST | Test Trace Processing for Test Sequences |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_ATR | Repository for Automatic Tests |
| Created | 20090120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSTT_TSEQ_RSPC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSTT_OBJ | Base Object Instance | 20090120 |
Friends
Class CL_RSTT_TSEQ_RSPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Collect Results from Process Chains | 20120217 | |
| 2 | Static method | Public | Method | Collection of Logs for Process Chains | 20120217 | |
| 3 | Instance method | Protected | Method | Process Individual Log | 20120217 | |
| 4 | Static method | Private | Method | 20120217 |
Events
Class CL_RSTT_TSEQ_RSPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_SX_CHAIN | Public | See coding | 20120217 | BEGIN OF nt_sx_chain,
chain_id TYPE rspc_chain,
logs TYPE nt_t_log,
END OF nt_sx_chain
|
||
| 2 | NT_S_ITEM | Public | See coding | 20120217 | BEGIN OF nt_s_item,
item TYPE rstt_tobjnm,
final TYPE rstt_flag,
count TYPE rstt_int4,
countok TYPE rstt_int4,
END OF nt_s_item
|
||
| 3 | NT_S_LOG | Public | See coding | 20120217 | BEGIN OF nt_s_log,
log_id TYPE rspc_logid,
END OF nt_s_log
|
||
| 4 | NT_TH_ITEM | Public | See coding | 20120217 | nt_th_item TYPE HASHED TABLE OF nt_s_item WITH UNIQUE KEY item
|
||
| 5 | NT_TH_LOG | Public | See coding | 20120217 | nt_th_log TYPE hashed TABLE OF nt_s_log WITH UNIQUE KEY log_id
|
||
| 6 | NT_TX_CHAIN | Public | See coding | 20120217 | nt_tx_chain TYPE STANDARD TABLE OF nt_sx_chain WITH DEFAULT KEY
|
||
| 7 | NT_T_CHAIN | Public | See coding | 20120217 | nt_t_chain TYPE STANDARD TABLE OF rspcchainattr WITH DEFAULT KEY
|
||
| 8 | NT_T_LOG | Public | See coding | 20120217 | nt_t_log TYPE STANDARD TABLE OF nt_s_log WITH DEFAULT KEY
|
||
| 9 | NT_T_RANGE_CHAIN | Public | See coding | 20120217 | nt_t_range_chain type range of rspc_chain
|
||
| 10 | NT_T_RANGE_DEVC | Public | See coding | 20120217 | nt_t_range_devc type range of devclass
|
Method Signatures
Method COLLECT_CHAIN_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TUNIT | Call by reference | Type reference (TYPE) | RSTT_T_LOGUNIT | Gefundene Einträge | 20120217 | |||
| 2 | I_R_TRUN | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_TRUN | Aktueller Testlauf | 20120217 |
Method COLLECT_CHAIN_RESULTS on class CL_RSTT_TSEQ_RSPC has no exception.
Method SELECT_CHAIN_LOGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TX_CHAIN | Call by reference | Type reference (TYPE) | NT_TX_CHAIN | Ketten und deren Protokollschlüssel | 20120217 | |||
| 2 | I_START_DATE | Call by reference | Type reference (TYPE) | RSDATE | Startdatum | 20120217 | |||
| 3 | I_T_RANGE_CHAIN | Call by reference | Type reference (TYPE) | NT_T_RANGE_CHAIN | Filtertabelle für Kette | 20120217 | |||
| 4 | I_T_RANGE_DEVC | Call by reference | Type reference (TYPE) | NT_T_RANGE_DEVC | Filtertabelle für Paket | 20120217 |
Method SELECT_CHAIN_LOGS on class CL_RSTT_TSEQ_RSPC has no exception.
Method _PROCESS_SINGLE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_COUNT_OK | Call by reference | Type reference (TYPE) | I | 20120217 | ||||
| 2 | C_COUNT_TUNIT | Call by reference | Type reference (TYPE) | I | 20120217 | ||||
| 3 | C_T_TUNIT | Call by reference | Type reference (TYPE) | RSTT_T_LOGUNIT | Tabelle für Ergebnisse von Testeinheiten | 20120217 | |||
| 4 | E_END | Call by reference | Type reference (TYPE) | RSTIMESTMPL | letzte Änderung der Definition | 20120217 | |||
| 5 | E_START | Call by reference | Type reference (TYPE) | RSTIMESTMPL | letzte Änderung der Definition | 20120217 | |||
| 6 | I_CHAIN | Call by reference | Type reference (TYPE) | RSPC_CHAIN | Prozesskette | 20120217 | |||
| 7 | I_LOGID | Call by reference | Type reference (TYPE) | RSPC_LOGID | Protokoll | 20120217 | |||
| 8 | I_MAIN | Call by reference | Type reference (TYPE) | CHAR1 | Hauptkette | 20120217 | |||
| 9 | I_MASTERCHAIN | Call by reference | Type reference (TYPE) | RSPC_CHAIN | Hauptkette | 20120217 | |||
| 10 | I_R_TRUN | Call by reference | Object reference (TYPE REF TO) | CL_RSTT_TRUN | Aktueller Testlauf | 20120217 |
Method _PROCESS_SINGLE_LOG on class CL_RSTT_TSEQ_RSPC has no exception.
Method __COUNT_RSPC_ITEM_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TH_ITEM | Call by reference | Type reference (TYPE) | NT_TH_ITEM | Elemente | 20120217 | |||
| 2 | E_COUNT | Call by reference | Type reference (TYPE) | I | 20120217 | ||||
| 3 | E_COUNT_OK | Call by reference | Type reference (TYPE) | I | 20120217 | ||||
| 4 | I_CHAIN | Call by reference | Type reference (TYPE) | RSPC_CHAIN | Prozesskette | 20120217 | |||
| 5 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSPC_LOG | Protokoll eines Kettenlaufs | 20120217 |
Method __COUNT_RSPC_ITEM_STATE on class CL_RSTT_TSEQ_RSPC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |