SAP ABAP Class IF_SCV_RD_REPOSITORY (Gets raw coverage data from programs)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SCV_RD_REPOSITORY | Persistency Layer of Raw Coverage Data for Programs | 20100302 |
Properties
| Class | IF_SCV_RD_REPOSITORY | |
| Short Description | Gets raw coverage data from programs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100302 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SCV_RD_REPOSITORY has no forward declaration.
Interfaces
Class IF_SCV_RD_REPOSITORY has no interface implemented.
Friends
Class IF_SCV_RD_REPOSITORY has no friend class.
Attributes
Class IF_SCV_RD_REPOSITORY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes all raw coverage data for a program | 20100303 | |
| 2 | Instance method | Public | Method | Deletes raw coverage data for a program/test key pair | 20101201 | |
| 3 | Instance method | Public | Method | Deletes all raw coverage data for a test key | 20100303 | |
| 4 | Instance method | Public | Method | Gets raw coverage data for program/test key | 20100302 | |
| 5 | Instance method | Public | Method | Gets all program names with the test key {I_TESTKEY} | 20100802 | |
| 6 | Instance method | Public | Method | Writes raw coverage data for program/test key | 20100302 |
Events
Class IF_SCV_RD_REPOSITORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DATA | Public | Type reference (TYPE) | SCV_RD_REPOSITORY_DATA | Raw coverage data for a program | 20100302 | |
| 2 | TY_PROGRAMS | Public | See coding | Sorted set of program names | 20100802 | ty_programs TYPE SORTED TABLE OF program WITH UNIQUE KEY table_line
|
Method Signatures
Method DELETE_BY_PROGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | 20100303 |
Method DELETE_BY_PROGRAM on class IF_SCV_RD_REPOSITORY has no exception.
Method DELETE_BY_PROGRAM_AND_TESTKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20101201 | |||
| 2 | I_TESTKEY | Call by reference | Type reference (TYPE) | CVA_TESTK | Testgruppe | 20101201 |
Method DELETE_BY_PROGRAM_AND_TESTKEY on class IF_SCV_RD_REPOSITORY has no exception.
Method DELETE_BY_TESTKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TESTKEY | Call by reference | Type reference (TYPE) | CVA_TESTK | 20100303 |
Method DELETE_BY_TESTKEY on class IF_SCV_RD_REPOSITORY has no exception.
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | 20100303 | ||||
| 2 | I_TESTKEY | Call by reference | Type reference (TYPE) | CVA_TESTK | Testschlüssel | 20100303 | |||
| 3 | R_DATA | Value transfer | Type reference (TYPE) | TY_DATA | Abdeckungsrohdaten zum Schlüssel | 20100302 |
Method READ on class IF_SCV_RD_REPOSITORY has no exception.
Method READ_PROGRAMS_FOR_TESTKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVALUATION_CONSTRAINTS | Call by reference | Object reference (TYPE REF TO) | CL_SCV_EVALUATION_CONSTRAINTS | 20130718 | ||||
| 2 | I_TESTKEY | Call by reference | Type reference (TYPE) | CVA_TESTK | Testgruppe | 20100802 | |||
| 3 | R_PROGRAMS | Value transfer | Type reference (TYPE) | TY_PROGRAMS | Programme des Testschlüssels {I_TESTKEY} | 20100802 |
Method READ_PROGRAMS_FOR_TESTKEY on class IF_SCV_RD_REPOSITORY has no exception.
Method WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | TY_DATA | Abdeckungsrohdaten zu einem Programm | 20100302 | |||
| 2 | I_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | 20100303 | ||||
| 3 | I_TESTKEY | Call by reference | Type reference (TYPE) | CVA_TESTK | 20100303 |
Method WRITE on class IF_SCV_RD_REPOSITORY has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |