SAP ABAP Class IF_SCV_CALCULATOR (Coverage Calculator)
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
| Class | IF_SCV_CALCULATOR | |
| Short Description | Coverage Calculator | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100316 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SCV_CALCULATOR has no forward declaration.
Interfaces
Class IF_SCV_CALCULATOR has no interface implemented.
Friends
Class IF_SCV_CALCULATOR has no friend class.
Attributes
Class IF_SCV_CALCULATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates results node for a program | 20100316 | |
| 2 | Instance method | Public | Method | Creates result for a program | 20100515 |
Events
Class 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 | I_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_SCV_RESULT_CONFIGURATION | Ermöglicht die Feinkonfiguration des Ergebnisbaums | 20100316 | |||
| 2 | I_EVALUATION_CONSTRAINTS | Call by reference | Object reference (TYPE REF TO) | CL_SCV_EVALUATION_CONSTRAINTS | 20130718 | ||||
| 3 | I_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20100423 | |||
| 4 | R_NODE | Value transfer | Object reference (TYPE REF TO) | IF_SCV_RESULT_NODE | R_NODE | 20100316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100325 | |||
| 2 | 20100322 |
Method BUILD_PROGRAM_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20100515 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | TY_PROGRAM_RESULT | Abdeckungsergebnis für ein Programm | 20100515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100518 | |||
| 2 | 20100518 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |