SAP ABAP Class CL_ECSTAT_TC_V_EXTRACTOR (Extractor for Determining Started Test Config. and Var.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_STAT (Package) eCATT Statistics
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ECSTAT_ABSTRACT_EXTRACTOR | Skeleton Implementation of an Extractor | 20100624 |
Properties
| Class | CL_ECSTAT_TC_V_EXTRACTOR | |
| Short Description | Extractor for Determining Started Test Config. and Var. | |
| Super Class | CL_ECSTAT_ABSTRACT_EXTRACTOR | Skeleton Implementation of an Extractor |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SECATT_STAT | eCATT Statistics |
| Created | 20100624 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ECSTAT_TC_V_EXTRACTOR has no forward declaration.
Interfaces
Class CL_ECSTAT_TC_V_EXTRACTOR has no interface implemented.
Friends
Class CL_ECSTAT_TC_V_EXTRACTOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ECSTAT_TC_V_EXTR_CONFIG | Configuration for Extractor of Test Configuration Starts | 20100624 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | ECSTAT_TC_EXEC | Overview of Execution of Test Configurations and Var. | 20100624 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | DATS | End Date for TC Execution | 20100624 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | Number of Rows in Result Set of SELECT Statement | 20100628 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | DATS | Start Date for TC Execution | 20100624 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20100624 | |
| 2 | Static method | Public | Method | Creates a New Instance | 20100624 | |
| 3 | Instance method | Private | Method | Returns Numbers of All Executions | 20100630 | |
| 4 | Instance method | Private | Method | Returns Number of Different Executed Test Config. Var. | 20100630 | |
| 5 | Instance method | Private | Method | Returns Number of Different Executed Test Configurations | 20100630 | |
| 6 | Instance method | Private | Method | Test Output of Extracted Data | 20100624 | |
| 7 | Instance method | Private | Method | Sets All General Information for Extraction | 20100624 | |
| 8 | Instance method | Private | Method | Writes Extracted Data to Database | 20100624 |
Events
Class CL_ECSTAT_TC_V_EXTRACTOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CTYP_ECLOG_HEAD_WITH_CALLER | Private | See coding | 20100628 | BEGIN OF ctyp_eclog_head_with_caller.
INCLUDE TYPE eclog_head.
TYPES hi_level TYPE etfil_lnr.
INCLUDE TYPE etexec_invoke_ident_db.
TYPES END OF ctyp_eclog_head_with_caller
|
||
| 2 | CTYP_ECLOG_HEAD_WITH_CALLER_T | Private | See coding | 20100628 | ctyp_eclog_head_with_caller_t TYPE STANDARD TABLE OF ctyp_eclog_head_with_caller
|
||
| 3 | CTYP_LOG_ID_T | Private | See coding | Running Activity Numbers | 20100624 | ctyp_log_id_t TYPE TABLE OF etlog_key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IMO_EXTRACTOR_CONFIG | Call by reference | Object reference (TYPE REF TO) | CL_ECSTAT_TC_V_EXTR_CONFIG | Konfigurationsobjekt für den Testkonfig. Ausführ. Extraktor | 20100624 | |||
| 2 | IMV_TIMESTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20100624 |
Method CONSTRUCTOR on class CL_ECSTAT_TC_V_EXTRACTOR has no exception.
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IMO_EXTRACTOR_CONFIG | Call by reference | Object reference (TYPE REF TO) | CL_ECSTAT_TC_V_EXTR_CONFIG | Konfiguration für den Extraktor der Testkonfig. Starts | 20100624 | |||
| 2 | RTO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ECSTAT_TC_V_EXTRACTOR | Extraktor für die Bestimmung von gestarteten Testkonf u.Var. | 20100624 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | eCATT Statistik Ausnahme | 20100624 |
Method GET_NUM_ALL_EXEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTV_ALL_EXEC | Value transfer | Type reference (TYPE) | I | Anzahl aller Ausfürungen | 20100630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | eCATT Statistik Datenbank Ausnahmen | 20100630 |
Method GET_NUM_TCV_EXEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTV_NUM_TCV_EXEC | Value transfer | Type reference (TYPE) | I | Anzahl ausgeführter Testkonfig. Var. | 20100630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | eCATT Statistik Datenbank Ausnahmen | 20100630 |
Method GET_NUM_TC_EXEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTV_NUM_TC_EXEC | Value transfer | Type reference (TYPE) | I | Anzahl ausgeführter Testkonfig | 20100630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | eCATT Statistik Datenbank Ausnahmen | 20100630 |
Method PRINT Signature
Method PRINT on class CL_ECSTAT_TC_V_EXTRACTOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen während der Datenextraktion | 20100701 |
Method SET_RUN_PROTERTIES Signature
Method SET_RUN_PROTERTIES on class CL_ECSTAT_TC_V_EXTRACTOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen während der Datenextraktion | 20100701 |
Method WRITE_DATA_TO_DB Signature
Method WRITE_DATA_TO_DB on class CL_ECSTAT_TC_V_EXTRACTOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | eCATT Statistik Datenbank Ausnahmen | 20100624 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |