SAP ABAP Class CL_COVST_CALCULATION (SCOV Self-Test: Calculations (Abstract))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-COV (Application Component) Coverage Analyzer
⤷
SCOV_SELFTEST (Package) Selftest for Checking Basic Functionality
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_COVST_CHECKSUM | SCOV Self-Test: Checksum Algorithms | 20100125 |
Properties
| Class | CL_COVST_CALCULATION | |
| Short Description | SCOV Self-Test: Calculations (Abstract) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCOV_SELFTEST | Selftest for Checking Basic Functionality |
| Created | 20100125 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_COVST_CALCULATION has no forward declaration.
Interfaces
Class CL_COVST_CALCULATION has no interface implemented.
Friends
Class CL_COVST_CALCULATION has no friend class.
Attributes
Class CL_COVST_CALCULATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Addition (Abstract) | 20100125 | |
| 2 | Instance method | Public | Method | Division | 20100125 | |
| 3 | Instance method | Public | Method | Multiplication (Empty Implementation) | 20100125 | |
| 4 | Instance method | Public | Method | Subtraction | 20100125 |
Events
Class CL_COVST_CALCULATION has no event.
Types
Class CL_COVST_CALCULATION has no local type.
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUMMAND_1 | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 2 | I_SUMMAND_2 | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | DECFLOAT34 | 20100125 |
Method ADD on class CL_COVST_CALCULATION has no exception.
Method DIVIDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DIVIDEND | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 2 | I_DIVISOR | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | DECFLOAT34 | 20100125 |
Method DIVIDE on class CL_COVST_CALCULATION has no exception.
Method MULTIPLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FACTOR_1 | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 2 | I_FACTOR_2 | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | DECFLOAT34 | 20100125 |
Method MULTIPLY on class CL_COVST_CALCULATION has no exception.
Method SUBTRACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MINUEND | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 2 | I_SUBTRAHEND | Call by reference | Type reference (TYPE) | DECFLOAT | 20100125 | ||||
| 3 | R_RESULT | Value transfer | Type reference (TYPE) | DECFLOAT34 | 20100125 |
Method SUBTRACT on class CL_COVST_CALCULATION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 800 |