SAP ABAP Class CL_DRF_REPLICATION_STATUS (Log for Replicationtable)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MDG-DRF (Application Component) Data Replication Framework
     DRF_COMMON (Package) Data Replication Framework: General / Reusable
Properties
Class CL_DRF_REPLICATION_STATUS  
Short Description Log for Replicationtable    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class DRF_OUTBOUND    
Program status     
Category 0   
Package DRF_COMMON   Data Replication Framework: General / Reusable 
Created 20090114   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 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DRF_REPLICATION_STATUS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_DRF_MEMBERSHIP_API 20091211 API for Data Replication Framework
2 CL_DRF_OUTBOUND 20091211 Root Class for Outbound Services
3 TC_DRF_REPLICATION_STATUS 20110329 Test Class for Replication Status
Attributes
Class CL_DRF_REPLICATION_STATUS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_FREE_SELECTION Static method Private Method applay free selection 20091221
2 APPLY_SELECTION_CRITERIA Static method Private Method Apply entered additional selection criteria 20110426
3 CLEANUP_REP_STA_TABLE Static method Public Method Delete replication status records from table 20100528
4 CONVERT_INTERNAL_EXTERNAL Static method Private Method Convert internal Values to external Values 20091021
5 LOG_HNDL_BY_CREQUEST_GET Static method Public Method Read Log Handle by Change Request 20091006
6 LOG_HNDL_BY_RUN_ID_GET Static method Public Method Read Log Handle by Run id 20110415
7 READ_REPL_STATUS_BY_ID_RANGE Static method Private Method Read Replication Status for Application and Outbound Impl. 20090224
8 REP_BY_OUTB_IMPL_ID_RANGE_GET Static method Public Method Get Replication Status for Range 20091215
9 REP_STA_BY_BO_GET Static method Private Method Read Replication Status for Business Object 20090917
10 REP_STA_BY_BO_ID_RANGE_GET Static method Public Method Get Replication Status for BO and ID Range 20091215
11 REP_STA_BY_BO_INST_GET Static method Public Method Read Replication Status for BO instance and System 20090917
12 REP_STA_BY_BO_INST_SYSTEM_GET Static method Public Method Read Replication Status for Business Object instance 20090917
13 REP_STA_BY_BO_SYSTEM_GET Static method Public Method Read Replication Status for Business Object and System 20091118
14 REP_STA_BY_CREQUEST_GET Static method Public Method Read Replication Status by Change Request 20091002
15 REP_STA_BY_MSG_LINK_GET Static method Public Method Read Replication Status by Message Link 20090930
16 REP_STA_BY_RUN_ID_GET Static method Public Method Read Replication Status by Change Request 20091221
17 REP_STA_CHECK_MULTI Static method Public Method Check for existing entries in replication table 20091208
18 RS_BY_BO_INST_SYSTEM_GET_LAST Static method Public Method Read Last Replication for Business Object instance 20110331
19 SET_LOG_HANDLE Static method Private Method Set Log handle from replication run 20091204
20 UPDATE_REPLICATIONTABLE Static method Public Method Update Replication Table with Status 'S' for Sent 20090114
Events
Class CL_DRF_REPLICATION_STATUS has no event.
Types
Class CL_DRF_REPLICATION_STATUS has no local type.
Method Signatures

Method APPLY_FREE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091221
2 Importing IT_OBJECT_ID_RANGES Call by reference Type reference (TYPE) BAL_T_CFIL Application Log: Table with context filter 20091221
3 Importing IT_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091221
4 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20091221

Method APPLY_FREE_SELECTION on class CL_DRF_REPLICATION_STATUS has no exception.

Method APPLY_SELECTION_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL_INT Object Replication Status 20110426
2 Importing IV_BUSINESS_OBJECT Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20110426
3 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110426
4 Importing IV_CREQUEST Call by reference Type reference (TYPE) MDG_CREQUEST Change Request 20110426
5 Importing IV_REPLICATION_DATE_FROM Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
6 Importing IV_REPLICATION_DATE_TO Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
7 Importing IV_REPLICATION_STATUS Call by reference Type reference (TYPE) DRF_REPSTAT Replication Status 20110426
8 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Run ID 20110426

Method APPLY_SELECTION_CRITERIA on class CL_DRF_REPLICATION_STATUS has no exception.

Method CLEANUP_REP_STA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUM_ROWS Call by reference Type reference (TYPE) INT4 Number of rows affected 20100528
2 Importing IV_BEFORE_DATE Call by reference Type reference (TYPE) DATS 20100528
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS 20100528
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20100528
5 Importing IV_SIMULATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Simulate Deletion 20100528

Method CLEANUP_REP_STA_TABLE on class CL_DRF_REPLICATION_STATUS has no exception.

Method CONVERT_INTERNAL_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REPLICATION_INT Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL_INT Object Replication Status 20091021
2 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091021

Method CONVERT_INTERNAL_EXTERNAL on class CL_DRF_REPLICATION_STATUS has no exception.

Method LOG_HNDL_BY_CREQUEST_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_HNDL Call by reference Type reference (TYPE) BAL_T_LOGH Application Log: Log Handle Table 20091006
2 Importing IV_CREQUEST Call by reference Type reference (TYPE) MDG_CREQUEST Change Request 20091006

Method LOG_HNDL_BY_CREQUEST_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method LOG_HNDL_BY_RUN_ID_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_HNDL Call by reference Type reference (TYPE) BAL_T_LOGH Application Log: Log Handle Table 20110415
2 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Change Request 20110415

Method LOG_HNDL_BY_RUN_ID_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method READ_REPL_STATUS_BY_ID_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20090224
2 Importing IT_OBJECT_ID_RANGES Call by reference Type reference (TYPE) BAL_T_CFIL Object ID qualified by free selection 20090224
3 Importing IV_APPL Call by reference Type reference (TYPE) DRF_APPL Replication Model 20091214
4 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Application 20091214
5 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20091214
6 Importing IV_CREQUEST Call by reference Type reference (TYPE) MDG_CREQUEST Change Request 20110426
7 Importing IV_OUTB_IMPL Call by reference Type reference (TYPE) DRF_OUTB_IMPL Outbound Implementation 20090224
8 Importing IV_REPLICATION_DATE_FROM Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
9 Importing IV_REPLICATION_DATE_TO Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
10 Importing IV_REPLICATION_STATUS Call by reference Type reference (TYPE) DRF_REPSTAT Replication Status 20110426
11 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Run ID 20110426

Method READ_REPL_STATUS_BY_ID_RANGE on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_BY_OUTB_IMPL_ID_RANGE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091215
2 Importing IT_OBJECT_ID_RANGES Call by reference Type reference (TYPE) BAL_T_CFIL Application Log: Table with context filter 20091215
3 Importing IV_APPL Call by reference Type reference (TYPE) DRF_APPL Replication Model 20091215
4 Importing IV_OUTB_IMPL Call by reference Type reference (TYPE) DRF_OUTB_IMPL Outbound Implementation 20091215

Method REP_BY_OUTB_IMPL_ID_RANGE_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_BO_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091009
2 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object for Replication 20090917

Method REP_STA_BY_BO_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_BO_ID_RANGE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091215
2 Importing IT_OBJECT_ID_RANGES Call by reference Type reference (TYPE) BAL_T_CFIL Application Log: Table with context filter 20091215
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20091215
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20091215
5 Importing IV_CREQUEST Call by reference Type reference (TYPE) MDG_CREQUEST Change Request 20110426
6 Importing IV_REPLICATION_DATE_FROM Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
7 Importing IV_REPLICATION_DATE_TO Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
8 Importing IV_REPLICATION_STATUS Call by reference Type reference (TYPE) DRF_REPSTAT Replication Status 20110426
9 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Run ID 20110426

Method REP_STA_BY_BO_ID_RANGE_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_BO_INST_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091009
2 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Object Type Code 20090917
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) DRF_OBJECT_ID Object ID 20090917

Method REP_STA_BY_BO_INST_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_BO_INST_SYSTEM_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091009
2 Exporting EV_REPLICATION_RELEVANT Call by reference Type reference (TYPE) ABAP_BOOL 20091002
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Object Type Code 20090917
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Instance of Receiving System 20090917
5 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) DRF_OBJECT_ID Object ID 20090917

Method REP_STA_BY_BO_INST_SYSTEM_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_BO_SYSTEM_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL 20091118
2 Exporting ET_REPLICATION_INT Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL_INT Object Replication Status 20100528
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20091118
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM 20091118

Method REP_STA_BY_BO_SYSTEM_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_CREQUEST_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091009
2 Importing IT_OBJECT_ID_RANGES Call by reference Type reference (TYPE) BAL_T_CFIL Application Log: Table with context filter 20091221
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20091221
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110426
5 Importing IV_CREQUEST Call by reference Type reference (TYPE) MDG_CREQUEST Change Request 20091002
6 Importing IV_REPLICATION_DATE_FROM Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
7 Importing IV_REPLICATION_DATE_TO Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
8 Importing IV_REPLICATION_STATUS Call by reference Type reference (TYPE) DRF_REPSTAT Replication Status 20110426
9 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Run ID 20110426

Method REP_STA_BY_CREQUEST_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_MSG_LINK_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091009
2 Importing IV_MSG_LINK Call by reference Type reference (TYPE) DRF_MESSAGE_LINK Link to Message ID 20090930

Method REP_STA_BY_MSG_LINK_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_BY_RUN_ID_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20091221
2 Importing IT_OBJECT_ID_RANGES Call by reference Type reference (TYPE) BAL_T_CFIL Application Log: Table with context filter 20091221
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20091221
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110426
5 Importing IV_CREQUEST Call by reference Type reference (TYPE) MDG_CREQUEST Change Request 20110426
6 Importing IV_REPLICATION_DATE_FROM Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
7 Importing IV_REPLICATION_DATE_TO Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20110426
8 Importing IV_REPLICATION_STATUS Call by reference Type reference (TYPE) DRF_REPSTAT Replication Status 20110426
9 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Run ID 20091221

Method REP_STA_BY_RUN_ID_GET on class CL_DRF_REPLICATION_STATUS has no exception.

Method REP_STA_CHECK_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BO_KEY_ONLY Call by reference Type reference (TYPE) DRF_T_BO_KEY_ONLY Table Type only with BO Key 20091208
2 Importing IT_BO_KEY_ONLY Call by reference Type reference (TYPE) DRF_T_BO_KEY_ONLY Table Type only with BO Key 20091208
3 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Business Object Type 20091208
4 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20091208

Method REP_STA_CHECK_MULTI on class CL_DRF_REPLICATION_STATUS has no exception.

Method RS_BY_BO_INST_SYSTEM_GET_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REPLICATION Call by reference Type reference (TYPE) DRF_S_OBJ_REP_STA_ATTR Object Replication Status 20110331
2 Importing IV_BO Call by reference Type reference (TYPE) MDG_OBJECT_TYPE_CODE_BS Object Type Code 20110331
3 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Instance of Receiving System 20110331
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) DRF_OBJECT_ID Object ID 20110331

Method RS_BY_BO_INST_SYSTEM_GET_LAST on class CL_DRF_REPLICATION_STATUS has no exception.

Method SET_LOG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUSINESS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20091204
2 Importing IV_LOG_HNDL Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20091204
3 Importing IV_OUTB_IMPL Call by reference Type reference (TYPE) DRF_OUTB_IMPL Outbound Implementation 20091204
4 Importing IV_RUN_ID Call by reference Type reference (TYPE) DRF_RUN_ID Run ID 20091204

Method SET_LOG_HANDLE on class CL_DRF_REPLICATION_STATUS has no exception.

Method UPDATE_REPLICATIONTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) DRF_T_MSG Return Value of ABAP Statements 20090114
2 Importing IT_REPLICATION Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Replication Table 20090114

Method UPDATE_REPLICATIONTABLE on class CL_DRF_REPLICATION_STATUS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702