SAP ABAP Interface IF_SCV_REPOSITORY (Interface of Persistency of Coverage Measurement)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-COV (Application Component) Coverage Analyzer
     SCOV_API_ALL (Package) Coverage API for All Purposes
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SCV_REPOSITORY Persistence for Coverage Measurements 20090804
Properties
Interface IF_SCV_REPOSITORY  
Short Description Interface of Persistency of Coverage Measurement    
General Data
Package SCOV_API_ALL   Coverage API for All Purposes 
Created 20090804   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SCV_MEASUREMENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SCV_RESULT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_SCV_REPOSITORY has no interface.
Friends
Interface IF_SCV_REPOSITORY has no friend.
Attributes
Interface IF_SCV_REPOSITORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_MEASUREMENT Instance method Public Method Deletes the associated measurement 20090825
2 DELETE_RESULT Instance method Public Method Deletes the associated measurement result 20090825
3 DELETE_SERIES Instance method Public Method Deletes Test Series 20091127
4 FIND_MEASUREMENTS Instance method Public Method Returns all measurements 20090909
5 FIND_MEASUREMENTS_BY_SERIES Instance method Public Method Displays Measurements for a Test Series 20091127
6 FIND_MEASUREMENT_ID_BY_TESTKEY Instance method Public Method Finds the identifier of the measurement of a test key 20090827
7 FIND_RESULTS_BY_MEASUREMENT Instance method Public Method Returns the Results for Measurement 20090828
8 FIND_RESULTS_BY_SERIES Instance method Public Method Returns Results for Test Series 20091203
9 FIND_RESULT_IDS_BY_MEASUREMENT Instance method Public Method Gets header attributes of all results of measurement 20100702
10 FIND_RESULT_IDS_BY_SERIES Instance method Public Method Gets header attributes of all results of test series 20100702
11 FIND_RUNNING_MEASUREMENT Instance method Public Method Returns Running Measurement for Test Series 20091130
12 FIND_SERIES Instance method Public Method Returns (All) Test Series 20091125
13 LOAD_MEASUREMENT Instance method Public Method Loads a measurement from the database 20090804
14 LOAD_RESULT Instance method Public Method Loads a result from the database 20090804
15 LOAD_SERIES Instance method Public Method Loads a Test Series 20091123
16 SAVE_MEASUREMENT Instance method Public Method Saves a measurement in the database 20090804
17 SAVE_RESULT Instance method Public Method Saves a result in the database 20090804
18 SAVE_SERIES Instance method Public Method Saves a Test Series 20091123
Events
Interface IF_SCV_REPOSITORY has no event.
Types
Interface IF_SCV_REPOSITORY has no local type.
Method Signatures

Method DELETE_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEASUREMENT Call by reference Object reference (TYPE REF TO) IF_SCV_MEASUREMENT Einzelne oder verschmolzene Abdeckungsmessung 20090910
2 Importing I_MEASUREMENT_ID Call by reference Type reference (TYPE) CVA_UUID Global eindeutiger Identifikator 20090825
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR Aufruffehler 20090910
2 CX_SCV_EXECUTION_ERROR 20090828

Method DELETE_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_ID Call by reference Type reference (TYPE) CVA_UUID Global eindeutiger Identifikator 20090825
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR 20091013
2 CX_SCV_EXECUTION_ERROR 20091013

Method DELETE_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERIES Call by reference Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20091127
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR Aufruffehler 20091127
2 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20091127

Method FIND_MEASUREMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MEASUREMENTS Value transfer Type reference (TYPE) IF_SCV_MEASUREMENT=>TAB Abdeckungsmessungen 20090909
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR 20090924

Method FIND_MEASUREMENTS_BY_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERIES Call by reference Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20091127
2 Importing I_STATUS Call by reference Type reference (TYPE) CVA_MEASUREMENT_STATUS Status der Messung 20091130
3 Returning R_MEASUREMENTS Value transfer Type reference (TYPE) IF_SCV_MEASUREMENT=>TAB Tabelle von Referenzen des Typs IF_SCV_MEASURMENT 20091127
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20091203

Method FIND_MEASUREMENT_ID_BY_TESTKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTKEY Call by reference Type reference (TYPE) CVA_TESTK Testgruppe 20090827
2 Returning R_ID Value transfer Type reference (TYPE) CVA_UUID Globale eindeutige Id für Dictionary-Objekt 20090827

Method FIND_MEASUREMENT_ID_BY_TESTKEY on Interface IF_SCV_REPOSITORY has no exception.

