SAP ABAP Class CL_COVERAGE_COLLECT_PROG_RES (Coverage Results of a Program Set)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-COV (Application Component) Coverage Analyzer
⤷
SCOV_MAIN_II (Package) Main Package II

⤷

⤷

Properties
Class | CL_COVERAGE_COLLECT_PROG_RES | |
Short Description | Coverage Results of a Program Set | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SCOV_MAIN_II | Main Package II |
Created | 20061124 | SAP |
Last change | 20110908 | 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) |
Interfaces
Class CL_COVERAGE_COLLECT_PROG_RES has no interface implemented.
Friends
Class CL_COVERAGE_COLLECT_PROG_RES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CVS_RUNRES | Runtime Results for All Programs for Table COVRES0 | 20061124 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_S_COVRES0_KEY | Key Components of COVRES0 | 20061124 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Is LLAST already up-to-date on the database? | 20070725 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | Index in Program Table ("Last" Entry) | 20061125 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20061124 |
2 | ![]() |
Instance method | Public | Method | Clear (Explicit Destructor) | 20061201 |
3 | ![]() |
Static method | Public | Method | Gets Instance of Class | 20100705 |
4 | ![]() |
Instance method | Public | Method | Returns Next Entry in Program Table | 20061124 |
5 | ![]() |
Instance method | Public | Method | Returns Entry in Program Table at Position PIND | 20061128 |
6 | ![]() |
Instance method | Public | Method | Returns Next Entry in STMNT Table for Current TRIG Entry | 20061125 |
7 | ![]() |
Instance method | Public | Method | Returns Next Entry in TRIG Table for Current Program | 20061127 |
8 | ![]() |
Instance method | Protected | Method | import data from COVRES0 | 20070504 |
9 | ![]() |
Instance method | Protected | Method | Initialize attribute `data' | 20070504 |
10 | ![]() |
Instance method | Public | Method | Update Index of Last Processed Record in Database | 20061128 |
Events
Class CL_COVERAGE_COLLECT_PROG_RES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_COVRES0_ID | Public | See coding | Import/Export ID for COVRES0 | 20061201 | BEGIN OF ty_s_covres0_id,
server TYPE msname2,
ddate TYPE sydatum,
ttime TYPE syuzeit,
ccount TYPE n LENGTH 3,
END OF ty_s_covres0_id
|
|
2 | TY_S_COVRES0_KEY | Public | See coding | Key Components of COVRES0 | 20061124 | BEGIN OF ty_s_covres0_key,
relid TYPE indx_relid,
server TYPE msname2,
ddate TYPE sydatum,
ttime TYPE syuzeit,
ccount TYPE cva_partid,
srtf2 TYPE indx_srtf2,
END OF ty_s_covres0_key
|
|
3 | TY_S_TRIG | Public | See coding | TRIG Entry | 20061127 | BEGIN OF ty_s_trig,
trig TYPE cvs_runproc,
tind TYPE i,
END OF ty_s_trig
|
|
4 | TY_T_TRIGS | Public | See coding | Set of TRIG Entries | 20061127 | ty_t_trigs TYPE STANDARD TABLE OF ty_s_trig WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_KEY | Value transfer | Type reference (TYPE) | TY_S_COVRES0_KEY | 20061124 | |||
2 | ![]() |
IM_LLAST | Call by reference | Type reference (TYPE) | I | 20100922 |
Method CONSTRUCTOR on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
Method DESTROY Signature
Method DESTROY on class CL_COVERAGE_COLLECT_PROG_RES has no parameter.
Method DESTROY on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_KEY | Call by reference | Type reference (TYPE) | TY_S_COVRES0_KEY | 20100705 | |||
2 | ![]() |
IM_LLAST | Call by reference | Type reference (TYPE) | I | 20100922 | |||
3 | ![]() |
RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_COVERAGE_COLLECT_PROG_RES | 20100705 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100922 |
Method GET_NEXT_PROG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_PROG | Value transfer | Type reference (TYPE) | CVS_RUNPROG | 20061124 |
Method GET_NEXT_PROG on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
Method GET_PROG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_PROG | Value transfer | Type reference (TYPE) | CVS_RUNPROG | Laufzeit Ergebnisse für Programmobjekte | 20061128 |
Method GET_PROG on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
Method GET_STMNTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TIND | Call by reference | Type reference (TYPE) | I | Index in TRIG-Tabelle | 20061127 | ||
2 | ![]() |
RE_STMNTS | Value transfer | Type reference (TYPE) | CVT_RUNST | Laufzeitergebnisse für Anweisungen | 20061125 |
Method GET_STMNTS on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
Method GET_TRIGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_TRIGS | Value transfer | Type reference (TYPE) | TY_T_TRIGS | Laufzeitergebnisse für Verarbeitungsblöcke | 20061127 |
Method GET_TRIGS on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
Method IMPORT_DATA Signature
Method IMPORT_DATA on class CL_COVERAGE_COLLECT_PROG_RES has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100922 |
Method INIT_DATA Signature
Method INIT_DATA on class CL_COVERAGE_COLLECT_PROG_RES has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100922 |
Method SET_LLAST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_RC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20061128 |
Method SET_LLAST on class CL_COVERAGE_COLLECT_PROG_RES has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |