SAP ABAP Class CL_RSLPO_TASK_SYNC_DTPA (Semantic partitioning: Synchronization of DTPs)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSLPO_TLOGO (Package) Semantic Partitioning: Metadata / TLOGO Implementation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_TASK Semantic Partitioning: Task / Process 20090305
Properties
Class CL_RSLPO_TASK_SYNC_DTPA  
Short Description Semantic partitioning: Synchronization of DTPs    
Super Class CL_RSLPO_TASK Semantic Partitioning: Task / Process 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSLPO_TLOGO   Semantic Partitioning: Metadata / TLOGO Implementation 
Created 20090305   SAP 
Last change 20130531   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_RSLPO_TASK_SYNC_DTPA has no interface implemented.
Friends
Class CL_RSLPO_TASK_SYNC_DTPA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_DELTA_PART Instance attribute Private Object reference (TYPE REF TO) CL_RSLPO_DELTA Reference to delta of partition to be synchronized 20090305
2 P_SUBSTEP Instance attribute Private Type reference (TYPE) STRING Part Process Step of the Current Generation Process 20100715
3 P_T_R_DFG_DATAPATH Instance attribute Private Type reference (TYPE) RSLPO_DFG_TR_DATAPATH Table with References to DFG Data Paths 20100715
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_DTP Instance method Private Method Activates data transfer process 20100715
2 CHANGE_DTP Instance method Private Method Changes data transfer process 20100715
3 CONSTRUCTOR Instance method Public Constructor Constructor 20090305
4 DEACTIVATE_DTP Instance method Private Method Deactivates data transfer process 20100715
5 DELETE_DFG_DATA Instance method Private Method Deletes DFG data for a partition to be deleted 20100715
6 DELETE_DTP Instance method Private Method Deletes data transfer process 20100715
7 GET_AFTER_IMPORT_MODE Instance method Private Method Returns TRUE if after-import mode has been activated 20100715
8 GET_R_DFG_DATAPATH Instance method Private Method Returns reference to DFG data path for a DTP 20100715
9 GET_T_DTPNM Instance method Private Method Returns table with names of data transfer processes 20100715
10 GET_T_R_DFG_DATAPATH Instance method Private Method Returns table with references to DFG data paths 20100715
Events
Class CL_RSLPO_TASK_SYNC_DTPA has no event.
Types
Class CL_RSLPO_TASK_SYNC_DTPA has no local type.
Method Signatures

Method ACTIVATE_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Name des Datentransferprozesses 20100715
2 Importing I_LOG_MODE Call by reference Type reference (TYPE) STRING 'EXTERNAL' Modus für Protokollierung (EXTERNAL, INTERNAL) 20100715
3 Returning R_SUBRC Value transfer Type reference (TYPE) SYSUBRC Erfolgreiche Ausführung oder Fehler 20100715

Method ACTIVATE_DTP on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method CHANGE_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Name des Datentransferprozesses 20100715
2 Returning R_SUBRC Value transfer Type reference (TYPE) SYSUBRC Erfolgreiche Ausführung oder Fehler 20100715

Method CHANGE_DTP on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DELTA_PART Call by reference Object reference (TYPE REF TO) CL_RSLPO_DELTA Referenz auf Delta der zu synchronisierenden Partition 20090305
2 Importing I_SIMUL Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE: Synchronisierung wird nur simuliert 20090305
3 Importing I_SUBSTEP Call by reference Type reference (TYPE) STRING Teilprozessschritt des aktuellen Generierungsprozesses 20100715

Method CONSTRUCTOR on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method DEACTIVATE_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Name des Datentransferprozesses 20100715
2 Returning R_SUBRC Value transfer Type reference (TYPE) SYSUBRC Erfolgreiche Ausführung oder Fehler 20100715

Method DEACTIVATE_DTP on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method DELETE_DFG_DATA Signature

Method DELETE_DFG_DATA on class CL_RSLPO_TASK_SYNC_DTPA has no parameter.
Method DELETE_DFG_DATA on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method DELETE_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Name des Datentransferprozesses 20100715
2 Returning R_SUBRC Value transfer Type reference (TYPE) SYSUBRC Erfolgreiche Ausführung oder Fehler 20100715

Method DELETE_DTP on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method GET_AFTER_IMPORT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_AFTER_IMPORT_MODE Value transfer Type reference (TYPE) RS_BOOL TRUE: After-Import-Modus wurde eingeschaltet 20100715

Method GET_AFTER_IMPORT_MODE on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method GET_R_DFG_DATAPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Name des Datentransferprozesses 20100715
2 Returning R_R_DFG_DATAPATH Value transfer Object reference (TYPE REF TO) CL_RSLPO_DFG_DATAPATH Referenz auf zugehörigen DFG-Datenpfad 20100715

Method GET_R_DFG_DATAPATH on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method GET_T_DTPNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_DTPNM Value transfer Type reference (TYPE) RSBK_T_DTPNM Tabelle mit Namen von Datentransferprozessen 20100715

Method GET_T_DTPNM on class CL_RSLPO_TASK_SYNC_DTPA has no exception.

Method GET_T_R_DFG_DATAPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_R_DFG_DATAPATH Value transfer Type reference (TYPE) RSLPO_DFG_TR_DATAPATH Tabelle mit Referenzen auf DFG-Datenpfade 20100715
# Exception Resumable Description Created on
1 CX_RSLPO_METADATA_INCONSISTENT 20100715
2 CX_RSLPO_OBJECT_NOT_FOUND 20100715
3 CX_RSLPO_OPERATION_FAILED 20100715
History
Last changed by/on SAP  20130531 
SAP Release Created in 720