SAP ABAP Interface IF_SCV_RD_REPOSITORY (Gets raw coverage data from programs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-COV (Application Component) Coverage Analyzer
⤷
SCOV_API_CALC (Package) Calculations
⤷
⤷
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
| Interface | IF_SCV_RD_REPOSITORY | |
| Short Description | Gets raw coverage data from programs |
General Data
| Package | SCOV_API_CALC | Calculations |
| Created | 20100302 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SCV_RD_REPOSITORY has no forward declaration.
Interfaces
Interface IF_SCV_RD_REPOSITORY has no interface.
Friends
Interface IF_SCV_RD_REPOSITORY has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_SCV_RD_REPOSITORY has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |