SAP ABAP Interface IF_SCV_MD_GENERATOR (Gets metadata for program coverage)
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_COVST_CHECKSUM_MD_GENERATOR SCOV Self-Test: Creates metadata for CHECKSUM 20100128
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SCV_MD_GENERATOR Creates metadata for program coverage 20100118
Properties
Interface IF_SCV_MD_GENERATOR  
Short Description Gets metadata for program coverage    
General Data
Package SCOV_API_CALC   Calculations 
Created 20100115   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SCV_MD_GENERATOR has no interface.
Friends
Interface IF_SCV_MD_GENERATOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STATEMENT_KIND Constant Public See coding Type of Statement 20100515
Methods
# Method Level Visibility Method type Description Created on
1 BUILD Instance method Public Method Gets metadata for calculation of program coverage 20100115
Events
Interface IF_SCV_MD_GENERATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BUILD_RESULT Public See coding Program Metadata 20100128 BEGIN OF ty_build_result, metadata TYPE if_scv_md_repository=>ty_metadata, program_generated TYPE abap_bool, END OF ty_build_result
2 TY_STATEMENT_KIND Public See coding 20120113 ty_statement_kind TYPE c LENGTH 1
Method Signatures

Method BUILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GENERATE_PROG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Programm vorab generieren 20100121
2 Importing I_PROG_NAME Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20100127
3 Importing I_PROG_TYPE Call by reference Type reference (TYPE) TROBJTYPE Programmtyp 20100302
4 Returning R_RESULT Value transfer Type reference (TYPE) TY_BUILD_RESULT Metadaten eines Programms 20100128
# Exception Resumable Description Created on
1 CX_SCV_EXECUTION_ERROR Statische Exceptions der SCV API 20100126
History
Last changed by/on SAP  20130531 
SAP Release Created in 800