SAP ABAP Class IF_SCV_MD_GENERATOR (Gets metadata for program coverage)
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
| Class | IF_SCV_MD_GENERATOR | |
| Short Description | Gets metadata for program coverage | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100115 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SCV_MD_GENERATOR has no interface implemented.
Friends
Class IF_SCV_MD_GENERATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Type of Statement | 20100515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets metadata for calculation of program coverage | 20100115 |
Events
Class 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 | I_GENERATE_PROG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Programm vorab generieren | 20100121 | ||
| 2 | I_PROG_NAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20100127 | |||
| 3 | I_PROG_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Programmtyp | 20100302 | |||
| 4 | R_RESULT | Value transfer | Type reference (TYPE) | TY_BUILD_RESULT | Metadaten eines Programms | 20100128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Statische Exceptions der SCV API | 20100126 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |