SAP ABAP Class CL_ITERATION_VECTOR_CO (Vector for CO Iteration Processor)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO-OM-ACT (Application Component) Activity Types
⤷
KACT (Package) CO-OM-ACT: Performance Analysis

⤷

⤷

Properties
Class | CL_ITERATION_VECTOR_CO | |
Short Description | Vector for CO Iteration Processor | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | KACT | CO-OM-ACT: Performance Analysis |
Created | 19980827 | SAP |
Last change | 20050219 | 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 CL_ITERATION_VECTOR_CO has no interface implemented.
Friends
Class CL_ITERATION_VECTOR_CO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | BOOLEAN | ' ' | False | 19980827 | |
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYTFILL | Length of Vector | 19980827 | ||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Due to Garbage Collector | 19990401 | ||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Due to Garbage Collector | 19990401 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | BOOLEAN | 'X' | True | 19980827 | |
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | COITR_VALTAB | Value Table for Vector | 19980827 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | Number of Vectors Generated | 19980901 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Arithmetic Operation | 19980827 |
2 | ![]() |
Instance method | Public | Method | Arithmetic Operation | 19980827 |
3 | ![]() |
Instance method | Public | Method | Examination of Two Delta Vectors for Convergence Analysis | 19981008 |
4 | ![]() |
Instance method | Public | Method | Set Vector to Zero (Length Remains) | 19980827 |
5 | ![]() |
Instance method | Public | Method | Comparison of Two Vectors | 19980827 |
6 | ![]() |
Instance method | Public | Constructor | Constructor | 19980827 |
7 | ![]() |
Instance method | Public | Method | Arithmetic Operation | 19980827 |
8 | ![]() |
Instance method | Public | Method | Gets Internal Vector Tables | 19980827 |
9 | ![]() |
Instance method | Public | Method | Gets the Current Number of Generated Vectors | 19980901 |
10 | ![]() |
Instance method | Public | Method | Arithmetic Operation | 19980827 |
11 | ![]() |
Instance method | Public | Method | Rebuild Internal Table in Vector with New Length | 19980827 |
12 | ![]() |
Instance method | Public | Method | Transfers Internal Table to Vector | 19980827 |
13 | ![]() |
Instance method | Public | Method | Arithmetic Operation | 19980827 |
14 | ![]() |
Instance method | Public | Method | Arithmetic Operation | 19980827 |
Events
Class CL_ITERATION_VECTOR_CO has no event.
Types
Class CL_ITERATION_VECTOR_CO has no local type.
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Ergebnis | 19980827 | ||
2 | ![]() |
IM_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | 2.Operand | 19980827 |
Method ADD on class CL_ITERATION_VECTOR_CO has no exception.
Method CALCULATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Ergebnis | 19980827 | ||
2 | ![]() |
IM_OPERAT | Call by reference | Type reference (TYPE) | C | Operator | 19980827 | ||
3 | ![]() |
IM_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | 2. Operand | 19980827 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Länge des 2. Operanden ist zu gross | 19980827 | |
2 | ![]() |
Länge des 2. Operanden kein Teiler der Länge des 1. Oper. | 19980827 |
Method CHECK_DELTA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_GROWING | Call by reference | Type reference (TYPE) | BOOLEAN | Delta steigt an | 19981008 | ||
2 | ![]() |
EX_SETTLED | Call by reference | Type reference (TYPE) | BOOLEAN | Konvergenz | 19981008 | ||
3 | ![]() |
IM_DELTA_DIF | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Delta-Änderung | 19981008 | ||
4 | ![]() |
IM_MIN | Call by reference | Type reference (TYPE) | F | '0.05' | Konvergenzkriterium | 19981013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Längen der beiden Vektoren stimmen nicht überein. | 19981008 |
Method CLEAR Signature
Method CLEAR on class CL_ITERATION_VECTOR_CO has no parameter.
Method CLEAR on class CL_ITERATION_VECTOR_CO has no exception.
Method COMPARE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ALL_FALSE | Call by reference | Type reference (TYPE) | BOOLEAN | Flag: kein Wert entspricht Vergleich | 19980827 | ||
2 | ![]() |
EX_ALL_TRUE | Call by reference | Type reference (TYPE) | BOOLEAN | Flag: Alle Werte entsprechen Vergleich | 19980827 | ||
3 | ![]() |
EX_RESULT | Call by reference | Type reference (TYPE) | COITR_BOOLTAB | Ergebnis | 19980827 | ||
4 | ![]() |
IM_OPERAT | Call by reference | Type reference (TYPE) | C | Operator | 19980827 | ||
5 | ![]() |
IM_VALUE | Call by reference | Type reference (TYPE) | F | 2. Operand | 19980827 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Vergleichsoperator wird nicht unterstützt | 19980827 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LENGTH | Call by reference | Type reference (TYPE) | SYTFILL | 1 | Länge des Vektors | 19980827 | |
2 | ![]() |
IM_VALTAB | Call by reference | Type reference (TYPE) | COITR_VALTAB | Wertetabelle des Vektors | 19980827 | ||
3 | ![]() |
IM_VECTOR_REF | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Referenzvektor (für Länge) | 19980827 |
Method CONSTRUCTOR on class CL_ITERATION_VECTOR_CO has no exception.
Method DIVIDE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Ergebnis | 19980827 | ||
2 | ![]() |
IM_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | 2. Operand | 19980827 |
Method DIVIDE on class CL_ITERATION_VECTOR_CO has no exception.
Method GET_VALTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_VALTAB | Value transfer | Type reference (TYPE) | COITR_VALTAB | Werttabelle | 19980827 |
Method GET_VALTAB on class CL_ITERATION_VECTOR_CO has no exception.
Method GET_VECTOR_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR_COUNT | Call by reference | Type reference (TYPE) | I | Anzahl | 19980901 |
Method GET_VECTOR_COUNT on class CL_ITERATION_VECTOR_CO has no exception.
Method MULTIPLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Ergebnis | 19980827 | ||
2 | ![]() |
IM_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | 2. Operand | 19980827 |
Method MULTIPLY on class CL_ITERATION_VECTOR_CO has no exception.
Method REFRESH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LENGTH | Call by reference | Type reference (TYPE) | I | Neue Länge | 19980827 |
Method REFRESH on class CL_ITERATION_VECTOR_CO has no exception.
Method SET_VALTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_VALTAB | Call by reference | Type reference (TYPE) | COITR_VALTAB | Wertetabelle | 19980827 |
Method SET_VALTAB on class CL_ITERATION_VECTOR_CO has no exception.
Method SUBTRACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Ergebnis | 19980827 | ||
2 | ![]() |
IM_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | 2. Operand | 19980827 |
Method SUBTRACT on class CL_ITERATION_VECTOR_CO has no exception.
Method SUBTRACT_ABS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | Ergebnis | 19980827 | ||
2 | ![]() |
IM_VECTOR | Call by reference | Object reference (TYPE REF TO) | CL_ITERATION_VECTOR_CO | 2. Operand | 19980827 |
Method SUBTRACT_ABS on class CL_ITERATION_VECTOR_CO has no exception.
History
Last changed by/on | SAP | 20050219 |
SAP Release Created in |