SAP ABAP Class CL_KACT_ITERATION_SUBNET (sub-network CO interation process)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
FINB_KACT (Package) Parts from R/3 CO-OM-ACT: Activity Allocation

⤷

⤷

Properties
Class | CL_KACT_ITERATION_SUBNET | |
Short Description | sub-network CO interation process | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FINB_KACT | Parts from R/3 CO-OM-ACT: Activity Allocation |
Created | 20030123 | SAP |
Last change | 20041006 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_KACT_ITERATION_SUBNET has no interface implemented.
Friends
Class CL_KACT_ITERATION_SUBNET has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | KACTI_DELTA | amount charged per step | 20030123 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | BOOLEAN | ' ' | False | 20030123 | |
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of nodes | 20030123 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CHAR1 | convergence status sub-network | 20030123 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | KACTI_BOOLTAB | convergence status at period level | 20030123 | ||
6 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_KACT_ITERATION_VECTOR | due to garbage collector | 20030123 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | KACT_ITERATION_TABLE_TAB | list of nodes | 20030123 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Number of executed steps with divergence | 20030123 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | BOOLEAN | 'X' | True | 20030123 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Insert nodes to sub-network | 20030123 |
2 | ![]() |
Instance method | Public | Method | Determine amount charged per sub-step in network | 20030123 |
3 | ![]() |
Instance method | Public | Method | Reset network for recycling to initial status | 20030123 |
4 | ![]() |
Instance method | Public | Constructor | Constructor | 20030123 |
5 | ![]() |
Instance method | Public | Method | determine convergence status | 20030123 |
6 | ![]() |
Instance method | Public | Method | Determine after iteration end convergence onto period level. | 20030123 |
7 | ![]() |
Instance method | Public | Method | merge two sub-networks | 20030123 |
8 | ![]() |
Instance method | Public | Method | sort node list according to numbre of sender | 20030123 |
Events
Class CL_KACT_ITERATION_SUBNET has no event.
Types
Class CL_KACT_ITERATION_SUBNET has no local type.
Method Signatures
Method ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ITERATION_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_KACT_ITERATION_OBJECT | Neuer Knoten | 20030123 | ||
2 | ![]() |
IM_SENDER_COUNT | Call by reference | Type reference (TYPE) | I | Anzahl Sender des Knotens | 20030123 |
Method ADD_NODE on class CL_KACT_ITERATION_SUBNET has no exception.
Method CALCULATE_DELTA Signature
Method CALCULATE_DELTA on class CL_KACT_ITERATION_SUBNET has no parameter.
Method CALCULATE_DELTA on class CL_KACT_ITERATION_SUBNET has no exception.
Method CLEAR Signature
Method CLEAR on class CL_KACT_ITERATION_SUBNET has no parameter.
Method CLEAR on class CL_KACT_ITERATION_SUBNET has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_KACT_ITERATION_SUBNET has no parameter.
Method CONSTRUCTOR on class CL_KACT_ITERATION_SUBNET has no exception.
Method DETERMINE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_PARAMETERS | Call by reference | Type reference (TYPE) | KACTI_IT_PARAMETERS | Iterationskonstanten | 20030123 | ||
2 | ![]() |
IM_STEP_COUNT | Call by reference | Type reference (TYPE) | I | Aktueller Iterationsschritt | 20030123 |
Method DETERMINE_STATUS on class CL_KACT_ITERATION_SUBNET has no exception.
Method GET_LINE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LINE | Call by reference | Type reference (TYPE) | SYTABIX | Normalerweise Periode | 20030123 | ||
2 | ![]() |
RE_STATUS | Value transfer | Type reference (TYPE) | CHAR1 | Status für Periode | 20030123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IM_LINES ist wahrscheinlich zu gross. | 20030123 |
Method JOIN_SUBNET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_SNET_FROM | Call by reference | Object reference (TYPE REF TO) | CL_KACT_ITERATION_SUBNET | altes nun leeres Netz | 20030123 | ||
2 | ![]() |
EX_SNET_TO | Call by reference | Object reference (TYPE REF TO) | CL_KACT_ITERATION_SUBNET | neues grösseres Netz | 20030123 | ||
3 | ![]() |
IM_SUBNET | Call by reference | Object reference (TYPE REF TO) | CL_KACT_ITERATION_SUBNET | Zu verscmelzendes Teinetz | 20030123 |
Method JOIN_SUBNET on class CL_KACT_ITERATION_SUBNET has no exception.
Method SORT_ITERATION_TABLE Signature
Method SORT_ITERATION_TABLE on class CL_KACT_ITERATION_SUBNET has no parameter.
Method SORT_ITERATION_TABLE on class CL_KACT_ITERATION_SUBNET has no exception.
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 200 |