SAP ABAP Class CL_DC_ASSIGNMENT_RFW (Assignment)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-RFW (Application Component) Reconciliation Framework
     RFW (Package) Reconciliation Framework
Properties
Class CL_DC_ASSIGNMENT_RFW  
Short Description Assignment    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RFW   Reconciliation Framework 
Created 19990921   SAP 
Last change 19991104   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DC_ASSIGNMENT_RFW has no forward declaration.
Interfaces
Class CL_DC_ASSIGNMENT_RFW has no interface implemented.
Friends
Class CL_DC_ASSIGNMENT_RFW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ASSIGNMENTS Static Attribute Private Type reference (TYPE) TAB_ASSIGNMENTS ASSIGNMENTS 19991126
2 ASSIGNMENT_AUTO_VALUE Instance attribute Private Type reference (TYPE) STRING Characteristic Assignment Attribute 19991027
3 COMPARISON_RESULT Static Attribute Private Type reference (TYPE) TAB_ASSIGNMENTS Comparison Result 20000509
4 CREATION_TIMESTAMP Instance attribute Private Type reference (TYPE) TTZTSTMP Creation time 19991122
5 CURRENT_ASSIGNMENT_INDEX Static Attribute Private Type reference (TYPE) I Current Index to Assignment Table 19990922
6 CURRENT_COMPARISON_INDEX Static Attribute Private Type reference (TYPE) I Current Comparison Index 20000509
7 CURRENT_NODE_INDEX Instance attribute Private Type reference (TYPE) I Current Index to Nodes List 19991126
8 FLT_VAL Static Attribute Private Type reference (TYPE) APPLICATION_RFW Applications Calling Up Reconciliation Framework 20001005
9 IF_EX Static Attribute Private Object reference (TYPE REF TO) IF_EX_DC_ASSIGNMENT_RFW BADI 20001004
10 NODES Instance attribute Private Type reference (TYPE) TAB_GRAPH_NODE_RFW Assignment Nodes 19991126
11 STATUS_FLAG Instance attribute Private Type reference (TYPE) C Change Indicator 19991122
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Static method Public Method Initialization 20010214
2 ADD_ASSIGNMENT Static method Public Method Include Assignment in Assignments List 19990921
3 ADD_NODE Instance method Public Method Include Nodes in Assignment 19991126
4 ADD_NODES Instance method Public Method Include Nodes in Assignment 19991126
5 ASSIGN_MANUALLY Static method Public Method Structure Assignment 19991103
6 CLEAR_ASSIGNMENTS Static method Public Method Delete Assignments List 19990922
7 COMPARE_MARKED_COLUMNS Static method Public Method Compare Nodes of Graphs with Selected Columns 20000509
8 CONSTRUCTOR Instance method Public Constructor Constructor 19991122
9 CREATE_ASSIGNMENTS_FROM_COMP Static method Public Method Copy Comparison Result to Assignments 20001004
10 GET_ASSIGNMENTS_FOR_NODE Static method Public Method Determine All Assignments that Contain Nodes 19991124
11 GET_ASSIGNMENT_AUTO_VALUE Instance method Public Method Get Value of Assignment Attributes 19991126
12 GET_ASSIGNMENT_BY_INDEX Static method Private Method Import Assignment via Index 19990922
13 GET_COLUMN_VALUE Static method Private Method Get Value of Selected Assignment Attributes 19991026
14 GET_COMPARISON_BY_INDEX Static method Private Method Get Comparison by Index 20000509
15 GET_COMPARISON_RESULT_FOR_NODE Static method Public Method Determine Comparison Entry Containing Nodes 20000517
16 GET_FIRST_ASSIGNMENT Static method Public Method Get First Assignment 19990922
17 GET_FIRST_COMPARISON Static method Public Method Get First Comparison 20000509
18 GET_FIRST_NODE Instance method Public Method Get First Nodes of an Assignment 19991126
19 GET_NEXT_ASSIGNMENT Static method Public Method Get Next Assignment 19990922
20 GET_NEXT_COMPARISON Static method Public Method Get Next Comparison 20000509
21 GET_NEXT_NODE Instance method Public Method Get Next Nodes of an Assignment 19991126
22 GET_NODES Instance method Public Method Export All Nodes of an Assignment 19991126
23 GET_NODE_BY_INDEX Instance method Private Method Import Nodes via Index 19991126
24 GET_STATUS Instance method Public Method Get Change Indicator 19991122
25 MERGE_ASSIGNMENTS Static method Public Method Group Several Assignments in a New Assignment 19991119
26 REMOVE_ASSIGNMENT Static method Public Method Delete Assignment from Assignments List 19990921
27 REMOVE_NODE Instance method Public Method Delete Nodes in Assignment 19991126
28 SAVE Static method Public Method Saving of Assignments 20001031
29 SET_STATUS Instance method Public Method Set Change Indicator 19991122
30 SORT_ASSIGNMENTS_BY_TIMESTAMP Static method Public Method Sort Assignments by System Time (Descending) 19991115
Events
Class CL_DC_ASSIGNMENT_RFW has no event.
Types
Class CL_DC_ASSIGNMENT_RFW has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLT_VAL Call by reference Type reference (TYPE) APPLICATION_RFW Aufrufende Anwendungen für RFW 20010214

Method ACTIVATE on class CL_DC_ASSIGNMENT_RFW has no exception.

Method ADD_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGNMENT Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Zuordnung 19990921
# Exception Resumable Description Created on
1 DUPLICATE_ASSIGNMENT Zuordnung bereits vorhanden 19990921

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Value transfer Type reference (TYPE) STRUC_GRAPH_NODE_RFW Knoten 19991126
# Exception Resumable Description Created on
1 DUPLICATE_NODE Kante bereits vorhanden 19991126

Method ADD_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODES Call by reference Type reference (TYPE) TAB_GRAPH_NODE_RFW Zuordnungsknoten 19991126
# Exception Resumable Description Created on
1 DUPLICATE_NODE Zuordnungskanten mehrfach vorhanden 19991126

Method ASSIGN_MANUALLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ASSIGNMENT Value transfer Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Zuordnung 19991119
2 Importing ASSIGNMENT_NODES Value transfer Type reference (TYPE) TAB_GRAPH_NODE_RFW Tabelle markierter Knoten 20001002
# Exception Resumable Description Created on
1 MISSING_NODE Kein Knoten für Zuordnung vorhanden 19991214
2 NODE_UNKNOWN Knotentabellen enthalten unbekannte Knotenreferenz 19991103

Method CLEAR_ASSIGNMENTS Signature

Method CLEAR_ASSIGNMENTS on class CL_DC_ASSIGNMENT_RFW has no parameter.
Method CLEAR_ASSIGNMENTS on class CL_DC_ASSIGNMENT_RFW has no exception.

Method COMPARE_MARKED_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_LEFT Value transfer Type reference (TYPE) FIELDNAME Zuordnungsattribut des linken Graphen 20000509
2 Importing COLUMN_RIGHT Value transfer Type reference (TYPE) FIELDNAME Zuordnungsattribut des rechten Graphen 20000509
3 Importing GRAPH_LEFT Value transfer Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Linker Graph 20000509
4 Importing GRAPH_RIGHT Value transfer Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Rechter Graph 20000509
# Exception Resumable Description Created on
1 COLUMN_LEFT_NOT_FOUND Spalte für linken Graph nicht vorhanden 20000509
2 COLUMN_RIGHT_NOT_FOUND Spalte für rechten Graph nicht vorhanden 20000509
3 GRAPH_LEFT_NO_NODES Linker Graph enthält keine Knoten 20000509
4 GRAPH_RIGHT_NO_NODES Rechter Graph enthält keine Knoten 20000509
5 IDENTICAL_GRAPHS Linker und rechter Graph sind identisch 20000509

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DC_ASSIGNMENT_RFW has no parameter.
Method CONSTRUCTOR on class CL_DC_ASSIGNMENT_RFW has no exception.

Method CREATE_ASSIGNMENTS_FROM_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GRAPH_LEFT Call by reference Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Linker Graph 20001004
2 Importing GRAPH_RIGHT Call by reference Object reference (TYPE REF TO) CL_DC_GRAPH_RFW Rechter Graph 20001004

Method CREATE_ASSIGNMENTS_FROM_COMP on class CL_DC_ASSIGNMENT_RFW has no exception.

Method GET_ASSIGNMENTS_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENTS Call by reference Type reference (TYPE) TAB_ASSIGNMENTS Zuordnungen 20000517
2 Importing NODE Value transfer Object reference (TYPE REF TO) CL_DC_NODE_RFW Knoten 19991124

Method GET_ASSIGNMENTS_FOR_NODE on class CL_DC_ASSIGNMENT_RFW has no exception.

Method GET_ASSIGNMENT_AUTO_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENT_AUTO_VALUE Call by reference Type reference (TYPE) STRING Wert des Zuordnungsattributs 19991126

Method GET_ASSIGNMENT_AUTO_VALUE on class CL_DC_ASSIGNMENT_RFW has no exception.

Method GET_ASSIGNMENT_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENT Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Referenz auf Zuordnung 19990922
2 Changing CURRENT_INDEX Value transfer Type reference (TYPE) I Aktueller Index 19990922
3 Importing IGNORE_STATUS Call by reference Type reference (TYPE) C 'X': Änderungskennzeichen ignorieren 19991123
# Exception Resumable Description Created on
1 NOT_FOUND Zuordnung nicht gefunden 19990922

Method GET_COLUMN_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) TAB_DC_ATTRIBUTE_RFW Knotenattribute 19991026
2 Importing ATTRIBUTES_ADM Call by reference Type reference (TYPE) TAB_DC_ATTRIBUTE_ADM_RFW Verwaltungsinformation für Knotenattribute 19991026
3 Importing COLUMNNAME Call by reference Type reference (TYPE) FIELDNAME Zuordnungsattribut 19991026
4 Exporting VALUE Value transfer Type reference (TYPE) CHAR80 Attributwert 19991026
# Exception Resumable Description Created on
1 COLUMN_NOT_FOUND Kein entsprechendes Zuordnungsattribut vorhanden 19991026

Method GET_COMPARISON_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMPARISON Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Referenz auf Vergleich 20000509
2 Changing CURRENT_INDEX Value transfer Type reference (TYPE) I Aktueller Index 20000509
# Exception Resumable Description Created on
1 NOT_FOUND Vergleich nicht gefunden 20000509

Method GET_COMPARISON_RESULT_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMPARISON_RESULT Call by reference Type reference (TYPE) TAB_GRAPH_NODE_RFW Vergleichsergebnis für Knoten 20001004
2 Importing NODE Value transfer Object reference (TYPE REF TO) CL_DC_NODE_RFW Knoten 20000517
# Exception Resumable Description Created on
1 NOT_FOUND Vergleichsergebnis nicht vorhanden 20010403

Method GET_FIRST_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENT Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Zuordnung 19990922
2 Importing IGNORE_STATUS Call by reference Type reference (TYPE) C 'X': Änderungskennzeichen ignorieren 19991123
# Exception Resumable Description Created on
1 NOT_FOUND Zuordnung nicht gefunden 19990922

Method GET_FIRST_COMPARISON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMPARISON Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Vergleich 20000509
# Exception Resumable Description Created on
1 NOT_FOUND Vergleich nicht gefunden 20000509

Method GET_FIRST_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NODE Call by reference Type reference (TYPE) STRUC_GRAPH_NODE_RFW Knoten 19991126
# Exception Resumable Description Created on
1 NOT_FOUND Knoten nicht gefunden 19991126

Method GET_NEXT_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ASSIGNMENT Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Zuordnung 19990922
2 Importing IGNORE_STATUS Call by reference Type reference (TYPE) C 'X': Änderungskennzeichen ignorieren 19991123
# Exception Resumable Description Created on
1 NOT_FOUND Zuordnung nicht gefunden 19990922

Method GET_NEXT_COMPARISON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMPARISON Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Zuordnung 20000509
# Exception Resumable Description Created on
1 NOT_FOUND Vergleich nicht gefunden 20000509

Method GET_NEXT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NODE Call by reference Type reference (TYPE) STRUC_GRAPH_NODE_RFW Knoten 19991126
# Exception Resumable Description Created on
1 NOT_FOUND Knoten nicht gefunden 19991126

Method GET_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NODES Call by reference Type reference (TYPE) TAB_GRAPH_NODE_RFW Zuordnungskanten 19991126

Method GET_NODES on class CL_DC_ASSIGNMENT_RFW has no exception.

Method GET_NODE_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CURRENT_INDEX Value transfer Type reference (TYPE) I Aktueller Index 19991126
2 Exporting NODE Call by reference Type reference (TYPE) STRUC_GRAPH_NODE_RFW Zuordnungsknoten 19991126
# Exception Resumable Description Created on
1 NOT_FOUND Kante nicht gefunden 19991126

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 19991122

Method GET_STATUS on class CL_DC_ASSIGNMENT_RFW has no exception.

Method MERGE_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGNMENTS Call by reference Type reference (TYPE) TAB_ASSIGNMENTS Tabelle von Zuordnungsreferenzen 19991119
2 Changing NEW_ASSIGNMENT Call by reference Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Neue Zuordnung 19991129

Method MERGE_ASSIGNMENTS on class CL_DC_ASSIGNMENT_RFW has no exception.

Method REMOVE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGNMENT Value transfer Object reference (TYPE REF TO) CL_DC_ASSIGNMENT_RFW Zuordnung 19990921
# Exception Resumable Description Created on
1 ASSIGNMENT_NOT_FOUND Zuordnung nicht vorhanden 19990921

Method REMOVE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Value transfer Type reference (TYPE) STRUC_GRAPH_NODE_RFW Knoten 19991126
# Exception Resumable Description Created on
1 NODE_NOT_FOUND Kante nicht gefunden 19991126

Method SAVE Signature

Method SAVE on class CL_DC_ASSIGNMENT_RFW has no parameter.
Method SAVE on class CL_DC_ASSIGNMENT_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 19991122
2 Importing FORCE Value transfer Type reference (TYPE) C 'X': Keine Prüfung 19991122
# Exception Resumable Description Created on
1 ACTIVITY_ILLEGAL Nicht zulässiger Statusübergang 19991122

Method SORT_ASSIGNMENTS_BY_TIMESTAMP Signature

Method SORT_ASSIGNMENTS_BY_TIMESTAMP on class CL_DC_ASSIGNMENT_RFW has no parameter.
Method SORT_ASSIGNMENTS_BY_TIMESTAMP on class CL_DC_ASSIGNMENT_RFW has no exception.
History
Last changed by/on SAP  19991104 
SAP Release Created in