SAP ABAP Class CL_RSTRAN_COMPARE_BACKEND (Backend: Data flow comparison function)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN_TMPL (Package) Transformation: Migration
Properties
Class CL_RSTRAN_COMPARE_BACKEND  
Short Description Backend: Data flow comparison function    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN_TMPL   Transformation: Migration 
Created 20091116   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_COMPARE_BACKEND has no interface implemented.
Friends
Class CL_RSTRAN_COMPARE_BACKEND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DFTYPE_TRANSFORMATION Constant Public Type reference (TYPE) RSTRAN_TMPL_DFTYPE 'T' Type of Dataflow Transformation 20091117
2 C_DFTYPE_UPDATERULES Constant Public Type reference (TYPE) RSTRAN_TMPL_DFTYPE 'U' Type of Dataflow Update 20091117
3 C_TEMP_DTP_PREFIX Static Attribute Public Type reference (TYPE) CHAR30 'Dataflow comparison copy of' DTP Description Text Prefix 20091201
4 C_TEMP_INFOPACK_PREFIX Static Attribute Public Type reference (TYPE) CHAR30 'Dataflow comparison copy of' InfoPackage Description Text Prefix 20091127
5 P_COMPID Static Attribute Private Type reference (TYPE) RSSGUID25 BW Generation Tool: GUID in Compressed Form (CHAR25) 20091119
6 P_FILTER_TABLE Static Attribute Public Type reference (TYPE) MCH_T_SELECT Table with Selection Criteria 20100311
7 P_MOD_TAB Instance attribute Private Type reference (TYPE) RSTRAN_TMPL_T_COMP_MOD Comparison Information for Data Flows 20091116
8 P_RSBKPATH Instance attribute Private Type reference (TYPE) RSBKPATH Properties Path 20100219
9 P_RSLDPSEL Instance attribute Private Type reference (TYPE) RSLDPSEL Selection table for fields scheduler 20100219
10 P_R_COMPARE_TAB Instance attribute Private Object reference (TYPE REF TO) DATA Reference to Comparison Table 20091204
11 P_TGT_STRUCTNAME Static Attribute Private Type reference (TYPE) CHAR30 '' Structure Name from Update 20091207
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_3X_DF_AVAILABLE Static method Public Method Checks if 3.x data flow already exists (source - target) 20091125
2 CHECK_NEW_DF_AVAILABLE Static method Public Method Checks if new data flow already exists (source - target) 20091125
3 COMPARE_CLUST_TABLES Instance method Public Method Compares cluster data from simulated data flows 20091116
4 CONCAT_STRUCTURES Static method Public Method Concatenates 2 structures and returns reference to workarea 20091209
5 CONSTRUCTOR Instance method Public Constructor Construktor for data flow comparison backend 20091116
6 CONVERSION_OLTP_SOURCE Static method Private Method Conversion of OLTP Source 20110321
7 CREATE_COMPID Static method Public Method Creates a new unique comparison ID 20091119
8 CREATE_COMPONENT_LIST Static method Public Method Creates component list using a structure description 20091203
9 CREATE_DTP_FROM_IPAK Instance method Public Method Creates a DTP on the template of an InfoPackage 20091205
10 CREATE_STRUCTDESCR_COMPONENT Static method Public Method Creates structure description from a component list 20091120
11 DELETE_COMPARISON Static method Public Method Deletes comparison information for a comparison ID 20091117
12 DELETE_IPAK_DTP Static method Public Method Deletes gen. 3.x InfoPackage/DTP of data flow comparison 20091205
13 GET_ALL_SRC_FROM_TGT Static method Public Method Returns all sources for a target (new data flow only) 20091127
14 GET_ALL_TGT_FROM_SRC Static method Public Method Returns all targets for a source (new data flow only) 20091127
15 GET_COMPARE_TAB_REF Instance method Public Method Returns the reference to comparison table created 20091204
16 GET_COMPID Static method Public Method Returns the current comparison ID 20091119
17 GET_INFOPACKS Instance method Public Method Returns InfoPackages 20100628
18 GET_LATEST_INFOPACK Instance method Public Method Returns most recent fill InfoPackage for a 3.x data flow 20091125
19 GET_MOD_TAB Instance method Public Method Returns the modification table of the last data comparison 20091117
20 IMPORT_INFOPACK_PARAMS Instance method Public Method Restores the settings for the InfoPackage 20100219
21 PROCESS_3X_DATAFLOW Instance method Public Method Simulates 3.x load path 20100215
22 PROCESS_3X_INFOPACKAGE Instance method Public Method Starts 3.x InfoPackage and writes data to a cluster 20091125
23 SET_INFOPACK_PARAMS Instance method Public Method Saves the existing InfoPackage settings 20100219
24 SET_TGT_STRUCTNAME Static method Public Method Sets structure name for target data (call in transf. prog.) 20091207
25 SIMULATE_DTP Instance method Public Method Simulates a DTP and writes the data to a cluster 20091117
26 WRITE_CLUSTER_DATA Static method Public Method Writes data to the table cluster (with component list) 20091119
Events
Class CL_RSTRAN_COMPARE_BACKEND has no event.
Types
Class CL_RSTRAN_COMPARE_BACKEND has no local type.
Method Signatures

Method CHECK_3X_DF_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGSYS Value transfer Type reference (TYPE) LOGSYS Logisches System 20091125
2 Importing I_SRCNAME Value transfer Type reference (TYPE) SOBJ_NAME Quellobjektname im Objektkatalog 20091125
3 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091127
4 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME TLOGO-Type des Ziels 20091125
5 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO Zielobjektname im Objektkatalog 20091125
6 Returning R_INFSRC Value transfer Type reference (TYPE) RSISOURCE InfoSource 20091125
# Exception Resumable Description Created on
1 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20091125

Method CHECK_NEW_DF_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGSYS Value transfer Type reference (TYPE) LOGSYS '' Logisches System 20091125
2 Importing I_SRCNAME Value transfer Type reference (TYPE) SOBJ_NAME Quellobjektname im Objektkatalog 20091125
3 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO TLOGO-Typ der Quelle 20091125
4 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Zielobjektname im Objektkatalog 20091125
5 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO TLOGO-Typ des Ziels 20091125
6 Returning R_DTPNAME Value transfer Type reference (TYPE) RSBKDTPNM Datentransferprozess ID 20091125
# Exception Resumable Description Created on
1 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20091125

Method COMPARE_CLUST_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COMPARED_TABLE Call by reference Object reference (TYPE REF TO) DATA Referenz auf erstellte Resultattabelle 20091204
2 Exporting E_EQUAL Value transfer Type reference (TYPE) RS_BOOL Boolean: Tabellendaten gleich 20091204
3 Exporting E_MOD_TABLE Call by reference Type reference (TYPE) RSTRAN_TMPL_T_COMP_MOD Vergleichsinformationen für Datenflüsse 20091204
4 Importing I_COMPKEY1 Value transfer Type reference (TYPE) RSTRAN_TMPL_CLUST_INFO_KEY Schlüsselstruktur für Vergleichsinformationstabelle 20091116
5 Importing I_COMPKEY2 Value transfer Type reference (TYPE) RSTRAN_TMPL_CLUST_INFO_KEY Schlüsselstruktur für Vergleichsinformationstabelle 20091116
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Ausnahmeklasse für den Cluster-Datenvergleich 20091116

Method CONCAT_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FOR_DF_COMPARISON Value transfer Type reference (TYPE) RS_BOOL Boolean: Für Datenflussvergleich 20091210
2 Importing I_R_WORKAREA1 Call by reference Object reference (TYPE REF TO) DATA Referenz auf Workarea 1 20091209
3 Importing I_R_WORKAREA2 Call by reference Object reference (TYPE REF TO) DATA Referenz auf Workarea 2 20091209
4 Returning R_R_NEW_WORKAREA Value transfer Object reference (TYPE REF TO) DATA Referenz auf erstellte Workarea 20091209

Method CONCAT_STRUCTURES on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method CONSTRUCTOR Signature

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

Method CONVERSION_OLTP_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SRCNAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20110321
2 Importing I_SRCTYPE Call by reference Type reference (TYPE) RS_TLOGO 20110321
3 Returning R_OLTPSOURCE Value transfer Type reference (TYPE) ROOSOURCER DataSource (OSOA/OSOD) 20110321

Method CONVERSION_OLTP_SOURCE on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method CREATE_COMPID Signature

Method CREATE_COMPID on class CL_RSTRAN_COMPARE_BACKEND has no parameter.
Method CREATE_COMPID on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method CREATE_COMPONENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COMP_LIST Call by reference Type reference (TYPE) RSTRAN_TMPL_COMPONENT_TAB Tabellentyp zur Komponentenbeschreibung von Datentabellen 20091203
2 Importing I_R_STRUCTDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20091203
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20091203

Method CREATE_DTP_FROM_IPAK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DTPNAME Value transfer Type reference (TYPE) RSBKDTPNM Datentransferprozess ID 20100219
2 Exporting E_DTP_COPY_TABLE Value transfer Type reference (TYPE) RSMIGRATE_T_DTP_TGT Liste von DTPs und ihre jeweiligen Ziele 20100219
3 Importing I_INFOPACK Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20091205
4 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20091205
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20091205

Method CREATE_STRUCTDESCR_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_TAB Call by reference Type reference (TYPE) RSTRAN_TMPL_COMPONENT_TAB Tabellentyp zur Komponentenbeschreibung von Datentabellen 20091120
2 Returning R_REF_STRUCTDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20091120
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20091120

Method DELETE_COMPARISON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPID Value transfer Type reference (TYPE) RSSGUID25 BW Generierungs-Tool: GUID in komprimierter Form (CHAR25) 20091117
2 Importing I_DEL_DTP_INFOPACK Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean: Generierte DTP/InfoPackage löschen 20091202
3 Importing I_DTP_COPY_TABLE Value transfer Type reference (TYPE) RSMIGRATE_T_DTP_TGT Liste von DTPs und ihre jeweiligen Ziele 20100219
4 Returning R_DELETED Value transfer Type reference (TYPE) RS_BOOL Boolean: Löschen erfolgreich 20091117

Method DELETE_COMPARISON on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method DELETE_IPAK_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNAME Value transfer Type reference (TYPE) RSBKDTPNM '' Datentransferprozess ID 20091206
2 Importing I_DTP_COPY_TABLE Value transfer Type reference (TYPE) RSMIGRATE_T_DTP_TGT Liste von DTPs und ihre jeweiligen Ziele 20100219
3 Importing I_INFOPACK Value transfer Type reference (TYPE) RSLOGDPID '' Logische InfoPackage-Variante (ID) 20091206
4 Returning R_DELETED Value transfer Type reference (TYPE) RS_BOOL Boolean: Erfolgreich gelöscht 20091205
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20100628

Method GET_ALL_SRC_FROM_TGT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SOURCES Value transfer Type reference (TYPE) RSTRAN_TMPL_DTP_META DTP Metadaten 20091127
2 Importing I_FROM_MIGRATION Value transfer Type reference (TYPE) RS_BOOL Boolean: Quelle migriert 20091127
3 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091127
4 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20091127
5 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091127

Method GET_ALL_SRC_FROM_TGT on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method GET_ALL_TGT_FROM_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TARGETS Value transfer Type reference (TYPE) RSTRAN_TMPL_DTP_META DTP Metadaten 20091127
2 Importing I_FROM_MIGRATION Value transfer Type reference (TYPE) RS_BOOL Boolean: Quelle migriert 20091127
3 Importing I_LOGSYS Value transfer Type reference (TYPE) LOGSYS Logisches System 20091127
4 Importing I_SRCNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20091127
5 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091127
6 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091127

Method GET_ALL_TGT_FROM_SRC on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method GET_COMPARE_TAB_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_COMPARE_TAB Value transfer Object reference (TYPE REF TO) DATA Referenz auf Vergleichstabelle 20091204

Method GET_COMPARE_TAB_REF on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method GET_COMPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COMPID Value transfer Type reference (TYPE) RSSGUID25 BW Generierungs-Tool: GUID in komprimierter Form (CHAR25) 20091119

Method GET_COMPID on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method GET_INFOPACKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INFOPACK_TABLE Call by reference Type reference (TYPE) ANY TABLE InfoPackages 20100628
2 Importing I_INFSRC Call by reference Type reference (TYPE) RSISOURCE InfoSource 20100628
3 Importing I_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logisches System 20100628
4 Importing I_SRCNAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20100628
5 Importing I_SRCTYPE Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100628
6 Importing I_TGTNAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20100628

