SAP ABAP Class CL_RSDF_NET (Quantity of links and nodes)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-AWB (Application Component) Data Warehousing Workbench
     RSDF (Package) Front-End for Data Warehousing Workbench Data Flow
Properties
Class CL_RSDF_NET  
Short Description Quantity of links and nodes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDF   Front-End for Data Warehousing Workbench Data Flow 
Created 20090602   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDF_NET has no interface implemented.
Friends
Class CL_RSDF_NET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_MAX_NODEID Instance attribute Private Type reference (TYPE) RSDFNODEID 2000000000 Maximum Limit of Node ID 20091005
2 DATAFLOW Instance attribute Private Type reference (TYPE) RSDFDATAFLOW Data flow/data flow template 20100216
3 MAX_NODEID Instance attribute Private Type reference (TYPE) RSDFNODEID Maximum ID of a node in network 20091005
4 OBJVERS Instance attribute Private Type reference (TYPE) RSOBJVERS Object Version 20100216
5 R_SEARCH Instance attribute Private Object reference (TYPE REF TO) CL_RSAWBN_SER_SEARCH Generic Search Class 20091208
6 R_VIEW_FILTER Instance attribute Protected Object reference (TYPE REF TO) CL_RSDF_VIEW_FILTER Filter for the display view 20100215
7 THR_NODE Instance attribute Protected Type reference (TYPE) RSDF_THR_NODE Table of node objects 20090727
8 TS_LINKS Instance attribute Protected Type reference (TYPE) RSDF_TS_LINKS Table of links (sorted in both directions) 20090728
9 T_SEARCH_TABLE Instance attribute Private See coding 20091208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DTPS Instance method Public Method 20100209
2 ADD_INFOPACKAGES Instance method Public Method 20100209
3 ADD_NODE_WITH_LINKS Instance method Protected Method 20100216
4 ADD_RUNTIME_OBJECTS Instance method Public Method 20100209
5 ADD_SUBOBJECTS Instance method Public Method 20100812
6 ADD_TRANSFORMATIONS Instance method Public Method 20100812
7 ADJUST_LINKS Instance method Public Method 20100322
8 BUILD_OBJECTS Instance method Public Method 20090727
9 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100216
10 CREATE_LINK Instance method Public Method 20091109
11 CREATE_NODE_ Instance method Protected Method 20100121
12 CREATE_NODE_AND_CORRESP_OBJ Instance method Public Method 20100121
13 CREATE_NODE_BY_NODESTRUC Instance method Protected Method 20100304
14 EXCHANGE_IOBJ_SUB_NODE Instance method Public Method 20100503
15 EXCHANGE_NODE Instance method Public Method 20091110
16 EXCHANGE_NOT_PERS_DTP_TRFN Instance method Protected Method 20101126
17 FREE Instance method Public Method 20090907
18 GET_COPY Instance method Public Method 20091204
19 GET_DATA Instance method Public Method 20091019
20 GET_INACTIVE_TLOGO_OBJECTS Instance method Public Method 20110817
21 GET_MAX_YPOS Instance method Public Method 20100304
22 GET_NEW_NODEID Instance method Protected Method Returns new node ID 20091005
23 GET_NODE Instance method Public Method 20100322
24 GET_OBJECT_EXISTS Instance method Public Method 20091009
25 GET_PRED Instance method Public Method Returns a predecessor (first one if more than one exist) 20100111
26 GET_PREDECESSORS Instance method Public Method 20091216
27 GET_SUBOBJ_OF_IOBJ Instance method Protected Method 20100121
28 GET_SUCC Instance method Public Method Returns a successor (first one if more than one exist) 20100111
29 GET_SUCCESSORS Instance method Public Method Returns a successor (first one if more than one exist) 20100503
30 GET_SUCCESSORS_AS_AWBOBJ Instance method Public Method 20120921
31 GET_TARGET_AND_SOURCE_AWBOBJ Instance method Protected Method 20100305
32 GET_THR_NODE Instance method Public Method 20090729
33 GET_TRFN_EXISTS Instance method Public Method 20091109
34 GET_TRFN_SOURCEOBJECT Instance method Public Method 20091214
35 GET_TRFN_TARGETOBJECT Instance method Public Method 20120921
36 GET_TS_LINKS Instance method Public Method 20090729
37 GET_VIEW_FILTER Instance method Public Method 20100215
38 INIT_SEARCH Instance method Public Method 20091208
39 INSERT_ADDITIONAL_OBJECTS Instance method Public Method 20100714
40 INSERT_DATA Instance method Public Method Data from a different data flow is added 20100304
41 IS_AUTOLAYOUT_NECESSARY Instance method Public Method 20130206
42 IS_LINK Instance method Public Method 20091214
43 IS_VALID_ALVL_LINK Instance method Public Method 20120921
44 IS_VALID_COPR_LINK Instance method Public Method 20120921
45 IS_VALID_FBPA_LINK Instance method Public Method 20130923
46 IS_VALID_HAAP_LINK Instance method Public Method 20130318
47 IS_VALID_HYBR_LINK Instance method Public Method 20100802
48 IS_VALID_LPOA_LINK Instance method Public Method 20100729
49 MAKE_PERSISTENT Instance method Public Method 20100429
50 REMOVE_LINK Instance method Public Method Removes the node from the network 20100421
51 REMOVE_NODE Instance method Public Method Removes the node from the network 20091117
52 SEARCH_NEXT Instance method Public Method 20091208
53 SET_OBJNM Instance method Public Method 20100802
54 SET_THR_NODE Instance method Public Method 20090729
55 SET_TS_LINKS Instance method Public Method 20090729
56 SET_VIEW_FILTER Instance method Public Method 20100215
57 UPDATE_SUBOBJECTS Instance method Public Method 20101110
58 _INSERT_DATA_LINKS Instance method Protected Method 20100305
59 _INSERT_DATA_NODES Instance method Protected Method 20100305
Events
Class CL_RSDF_NET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_SEARCH Private See coding 20091208 BEGIN OF ty_s_search, nodeid TYPE rsdfnodeid, awbobj TYPE rsawbnobject, awbsubobj TYPE rsawbnsubobject, objnm TYPE rsawbnobjnm, text TYPE rstxtlg, END OF ty_s_search
2 TY_S_TLOGO_INACTIVE Public See coding 20110817 BEGIN OF ty_s_tlogo_inactive, tlogo TYPE rstlogo, objnm TYPE sobj_name, inactive TYPE rs_bool, mnotequala TYPE rs_bool, END OF ty_s_tlogo_inactive
3 TY_S_TLOGO_INACTIVE_W_NR Public See coding 20110817 BEGIN OF ty_s_tlogo_inactive_w_nr, t_tlogo_ina TYPE ty_t_tlogo_inactive, nr_ina TYPE rsdfobjnr, nr_mnea TYPE rsdfobjnr, nr_all TYPE rsdfobjnr, END OF ty_s_tlogo_inactive_w_nr
4 TY_T_TLOGO_INACTIVE Public See coding 20110817 ty_t_tlogo_inactive TYPE STANDARD TABLE OF ty_s_tlogo_inactive WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADD_DTPS Signature

Method ADD_DTPS on class CL_RSDF_NET has no parameter.
Method ADD_DTPS on class CL_RSDF_NET has no exception.

Method ADD_INFOPACKAGES Signature

Method ADD_INFOPACKAGES on class CL_RSDF_NET has no parameter.
Method ADD_INFOPACKAGES on class CL_RSDF_NET has no exception.

Method ADD_NODE_WITH_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_AWBOBJ Call by reference Object reference (TYPE REF TO) CL_RSAWBN_OBJ Masterklasse AWB Objekte 20100216
2 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100216
3 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100216

Method ADD_NODE_WITH_LINKS on class CL_RSDF_NET has no exception.

Method ADD_RUNTIME_OBJECTS Signature

Method ADD_RUNTIME_OBJECTS on class CL_RSDF_NET has no parameter.
Method ADD_RUNTIME_OBJECTS on class CL_RSDF_NET has no exception.

Method ADD_SUBOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100812
2 Importing I_T_AWBOBJ Call by reference Type reference (TYPE) RSAWBN_T_AWBOBJ Tabelle von AWB-Objekten 20100812
3 Importing I_UPWARDS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20110303

Method ADD_SUBOBJECTS on class CL_RSDF_NET has no exception.

Method ADD_TRANSFORMATIONS Signature

Method ADD_TRANSFORMATIONS on class CL_RSDF_NET has no parameter.
Method ADD_TRANSFORMATIONS on class CL_RSDF_NET has no exception.

Method ADJUST_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100322

Method ADJUST_LINKS on class CL_RSDF_NET has no exception.

Method BUILD_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Call by reference Type reference (TYPE) RSDF_S_DATA_WOH Datenstrukturen eines Datenflusses 20090727

Method BUILD_OBJECTS on class CL_RSDF_NET has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAFLOW Call by reference Type reference (TYPE) RSDFDATAFLOW Datenfluss/ Datenflussvorlage 20100216
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20100216

Method CONSTRUCTOR on class CL_RSDF_NET has no exception.

Method CREATE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091109
2 Importing I_TARGETID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091109

Method CREATE_LINK on class CL_RSDF_NET has no exception.

Method CREATE_NODE_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWBOBJ Value transfer Type reference (TYPE) RSAWBNOBJECT 20100121
2 Importing I_AWBSUBOBJ Value transfer Type reference (TYPE) RSAWBNSUBOBJECT 20100121
3 Importing I_OBJNM Value transfer Type reference (TYPE) RSAWBNOBJNM 20100121
4 Importing I_PERSISTENT Value transfer Type reference (TYPE) RS_BOOL 20100121
5 Importing I_TEXT Value transfer Type reference (TYPE) RSTXTLG 20100121
6 Importing I_XPOS Value transfer Type reference (TYPE) RSNG_XPOS 20100121
7 Importing I_YPOS Value transfer Type reference (TYPE) RSNG_YPOS 20100121
8 Returning RE_NODEID Value transfer Type reference (TYPE) RSDFNODEID 20100121

Method CREATE_NODE_ on class CL_RSDF_NET has no exception.

Method CREATE_NODE_AND_CORRESP_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWBOBJ Call by reference Type reference (TYPE) RSAWBNOBJECT Objekt in der AWB (für Tlogo-Objekte identisch zum Tlogotyp) 20100121
2 Importing I_AWBSUBOBJ Call by reference Type reference (TYPE) RSAWBNSUBOBJECT Subobjekt zum AWB-Objekt 20100121
3 Importing I_OBJNM Call by reference Type reference (TYPE) RSAWBNOBJNM Objektname eines Objektes in der AWB 20100121
4 Importing I_PERSISTENT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20100121
5 Importing I_TEXT Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20100121
6 Importing I_XPOS Call by reference Type reference (TYPE) RSNG_XPOS X-Position eines Objektes im Datenfluß 20100121
7 Importing I_YPOS Call by reference Type reference (TYPE) RSNG_YPOS Y-Position eines Objektes im Datenfluß 20100121
8 Returning RE_NODEID Value transfer Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20100121

Method CREATE_NODE_AND_CORRESP_OBJ on class CL_RSDF_NET has no exception.

Method CREATE_NODE_BY_NODESTRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_NODE Value transfer Type reference (TYPE) RSDFNODES Knoten in den Datenmodellen 20100304
2 Importing I_T_NODEATTR Value transfer Type reference (TYPE) RSDF_T_NODEATTR Knotenattribute im Datenfluss 20100304
3 Importing I_T_NODEATTRLONG Value transfer Type reference (TYPE) RSDF_T_NODEATTRLONG Knotenattribute im Datenfluss 20101018
4 Importing I_T_NODEDOCU Value transfer Type reference (TYPE) RSDF_T_NODEDOCU Knotendokumentation (String) im Datenfluss 20101018
5 Importing I_T_NODEST Value transfer Type reference (TYPE) RSDF_T_NODEST Knotentexte im Datenfluss für nicht persistente Knoten 20100304
6 Returning RE_NODEID Value transfer Type reference (TYPE) RSDFNODEID 20100304

Method CREATE_NODE_BY_NODESTRUC on class CL_RSDF_NET has no exception.

Method EXCHANGE_IOBJ_SUB_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100503
2 Returning RE_R_NODE Value transfer Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100503
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20100802

Method EXCHANGE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) RSAWBNOBJNM Objektname eines Objektes in der AWB 20091110
2 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20091110
# Exception Resumable Description Created on
1 CX_RSDF_CANCELED Funktion abgebrochen 20100505

Method EXCHANGE_NOT_PERS_DTP_TRFN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) CL_RSAWBN_OBJ Masterklasse AWB Objekte 20101126
2 Returning RE_NODEID_OF_CHANGED_NODE Value transfer Type reference (TYPE) RSDFNODEID nodeid 20101126
# Exception Resumable Description Created on
1 CX_RSAWBN_AWB_OBJECT_NOT_FOUND AWB Exception Object not found 20101126

Method FREE Signature

Method FREE on class CL_RSDF_NET has no parameter.
Method FREE on class CL_RSDF_NET has no exception.

Method GET_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_R_NET Value transfer Object reference (TYPE REF TO) CL_RSDF_NET Menge von Links und Knoten 20091204

Method GET_COPY on class CL_RSDF_NET has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_S_DATA Value transfer Type reference (TYPE) RSDF_S_DATA_WOH Datenstrukturen eines Datenflusses 20091019

Method GET_DATA on class CL_RSDF_NET has no exception.

Method GET_INACTIVE_TLOGO_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_S_TLOGOINA_W_NR Value transfer Type reference (TYPE) TY_S_TLOGO_INACTIVE_W_NR BW Repository: Tabelle von TLOGO Objekten (mit Typ) 20110817

Method GET_INACTIVE_TLOGO_OBJECTS on class CL_RSDF_NET has no exception.

Method GET_MAX_YPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MAX_YPOS Value transfer Type reference (TYPE) I 20100304

Method GET_MAX_YPOS on class CL_RSDF_NET has no exception.

Method GET_NEW_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODEID Value transfer Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091005

Method GET_NEW_NODEID on class CL_RSDF_NET has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20100322
2 Returning RE_R_NODE Value transfer Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100322

Method GET_NODE on class CL_RSDF_NET has no exception.

Method GET_OBJECT_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWBOBJ Call by reference Type reference (TYPE) RSAWBNOBJECT Objekt in der AWB (für Tlogo-Objekte identisch zum Tlogotyp) 20091009
2 Importing I_AWBSUBOBJ Call by reference Type reference (TYPE) RSAWBNSUBOBJECT Subobjekt zum AWB-Objekt 20091009
3 Importing I_OBJNM Call by reference Type reference (TYPE) RSAWBNOBJNM Objektname eines Objektes in der AWB 20091009
4 Returning RE_OBJECT_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20091009

Method GET_OBJECT_EXISTS on class CL_RSDF_NET has no exception.

Method GET_PRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20100111
2 Returning RE_R_NODE Value transfer Object reference (TYPE REF TO) CL_RSDF_NODE Knotenref 20100111

Method GET_PRED on class CL_RSDF_NET has no exception.

Method GET_PREDECESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20091216
2 Returning RE_T_AWBOBJ Value transfer Type reference (TYPE) RSAWBN_T_AWBOBJECT AWB-Objekt 20091216

Method GET_PREDECESSORS on class CL_RSDF_NET has no exception.

Method GET_SUBOBJ_OF_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWBOBJ Value transfer Type reference (TYPE) RSAWBNOBJECT 20100121
2 Importing I_OBJNM Value transfer Type reference (TYPE) RSAWBNOBJNM 20100121
3 Importing I_PERSISTENT Value transfer Type reference (TYPE) RS_BOOL 20100121
4 Returning RE_T_AWBOBJ Value transfer Type reference (TYPE) RSAWBN_T_AWBOBJECT 20100121

Method GET_SUBOBJ_OF_IOBJ on class CL_RSDF_NET has no exception.

Method GET_SUCC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20100111
2 Returning RE_R_NODE Value transfer Object reference (TYPE REF TO) CL_RSDF_NODE Knotenref 20100111

Method GET_SUCC on class CL_RSDF_NET has no exception.

Method GET_SUCCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20100503
2 Returning RE_TR_NODE Value transfer Type reference (TYPE) RSDF_THR_NODE Knotenref 20100503

Method GET_SUCCESSORS on class CL_RSDF_NET has no exception.

Method GET_SUCCESSORS_AS_AWBOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20120921
2 Returning RE_T_AWBOBJ Value transfer Type reference (TYPE) RSAWBN_T_AWBOBJECT AWB-Objekt 20120921

Method GET_SUCCESSORS_AS_AWBOBJ on class CL_RSDF_NET has no exception.

Method GET_TARGET_AND_SOURCE_AWBOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SOURCE Call by reference Type reference (TYPE) RSAWBN_T_AWBOBJECT AWB-Objekt 20100305
2 Exporting E_T_TARGET Call by reference Type reference (TYPE) RSAWBN_T_AWBOBJECT AWB-Objekt 20100305
3 Importing I_AWBOBJ Call by reference Type reference (TYPE) RSAWBNOBJECT Objekt in der AWB (für Tlogo-Objekte identisch zum Tlogotyp) 20100305
4 Importing I_AWBSUBOBJ Call by reference Type reference (TYPE) RSAWBNSUBOBJECT Subobjekt zum AWB-Objekt 20100305
5 Importing I_OBJNM Call by reference Type reference (TYPE) RSAWBNOBJNM Objekt in der AWB (für Tlogo-Objekte identisch zum Tlogotyp) 20100305

Method GET_TARGET_AND_SOURCE_AWBOBJ on class CL_RSDF_NET has no exception.

Method GET_THR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_THR_NODE Value transfer Type reference (TYPE) RSDF_THR_NODE 20091005

Method GET_THR_NODE on class CL_RSDF_NET has no exception.

Method GET_TRFN_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091109
2 Importing I_TARGETID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091109
3 Returning RE_TRFN_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20091109

Method GET_TRFN_EXISTS on class CL_RSDF_NET has no exception.

Method GET_TRFN_SOURCEOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGETID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091214
2 Returning RE_R_NODE Value transfer Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20091214

Method GET_TRFN_SOURCEOBJECT on class CL_RSDF_NET has no exception.

Method GET_TRFN_TARGETOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20120921
2 Returning RE_R_NODE Value transfer Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20120921

Method GET_TRFN_TARGETOBJECT on class CL_RSDF_NET has no exception.

Method GET_TS_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TR_LINKS Value transfer Type reference (TYPE) RSDF_TR_LINKS Tabelle von Linkinstanzen 20090831

Method GET_TS_LINKS on class CL_RSDF_NET has no exception.

Method GET_VIEW_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_R_VIEW_FILTER Value transfer Object reference (TYPE REF TO) CL_RSDF_VIEW_FILTER Filter für die Anzeigesicht 20100215

Method GET_VIEW_FILTER on class CL_RSDF_NET has no exception.

Method INIT_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCR Call by reference Type reference (TYPE) RSAWBN_DESCR_FLAG Flag: Beschreibung 20091208
2 Importing I_SEARCH_TERM Call by reference Type reference (TYPE) RSAWBN_SEARCH_TERM Suchterm für den Suchdialog 20091208
3 Importing I_TECHNM Call by reference Type reference (TYPE) RSAWBN_TECH_FLAG Flag: Technischer Name 20091208
# Exception Resumable Description Created on
1 CX_RSAWBN_AWB_OBJECT_NOT_FOUND AWB Exception Object not found 20091208

Method INSERT_ADDITIONAL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_AWBOBJ Call by reference Object reference (TYPE REF TO) CL_RSAWBN_OBJ Masterklasse AWB Objekte 20100714

Method INSERT_ADDITIONAL_OBJECTS on class CL_RSDF_NET has no exception.

Method INSERT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Call by reference Type reference (TYPE) RSDF_S_DATA Datenstrukturen eines Datenflusses 20100304

Method INSERT_DATA on class CL_RSDF_NET has no exception.

Method IS_AUTOLAYOUT_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_REBUILD_NECESSARY Value transfer Type reference (TYPE) RS_BOOL Boolean 20130206

Method IS_AUTOLAYOUT_NECESSARY on class CL_RSDF_NET has no exception.

Method IS_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091214
2 Importing I_TARGETID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091214
3 Returning RE_IS_LINK Value transfer Type reference (TYPE) RS_BOOL Boolean 20091214

Method IS_LINK on class CL_RSDF_NET has no exception.

Method IS_VALID_ALVL_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20120921
2 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20120921
3 Returning RE_IS_VALID_LINK Value transfer Type reference (TYPE) RS_BOOL Boolean 20120921

Method IS_VALID_ALVL_LINK on class CL_RSDF_NET has no exception.

Method IS_VALID_COPR_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20120921
2 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20120921
3 Returning RE_IS_VALID_LINK Value transfer Type reference (TYPE) RS_BOOL Boolean 20120921

Method IS_VALID_COPR_LINK on class CL_RSDF_NET has no exception.

Method IS_VALID_FBPA_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20130923
2 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20130923
3 Returning RE_IS_VALID_LINK Value transfer Type reference (TYPE) RS_BOOL Boolean 20130923

Method IS_VALID_FBPA_LINK on class CL_RSDF_NET has no exception.

Method IS_VALID_HAAP_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE 20130318
2 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE 20130318
3 Returning RE_IS_VALID_LINK Value transfer Type reference (TYPE) RS_BOOL 20130318

Method IS_VALID_HAAP_LINK on class CL_RSDF_NET has no exception.

Method IS_VALID_HYBR_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100802
2 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100802
3 Returning RE_IS_HYBR_LPOA_LINK Value transfer Type reference (TYPE) RS_BOOL Boolean 20100802

Method IS_VALID_HYBR_LINK on class CL_RSDF_NET has no exception.

Method IS_VALID_LPOA_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SOURCE_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100729
2 Importing I_R_TARGET_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100729
3 Returning RE_IS_VALID_LPOA_LINK Value transfer Type reference (TYPE) RS_BOOL Boolean 20100729

Method IS_VALID_LPOA_LINK on class CL_RSDF_NET has no exception.

Method MAKE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20100429
2 Importing I_R_AWBOBJ Call by reference Object reference (TYPE REF TO) CL_RSAWBN_OBJ Masterklasse AWB Objekte 20100429

Method MAKE_PERSISTENT on class CL_RSDF_NET has no exception.

Method REMOVE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LINK Call by reference Object reference (TYPE REF TO) CL_RSDF_LINK Knoten im Datenfluss 20100421

Method REMOVE_LINK on class CL_RSDF_NET has no exception.

Method REMOVE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20091202

Method REMOVE_NODE on class CL_RSDF_NET has no exception.

Method SEARCH_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NEXT_EXISTS Call by reference Type reference (TYPE) RS_BOOL Boolean 20091208
2 Exporting E_NODEID Call by reference Type reference (TYPE) RSDFNODEID ID eines Knotens im Datenfluss 20091208
3 Exporting E_NUMBER_OF_HIT Call by reference Type reference (TYPE) I 20091208
4 Exporting E_NUMBER_OF_HITS Call by reference Type reference (TYPE) I 20091208

Method SEARCH_NEXT on class CL_RSDF_NET has no exception.

Method SET_OBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) RSAWBNOBJNM Objektname eines Objektes in der AWB 20100802
2 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20100802

Method SET_OBJNM on class CL_RSDF_NET has no exception.

Method SET_THR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_THR_NODE Value transfer Type reference (TYPE) RSDF_THR_NODE 20091005

Method SET_THR_NODE on class CL_RSDF_NET has no exception.

Method SET_TS_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_LINKS Value transfer Type reference (TYPE) RSDF_TS_LINKS 20091005

Method SET_TS_LINKS on class CL_RSDF_NET has no exception.

Method SET_VIEW_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VIEW_FILTER Call by reference Object reference (TYPE REF TO) CL_RSDF_VIEW_FILTER Filter für die Anzeigesicht 20100215

Method SET_VIEW_FILTER on class CL_RSDF_NET has no exception.

Method UPDATE_SUBOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_NODE Call by reference Object reference (TYPE REF TO) CL_RSDF_NODE Knoten im Datenfluss 20101110

Method UPDATE_SUBOBJECTS on class CL_RSDF_NET has no exception.

Method _INSERT_DATA_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_LINKS Value transfer Type reference (TYPE) RSDF_TS_LINKS_ORG Tabelle von Links (sortiert nach SOURCEID; TARGETID) 20100305
2 Importing I_TS_NODEID_MAPPING Call by reference Type reference (TYPE) RSDF_TS_LINKS Tabelle von Links (beide Richtungen sortiert) 20100305

Method _INSERT_DATA_LINKS on class CL_RSDF_NET has no exception.

Method _INSERT_DATA_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Value transfer Type reference (TYPE) RSDF_S_DATA 20100305
2 Returning RE_TS_NODEID_MAPPING Value transfer Type reference (TYPE) RSDF_TS_LINKS Tabelle von Links (beide Richtungen sortiert) 20100305

Method _INSERT_DATA_NODES on class CL_RSDF_NET has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730