SAP ABAP Class CL_DC_EDGE_RFW (Graph Edge)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-RFW (Application Component) Reconciliation Framework
     RFW (Package) Reconciliation Framework
Properties
Class CL_DC_EDGE_RFW  
Short Description Graph Edge    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RFW   Reconciliation Framework 
Created 19990830   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DC_EDGE_RFW has no forward declaration.
Interfaces
Class CL_DC_EDGE_RFW has no interface implemented.
Friends
Class CL_DC_EDGE_RFW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NODE_FROM Instance attribute Public Object reference (TYPE REF TO) CL_DC_NODE_RFW Start Nodes 19990830
2 NODE_TO Instance attribute Public Object reference (TYPE REF TO) CL_DC_NODE_RFW Destination point 19990830
3 STATUS_FLAG Instance attribute Private Type reference (TYPE) C Change Indicator 19991119
4 WEIGHT Instance attribute Private Type reference (TYPE) STRING Edge Weight 19990920
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990830
2 GET_EDGE Instance method Public Method Get Edge 19990903
3 GET_STATUS Instance method Public Method Get Change Indicator 19991119
4 SET_STATUS Instance method Public Method Set Change Indicator 19991119
5 SET_WEIGHT Instance method Public Method Set Edge Weight 19991102
Events
Class CL_DC_EDGE_RFW has no event.
Types
Class CL_DC_EDGE_RFW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_FROM Value transfer Object reference (TYPE REF TO) CL_DC_NODE_RFW Startknoten 19990830
2 Importing NODE_TO Value transfer Object reference (TYPE REF TO) CL_DC_NODE_RFW Zielknoten 19990830
3 Importing WEIGHT Value transfer Type reference (TYPE) STRING Kantengewicht 19990920

Method CONSTRUCTOR on class CL_DC_EDGE_RFW has no exception.

Method GET_EDGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NODE_FROM Call by reference Object reference (TYPE REF TO) CL_DC_NODE_RFW Startknoten 19990903
2 Exporting NODE_TO Call by reference Object reference (TYPE REF TO) CL_DC_NODE_RFW Zielknoten 19990903
3 Exporting STATUS_FLAG Call by reference Type reference (TYPE) C Änderungskennzeichen 19991125
4 Exporting WEIGHT Call by reference Type reference (TYPE) STRING Kantengewicht 19990920

Method GET_EDGE on class CL_DC_EDGE_RFW has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STATUS Value transfer Type reference (TYPE) C Änderungskennzeichen 19991119

Method GET_STATUS on class CL_DC_EDGE_RFW has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVITY Value transfer Type reference (TYPE) C Statusübergang 19991119
2 Importing FORCE Value transfer Type reference (TYPE) C 'X': Keine Prüfung 19991119
# Exception Resumable Description Created on
1 ACTIVITY_ILLEGAL Nicht zulässiger Statusübergang 19991119

Method SET_WEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WEIGHT Call by reference Type reference (TYPE) STRING Kantengewicht 19991102

Method SET_WEIGHT on class CL_DC_EDGE_RFW has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in