Method GET_INFOPACKS on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method GET_LATEST_INFOPACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFSRC Value transfer Type reference (TYPE) RSISOURCE InfoSource 20091125
2 Importing I_LOGSYS Value transfer Type reference (TYPE) LOGSYS Logisches System 20091125
3 Importing I_SRCNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20091125
4 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091127
5 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20091125
6 Returning R_INFOPACK Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20091125

Method GET_LATEST_INFOPACK on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method GET_MOD_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MOD_TAB Value transfer Type reference (TYPE) RSTRAN_TMPL_T_COMP_MOD Vergleichsinformationen für Datenflüsse 20091117

Method GET_MOD_TAB on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method IMPORT_INFOPACK_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACK Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20100323

Method IMPORT_INFOPACK_PARAMS on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method PROCESS_3X_DATAFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_REQUNR Value transfer Type reference (TYPE) RSREQUNR Anforderungsnummer für die Datenübertragung 20100217
2 Importing IT_FILTER_TABLE Value transfer Type reference (TYPE) MCH_T_SELECT Tabelle mit Selektionskriterien 20100311
3 Importing I_INFOPACK Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20100215
4 Importing I_LOGSYS Value transfer Type reference (TYPE) LOGSYS Logisches System 20100215
5 Importing I_REQUNR Value transfer Type reference (TYPE) RSREQUNR Anforderungsnummer für die Datenübertragung 20100628
6 Importing I_SRCNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20100215
7 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100217
8 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20100215
9 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100217
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20100217

Method PROCESS_3X_INFOPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INFOPACK_CPY Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20091127
2 Exporting E_REQUESTID Value transfer Type reference (TYPE) RSREQUNR Anforderungsnummer für die Datenübertragung 20091127
3 Importing I_INFOPACK Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20091125
4 Importing I_PROCESS_NOW Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean: sofortiger Start 20091125
5 Importing I_SRCTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091201
6 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20091125
7 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20091201
8 Importing I_T_SELECTION Value transfer Type reference (TYPE) MCH_T_SELECT Tabelle mit Selektionskriterien 20091209
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20091125

Method SET_INFOPACK_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACK Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20100219
2 Importing I_LOGSYS Value transfer Type reference (TYPE) LOGSYS Objektname im Objektkatalog 20100219
3 Importing I_SRCNAME Value transfer Type reference (TYPE) SOBJ_NAME Logisches System 20100219
4 Importing I_TGTNAME Value transfer Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20100219
5 Importing I_TGTTYPE Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20100219

Method SET_INFOPACK_PARAMS on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method SET_TGT_STRUCTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TGT_STRUCTNAME Value transfer Type reference (TYPE) CHAR30 30 Characters 20091207

Method SET_TGT_STRUCTNAME on class CL_RSTRAN_COMPARE_BACKEND has no exception.

Method SIMULATE_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_3X_COMPARISON Value transfer Type reference (TYPE) RS_BOOL Boolean: 3.x Vergleich für identische Zielstrukturen 20091207
2 Importing I_CONTROLLERTYPE Value transfer Type reference (TYPE) RSBKCONTROLLERTYPE 'SYNC' DTP: Typ des Controllers 20091117
3 Importing I_DTPNAME Value transfer Type reference (TYPE) RSBKDTPNM Datentransferprozess ID 20091120
4 Importing I_REQUID Value transfer Type reference (TYPE) RSREQUID Request-ID (Anforderungsnummer) 20091209
5 Importing I_T_SELECTION Value transfer Type reference (TYPE) MCH_T_SELECT Tabelle mit Selektionskriterien 20091209
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20091117

Method WRITE_CLUSTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Value transfer Type reference (TYPE) RSDATAPID Datenpaketnummer 20091119
2 Importing I_DFTYPE Value transfer Type reference (TYPE) RSTRAN_TMPL_DFTYPE Typ eines Datenflusses 20091120
3 Importing I_R_DATA Value transfer Object reference (TYPE REF TO) DATA Referenz auf Tabellendaten 20091119
4 Importing I_WITH_COMPONENT_LIST Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean: Komponentenliste schreiben 20091217
# Exception Resumable Description Created on
1 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20091119
2 CX_RS_FAILED Operation gescheitert 20091203
History
Last changed by/on SAP  20130531 
SAP Release Created in 730