SAP ABAP Class CL_IUUC_DD_PHASE_TRANS_MNGT (Preparation phase in system synch scenario)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_IUUC_SYSTEM_SYNC_CENTRAL (Package) IUUC system synchronization (DDIC sync)-central system (MWB)
Properties
Class CL_IUUC_DD_PHASE_TRANS_MNGT  
Short Description Preparation phase in system synch scenario    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_IUUC_SYSTEM_SYNC_CENTRAL   IUUC system synchronization (DDIC sync)-central system (MWB) 
Created 20130626   SAP 
Last change 20141030    
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)
Interfaces
Class CL_IUUC_DD_PHASE_TRANS_MNGT has no interface implemented.
Friends
Class CL_IUUC_DD_PHASE_TRANS_MNGT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CMD_SHOWBUFFER Constant Public Type reference (TYPE) TRTPCMD 'SHOWBUFFER' tp command 20130626
2 GC_CMD_SHOWPARAMS Constant Public Type reference (TYPE) TRTPCMD 'SHOWPARAMS' tp command 20130626
3 GC_EXTENSION_SEP Constant Public Type reference (TYPE) CHAR1 '.' Single-Character Flag 20130626
4 GC_FILENAME Constant Public Type reference (TYPE) TRFILE 'NOIMPORT' File including path 20130626
5 GC_IMPORT_LOCK_TEXT Constant Protected Type reference (TYPE) STRING 'Import lock set by SLO IUUC DDIC replication' 20130626
6 GC_PARAM_NAME_DIR_TRANS Constant Public Type reference (TYPE) TRTPPNAME 'DIR_TRANS' tp profile parameter: Name 20130626
7 GC_PARAM_NAME_STOPONERROR Constant Public Type reference (TYPE) TRTPPNAME 'STOPONERROR' tp profile parameter: Name 20130626
8 GC_TMP_DIR_NAME Constant Public Type reference (TYPE) TRFILE 'tmp' File including path 20130626
9 GO_TP_SERVICES Static Attribute Protected Object reference (TYPE REF TO) CL_IUUC_DD_PHASE_TRANS_MNGT Preparation phase in system synch scenario 20130626
10 MO_PERSISTENCE Instance attribute Protected Object reference (TYPE REF TO) CL_IUUC_DD_PERSISTENCE Manages system sync specific data base tables 20130701
11 MO_UTILS Instance attribute Protected Object reference (TYPE REF TO) CL_IUUC_DD_UTILS Services needed by several synchronization phases 20130701
12 MV_DEST_SND Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20130628
13 MV_DIR_TRANS Instance attribute Protected Type reference (TYPE) TRFILE File including path 20130626
14 MV_IMPORT_LOCK_FILE Instance attribute Protected Type reference (TYPE) TRFILE File including path 20130626
15 MV_STOPONERROR Instance attribute Protected Type reference (TYPE) NUMC4 Count parameters 20130626
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FILE_EXISTS Instance method Protected Method 20130628
2 CHECK_FOR_TRANSP_IN_PROCESS Instance method Protected Method Checks whether there are transports in progress 20130627
3 DELETE_FILE Instance method Protected Method 20130628
4 GET_INSTANCE Static method Public Method Returns singleton instance 20130626
5 LOCK_TRANSPORTS Instance method Public Method Locks transports 20130701
6 RETRIEVE_TP_BUFFER Instance method Protected Method 20130627
7 UNLOCK_TRANSPORTS Instance method Public Method Unlocks transports 20130701
8 WRITE_FILE Instance method Protected Method Writes NOIMPORT file 20130627
Events
Class CL_IUUC_DD_PHASE_TRANS_MNGT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_T_TP_BUFFER Protected See coding 20130627
Method Signatures

Method CHECK_FILE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FILE_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130628
2 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20130628
# Exception Resumable Description Created on
1 CX_IUUC_DD_REPL DDIC Replication Error 20131001

Method CHECK_FOR_TRANSP_IN_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TRANSP_IN_PROCESS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130627

Method CHECK_FOR_TRANSP_IN_PROCESS on class CL_IUUC_DD_PHASE_TRANS_MNGT has no exception.

Method DELETE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130701
# Exception Resumable Description Created on
1 CX_IUUC_DD_REPL DDIC Replication Error 20131001

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST_SND Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20130628
2 Returning RO_TP_SERVICES Value transfer Object reference (TYPE REF TO) CL_IUUC_DD_PHASE_TRANS_MNGT Preparation phase in system synch scenario 20130626
# Exception Resumable Description Created on
1 CX_IUUC_DD_REPL DDIC Replication Error 20131001

Method LOCK_TRANSPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_PHASE Call by reference Type reference (TYPE) IUUC_DD_SYNC_RUN_PHASE_ID Phase identifier in a system synchronization run 20130701
2 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130701
3 Importing IV_PREVIOUS_PHASE Call by reference Type reference (TYPE) IUUC_DD_SYNC_RUN_PHASE_ID Phase identifier in a system synchronization run 20130701
4 Importing IV_SYNC_RUN_ID Call by reference Type reference (TYPE) IUUC_DD_SYNC_RUN_ID Identifier of a system synchronization run 20130701
5 Returning RV_TRANSPORTS_LOCKED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130701
# Exception Resumable Description Created on
1 CX_IUUC_DD_REPL DDIC Replication Error 20130701

Method RETRIEVE_TP_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TP_BUFFER Call by reference Type reference (TYPE) IUUC_DD_T_TP_BUFFER Table type for tp buffer 20130627
2 Exporting EV_SUCCESS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130627

Method RETRIEVE_TP_BUFFER on class CL_IUUC_DD_PHASE_TRANS_MNGT has no exception.

Method UNLOCK_TRANSPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TRANSPORTS_UNLOCKED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130701
# Exception Resumable Description Created on
1 CX_IUUC_DD_REPL DDIC Replication Error 20131001

Method WRITE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUCCESS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130902
# Exception Resumable Description Created on
1 CX_IUUC_DD_REPL DDIC Replication Error 20130902
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620