Method FIND_RESULTS_BY_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEASUREMENT Call by reference Object reference (TYPE REF TO) IF_SCV_MEASUREMENT Einzelne oder kombinierte Abdeckungsmessung 20090909
2 Importing I_RESULT_NAME Call by reference Type reference (TYPE) CSEQUENCE Ergebnisse nach {I_RESULT_NAME} filtern 20091203
3 Returning R_RESULTS Value transfer Type reference (TYPE) IF_SCV_RESULT=>TAB Tabelle von Referenzen des Typs IF_SCV_RESULT 20090828
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR 20090924

Method FIND_RESULTS_BY_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_NAME Call by reference Type reference (TYPE) CSEQUENCE Ergebnisse nach {I_RESULT_NAME} filtern 20091203
2 Importing I_SERIES Call by reference Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20091203
3 Returning R_RESULTS Value transfer Type reference (TYPE) IF_SCV_RESULT=>TAB Tabelle von Referenzen des Typs IF_SCV_RESULT 20091203
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20091203

Method FIND_RESULT_IDS_BY_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEASUREMENT Call by reference Object reference (TYPE REF TO) IF_SCV_MEASUREMENT Einzelne oder kombinierte Abdeckungsmessung 20100702
2 Importing I_RESULT_NAME Call by reference Type reference (TYPE) CSEQUENCE Ergebnisse nach {I_RESULT_NAME} filtern 20100702
3 Returning R_RESULT_HEADERS Value transfer Type reference (TYPE) SCV_TAB_RESULT_HEADERS Menge von Kopfattributen für Abdeckungsergebnisses 20100702

Method FIND_RESULT_IDS_BY_MEASUREMENT on Interface IF_SCV_REPOSITORY has no exception.

Method FIND_RESULT_IDS_BY_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_NAME Call by reference Type reference (TYPE) CSEQUENCE Ergebnisse nach {I_RESULT_NAME} filtern 20100702
2 Importing I_SERIES Call by reference Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20100702
3 Returning R_RESULT_HEADERS Value transfer Type reference (TYPE) SCV_TAB_RESULT_HEADERS Menge von Kopfattributen für Abdeckungsergebnisses 20100702

Method FIND_RESULT_IDS_BY_SERIES on Interface IF_SCV_REPOSITORY has no exception.

Method FIND_RUNNING_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERIES Call by reference Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20091130
2 Returning R_MEASUREMENT Value transfer Object reference (TYPE REF TO) IF_SCV_MEASUREMENT Tabelle von Referenzen des Typs IF_SCV_MEASURMENT 20091130
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20091203

Method FIND_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SERIES Value transfer Type reference (TYPE) IF_SCV_SERIES=>TAB 20091125
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR 20091125

Method LOAD_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CVA_UUID Global eindeutiger Identifikator 20090804
2 Importing I_TESTKEY Call by reference Type reference (TYPE) CVA_TESTK Testgruppe 20090928
3 Returning R_MEASUREMENT Value transfer Object reference (TYPE REF TO) IF_SCV_MEASUREMENT Repräsentiert eine Abdeckungsmessung 20090804
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR 20090924

Method LOAD_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CVA_UUID Globale eindeutige Id für Dictionary-Objekt 20090804
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) IF_SCV_RESULT Ergebnis einer Abdeckungsmessung 20090804
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR 20090924

Method LOAD_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CVA_UUID Global eindeutiger Identifikator 20091124
2 Importing I_NAME Call by reference Type reference (TYPE) CVA_SERIES_NAME Name der Messreihe 20091123
3 Returning R_SERIES Value transfer Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20091123

Method LOAD_SERIES on Interface IF_SCV_REPOSITORY has no exception.

Method SAVE_MEASUREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MEASUREMENT Call by reference Object reference (TYPE REF TO) IF_SCV_MEASUREMENT Repräsentiert eine Abdeckungsmessung 20090804
2 Returning R_ID Value transfer Type reference (TYPE) CVA_UUID Globale eindeutige Id für Dictionary-Objekt 20090804
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR 20091013
2 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20091126

Method SAVE_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT Call by reference Object reference (TYPE REF TO) IF_SCV_RESULT Ergebnis einer Abdeckungsmessung 20090804
2 Returning R_ID Value transfer Type reference (TYPE) CVA_UUID ID des Ergebnisses 20090804
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR 20091013
2 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20090818

Method SAVE_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SERIES Call by reference Object reference (TYPE REF TO) IF_SCV_SERIES Messreihe 20091123
2 Returning R_ID Value transfer Type reference (TYPE) CVA_UUID 20091215
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR Aufruffehler 20091126
2 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20091126
History
Last changed by/on SAP  20110908 
SAP Release Created in 800