SAP ABAP Interface IF_SCV_MD_PROVIDER (Gets current metadata for 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_MD_PROVIDER | Gets metadata for program objects | 20091218 |
Properties
Interface | IF_SCV_MD_PROVIDER | |
Short Description | Gets current metadata for programs |
General Data
Package | SCOV_API_CALC | Calculations |
Created | 20091217 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SCV_MD_PROVIDER has no forward declaration.
Interfaces
Interface IF_SCV_MD_PROVIDER has no interface.
Friends
Interface IF_SCV_MD_PROVIDER has no friend.
Attributes
Interface IF_SCV_MD_PROVIDER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Gets metadata of program | 20100118 |
Events
Interface IF_SCV_MD_PROVIDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PROG_NAMES | Public | See coding | 20100806 | prog_names TYPE RANGE OF if_scv_md_repository=>ty_md_all-obj_name
|
||
2 | TY_COV_GD_VALUE | Public | See coding | 20100806 | BEGIN OF ty_cov_gd_value,
progname TYPE cov_gendata-progname,
prog_hash_gen TYPE cov_gendata-prog_hash_gen,
END OF ty_cov_gd_value
|
||
3 | TY_COV_MD_VALUE | Public | See coding | 20100806 | BEGIN OF ty_cov_md_value,
progname TYPE cov_metadata-progname,
prog_hash_md TYPE cov_metadata-prog_hash_md,
END OF ty_cov_md_value
|
||
4 | TY_T_COV_GEN_VALUES | Public | See coding | 20100806 | ty_t_cov_gen_values TYPE STANDARD TABLE OF ty_cov_gd_value
|
||
5 | TY_T_COV_MD_VALUES | Public | See coding | 20100806 | ty_t_cov_md_values TYPE STANDARD TABLE OF ty_cov_md_value
|
Method Signatures
Method GET_METADATA 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_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | Name eines Programms | 20100118 | ||
3 | ![]() |
R_PROGRAM | Value transfer | Object reference (TYPE REF TO) | IF_SCV_MD_PROGRAM | Metadaten des Programms | 20100118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100128 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |