SAP ABAP Class CL_FBS_RPLCTN_MANAGER (CL_FBS_RPLCTN_MANAGER)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-GL (Application Component) Basic Functions
     FBS_SE_GLMASTER_REPLCTN (Package) Services for Proxies
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ECH_ACTION Interface - Action Class 20080507
Properties
Class CL_FBS_RPLCTN_MANAGER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FBS_SE_GLMASTER_REPLCTN   Services for Proxies 
Created 20080507   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 CL_FBS_GEN_REPL_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ECH_ACTION Interface - Action Class 20080507
Friends
Class CL_FBS_RPLCTN_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_WORK_STRUC_FEH_CONTEXT_NAME Constant Protected Type reference (TYPE) STRUCNAME 'FEH_CONTEXT' Context Data for FEH Processing (Part of Work Structure) 20080507
2 EXEC_EXC_NAME Static Attribute Protected Type reference (TYPE) CLASSNAME Reference Type 20090610
3 GO_EXC_FBS Static Attribute Protected Object reference (TYPE REF TO) CX_FBS_SE_RPLCTN 20080507
4 GO_FEH_REGISTRATION Static Attribute Protected Object reference (TYPE REF TO) CL_FEH_REGISTRATION 20080507
5 GT_REPLICATION_TYPES Static Attribute Protected Type reference (TYPE) TT_REPLICATION_TYPES 20080507
6 MF_FOR_ECH Instance attribute Protected Type reference (TYPE) FLAG General Indicator 20080617
7 MR_INB_MSG_HEADER Instance attribute Protected Object reference (TYPE REF TO) DATA 20080507
8 _MO_BULK_MNGR Instance attribute Private Object reference (TYPE REF TO) IF_FBS_RPLCTN_BULK_MNGR IF_USMD_REPLICATION_BULK_MNGR 20080630
9 _MO_RESULT Instance attribute Private Object reference (TYPE REF TO) CL_FBS_RPLCTN_PROCESS_RESULT 20080630
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_WORK_STRUC_FROM_INBOUND Instance method Public Method 20080507
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080507
3 CREATE_BULK_HANDLER_BY_INBND Instance method Protected Method 20080507
4 CREATE_FOR_ECH Instance method Protected Method 20080507
5 CREATE_RPLCTN_BY_INBND Instance method Protected Method 20080507
6 CREATE_RPLCTN_BY_WRKSTR Instance method Protected Method 20080507
7 EXECUTE Instance method Public Method 20080513
8 EXTRACT_ECH_DATA Instance method Protected Method 20080629
9 FAIL_BULK Instance method Protected Method 20080630
10 FAIL_SINGLE Instance method Protected Method 20080630
11 FIND_REPLICATION_BY_INBOUND Instance method Protected Method 20080507
12 FIND_REPLICATION_BY_WORKSTRUC Instance method Protected Method 20080507
13 FINISH_BULK Instance method Protected Method 20080630
14 FINISH_SINGLE Instance method Protected Method 20080630
15 INBOUND_PROCESS Instance method Public Method 20080526
16 INBOUND_PROCESS_BULK Instance method Protected Method 20080507
17 INBOUND_PROCESS_SINGLE Instance method Protected Method 20080507
18 RETRY_BULK Instance method Protected Method 20080630
19 RETRY_SINGLE Instance method Protected Method 20080630
20 SET_EXTENDED_XML_ACTIVE Static method Public Method 20080507
Events
Class CL_FBS_RPLCTN_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ECH_DATA Protected See coding 20080629 BEGIN OF ts_ech_data, r_d_pre_data TYPE REF TO data, r_d_post_data TYPE REF TO data, r_o_feh_handler TYPE REF TO cl_feh_registration, END OF ts_ech_data
2 TS_REPLICATION_TYPE Protected See coding 20080507 BEGIN OF ts_replication_type, replication TYPE classname, * conf_msg_proxy TYPE classname, END OF ts_replication_type
3 TT_REPLICATION_TYPES Protected See coding 20080507 tt_replication_types TYPE STANDARD TABLE OF ts_replication_type WITH DEFAULT KEY
4 T_BUSINESS_FUNC_SW Public Type reference (TYPE) CL_SE_INBD_SW_CHECK=>T_BUSINESS_FUNC_SW 20091214
Method Signatures

Method BUILD_WORK_STRUC_FROM_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_IN_DATA Call by reference Type reference (TYPE) DATA 20080507
2 Returning RR_WORK_STRUCTURE Value transfer Object reference (TYPE REF TO) DATA 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FBS_RPLCTN_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FBS_RPLCTN_MANAGER has no exception.

Method CREATE_BULK_HANDLER_BY_INBND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FEH_REGISTRATION Call by reference Object reference (TYPE REF TO) CL_FEH_REGISTRATION 20080507
2 Importing IR_IN_DATA Call by reference Object reference (TYPE REF TO) DATA 20080507
3 Returning RO_BULK_HANDLER Value transfer Object reference (TYPE REF TO) IF_FBS_RPLCTN_BULK_MNGR 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method CREATE_FOR_ECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080629
2 Returning RO_REPLICATION Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method CREATE_RPLCTN_BY_INBND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FEH_REGISTRATION Call by reference Object reference (TYPE REF TO) CL_FEH_REGISTRATION Registrierung und Wiederanstarten des FEH 20080629
2 Importing IR_IN_DATA Call by reference Object reference (TYPE REF TO) DATA 20080507
3 Returning RO_REPLICATION_HANDLER Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method CREATE_RPLCTN_BY_WRKSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FEH_REGISTRATION Call by reference Object reference (TYPE REF TO) CL_FEH_REGISTRATION Registrierung und Wiederanstarten des FEH 20080629
2 Importing IR_WORK_STRUCTURE Call by reference Type reference (TYPE) DATA 20080507
3 Returning RO_REPLICATION_HANDLER Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INBND_MSG Call by reference Object reference (TYPE REF TO) DATA 20080513
2 Returning R_PROCESSING_RESULT Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN_PROCESS_RESULT 20080513
# Exception Resumable Description Created on
1 CX_SAPPLCO_STANDARD_MSG_FAULT Standard Message Fault 20091125

Method EXTRACT_ECH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) FEH_STRING String 20080629
2 Importing I_ERROR_OBJECT_ID Call by reference Type reference (TYPE) ECH_DTE_ERROR_OBJECT_ID 20080629
3 Returning RS_ECH_DATA Value transfer Type reference (TYPE) TS_ECH_DATA 20080629
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080629

Method FAIL_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BULK_HANDLER Call by reference Object reference (TYPE REF TO) IF_FBS_RPLCTN_BULK_MNGR 20080630
2 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080630
3 Importing I_ERROR_CATEGORY Call by reference Type reference (TYPE) ECH_DTE_ERROR_CATEGORY Fehlerkategorie 20080630
4 Importing I_MAIN_ERROR Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20080630
5 Importing I_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080630
2 CX_FBS_SE_RPLCTN 20080630

Method FAIL_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080630
2 Importing I_ERROR_CATEGORY Call by reference Type reference (TYPE) ECH_DTE_ERROR_CATEGORY Fehlerkategorie 20080630
3 Importing I_MAIN_ERROR Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20080630
4 Importing I_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080630
2 CX_FBS_SE_RPLCTN 20080630

Method FIND_REPLICATION_BY_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_IN_DATA Call by reference Object reference (TYPE REF TO) DATA 20080507
2 Returning RR_S_REPLICATION_TYPE Value transfer Type reference (TYPE) TS_REPLICATION_TYPE 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method FIND_REPLICATION_BY_WORKSTRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_IN_DATA Call by reference Object reference (TYPE REF TO) DATA 20080507
2 Returning RR_S_REPLICATION_TYPE Value transfer Type reference (TYPE) TS_REPLICATION_TYPE 20080507
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080507

Method FINISH_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BULK_HANDLER Call by reference Object reference (TYPE REF TO) IF_FBS_RPLCTN_BULK_MNGR 20080630
2 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080630
2 CX_FBS_SE_RPLCTN 20080630

Method FINISH_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080630
2 CX_FBS_SE_RPLCTN 20080630

Method INBOUND_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INBND_MSG Call by reference Object reference (TYPE REF TO) DATA 20080526
2 Returning R_PROCESSING_RESULT Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN_PROCESS_RESULT 20080526
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Proxy Class (generated) 20080526
2 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080526
3 CX_FBS_SE_RPLCTN 20080526

Method INBOUND_PROCESS_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BULK_HANDLER Call by reference Object reference (TYPE REF TO) IF_FBS_RPLCTN_BULK_MNGR 20080630
2 Importing IR_INBND_MSG Call by reference Object reference (TYPE REF TO) DATA 20080507
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN_PROCESS_RESULT 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20081114
2 CX_FBS_SE_RPLCTN 20080507

Method INBOUND_PROCESS_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FEH_REGISTRATION Call by reference Object reference (TYPE REF TO) CL_FEH_REGISTRATION Registrierung und Wiederanstarten des FEH 20080630
2 Importing IR_INBND_MSG Call by reference Object reference (TYPE REF TO) DATA 20080507
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_FBS_RPLCTN_PROCESS_RESULT 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080512
2 CX_FBS_SE_RPLCTN 20080507

Method RETRY_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BULK_HANDLER Call by reference Object reference (TYPE REF TO) IF_FBS_RPLCTN_BULK_MNGR 20080630
2 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080630
2 CX_FBS_SE_RPLCTN 20080630

Method RETRY_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECH_DATA Call by reference Type reference (TYPE) TS_ECH_DATA 20080630
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technischer Fehler 20080630
2 CX_FBS_SE_RPLCTN 20080630

Method SET_EXTENDED_XML_ACTIVE Signature

Method SET_EXTENDED_XML_ACTIVE on class CL_FBS_RPLCTN_MANAGER has no parameter.
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technical Error 20080507
History
Last changed by/on SAP  20130531 
SAP Release Created in 604