SAP ABAP Class CL_DC_NODE_RFW (Graph Node)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-RFW (Application Component) Reconciliation Framework
     RFW (Package) Reconciliation Framework
Properties
Class CL_DC_NODE_RFW  
Short Description Graph Node    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RFW   Reconciliation Framework 
Created 19990825   SAP 
Last change 20040930   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DC_NODE_RFW has no forward declaration.
Interfaces
Class CL_DC_NODE_RFW has no interface implemented.
Friends
Class CL_DC_NODE_RFW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTRIBUTES Instance attribute Private Type reference (TYPE) TAB_DC_ATTRIBUTE_RFW Table for Attribute References 19990825
2 COMPARE_OUTTAB Instance attribute Private Type reference (TYPE) TAB_COMPARE_OUTTAB_RFW Prepared Data for Comparison 20000331
3 DC_DETAIL_RFW Instance attribute Private Object reference (TYPE REF TO) CL_DC_DETAIL_RFW Data Container for Detail Data 20000331
4 DETAIL_OUTTAB Instance attribute Private Type reference (TYPE) TAB_DETAIL_OUTTAB_RFW Prepared Date for Details 20000331
5 NODETYPE Instance attribute Private Object reference (TYPE REF TO) CL_DC_NODETYPE_RFW Node type 19990825
6 STATUS_FLAG Instance attribute Private Type reference (TYPE) C Change indicator 19991119
7 TEXT Instance attribute Private Type reference (TYPE) STRING Node name 19991025
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990826
2 GET_ALL_DATA Instance method Public Method Get All Node Data 19991110
3 GET_ATTRIBUTES Instance method Public Method Get Attributes 19991026
4 GET_ATTRIBUTES_ADM Instance method Public Method Get Administrative Information on Attributes 19991028
5 GET_ATTRIBUTE_VALUE Instance method Public Method Get Value of One Attribute 19991130
6 GET_NODETYPE Instance method Public Method Get Node Type 19991026
7 GET_STATUS Instance method Public Method Get Change Indicator 19991119
8 GET_TEXT Instance method Public Method Get Description 19991025
9 SET_ATTRIBUTES Instance method Public Method Set Attributes 19991111
10 SET_NODETYPE Instance method Public Method Set Node Category 20001124
11 SET_STATUS Instance method Public Method Set Change Indicator 19991119
Events
Class CL_DC_NODE_RFW has no event.
Types
Class CL_DC_NODE_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 ATTRIBUTES Value transfer Type reference (TYPE) TAB_DC_ATTRIBUTE_RFW Attribute 19990826
2 Importing NODETYPE Value transfer Object reference (TYPE REF TO) CL_DC_NODETYPE_RFW Knotentyp 19990826
3 Importing TEXT Value transfer Type reference (TYPE) STRING Bezeichnung des Knotens 19991025
# Exception Resumable Description Created on
1 ATTRIBUTE_MISMATCH Attribute unterscheiden sich von den erwarteten Attributen 19990826

Method GET_ALL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTES Call by reference Type reference (TYPE) TAB_DC_ATTRIBUTE_RFW Knotenattribute 19991110
2 Exporting ATTRIBUTES_ADM Call by reference Type reference (TYPE) TAB_DC_ATTRIBUTE_ADM_RFW Verwaltungsinformation für Knotenattribute 19991110
3 Exporting NODETYPE Call by reference Object reference (TYPE REF TO) CL_DC_NODETYPE_RFW Knotentyp 19991110
4 Exporting TEXT Call by reference Type reference (TYPE) STRING Bezeichnung 19991110

Method GET_ALL_DATA on class CL_DC_NODE_RFW has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTES Call by reference Type reference (TYPE) TAB_DC_ATTRIBUTE_RFW Knotenattribute 19991026

Method GET_ATTRIBUTES on class CL_DC_NODE_RFW has no exception.

Method GET_ATTRIBUTES_ADM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTES_ADM Call by reference Type reference (TYPE) TAB_DC_ATTRIBUTE_ADM_RFW Verwaltungsinformation der Knotenattribute 19991028

Method GET_ATTRIBUTES_ADM on class CL_DC_NODE_RFW has no exception.

Method GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTE_ADM Call by reference Type reference (TYPE) STRUC_DC_ATTRIBUTE_ADM_RFW Abap Type 19991201
2 Importing FIELDNAME Call by reference Type reference (TYPE) STRUC_DC_ATTRIBUTE_ADM_RFW-FIELDNAME Fieldname 19991130
3 Exporting VALUE Call by reference Type reference (TYPE) STRUC_DC_ATTRIBUTE_RFW-VALUE Value 19991130

Method GET_ATTRIBUTE_VALUE on class CL_DC_NODE_RFW has no exception.

Method GET_NODETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NODETYPE Call by reference Object reference (TYPE REF TO) CL_DC_NODETYPE_RFW Knotentyp 19991026

Method GET_NODETYPE on class CL_DC_NODE_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_NODE_RFW has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TEXT Call by reference Type reference (TYPE) STRING Bezeichnung des Knotens 19991025

Method GET_TEXT on class CL_DC_NODE_RFW has no exception.

Method SET_ATTRIBUTES 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 19991111
2 Importing SET_STATUS Value transfer Type reference (TYPE) C 'X' 'X': Status nicht verändern 20000928

Method SET_ATTRIBUTES on class CL_DC_NODE_RFW has no exception.

Method SET_NODETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODETYPE Call by reference Object reference (TYPE REF TO) CL_DC_NODETYPE_RFW Typ eines Graphknotens 20001124

Method SET_NODETYPE on class CL_DC_NODE_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
History
Last changed by/on SAP  20040930 
SAP Release Created in