SAP ABAP Interface IF_SCV_CALCULATOR (Coverage Calculator)
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_CALCULATOR Coverage Calculator 20100316
Properties
Interface IF_SCV_CALCULATOR  
Short Description Coverage Calculator    
General Data
Package SCOV_API_CALC   Calculations 
Created 20100316   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_SCV_CALCULATOR has no forward declaration.
Interfaces
Interface IF_SCV_CALCULATOR has no interface.
Friends
Interface IF_SCV_CALCULATOR has no friend.
Attributes
Interface IF_SCV_CALCULATOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROGRAM_NODE Instance method Public Method Creates results node for a program 20100316
2 BUILD_PROGRAM_RESULT Instance method Public Method Creates result for a program 20100515
Events
Interface IF_SCV_CALCULATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_PROGRAM_RESULT Public See coding Coverage results for a program 20100516 BEGIN OF ty_program_result, progname TYPE program, obj_name TYPE sobj_name, object TYPE trobjtype, num_ost_changes TYPE cva_reset, unicode TYPE cva_status, num_pblock TYPE cva_total, num_bran TYPE cva_total_brch, num_stat TYPE cva_total_st, tested_pb_cur TYPE cva_total, tested_pb_cum TYPE cva_total, tested_st_cur TYPE cva_total_st, tested_st_cum TYPE cva_total_st, tested_bran_cur TYPE cva_total_brch, tested_bran_cum TYPE cva_total_brch, pblocks TYPE cvt_wu, END OF ty_program_result
Method Signatures

Method BUILD_PROGRAM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONFIGURATION Call by reference Object reference (TYPE REF TO) IF_SCV_RESULT_CONFIGURATION Ermöglicht die Feinkonfiguration des Ergebnisbaums 20100316
2 Importing I_EVALUATION_CONSTRAINTS Call by reference Object reference (TYPE REF TO) CL_SCV_EVALUATION_CONSTRAINTS 20130718
3 Importing I_PROGNAME Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20100423
4 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_SCV_RESULT_NODE R_NODE 20100316
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR 20100325
2 CX_SCV_EXECUTION_ERROR 20100322

Method BUILD_PROGRAM_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROGNAME Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20100515
2 Returning R_RESULT Value transfer Type reference (TYPE) TY_PROGRAM_RESULT Abdeckungsergebnis für ein Programm 20100515
# Exception Resumable Description Created on
1 CX_SCV_CALL_ERROR 20100518
2 CX_SCV_EXECUTION_ERROR 20100518
History
Last changed by/on SAP  20140121 
SAP Release Created in 800