SAP ABAP Class CL_FBS_FRS_RPLCTN (CL_FBS_FRS_RPLCTN)
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 Inheritance (c INHERITING FROM c_ref)  CL_FBS_RPLCTN 20080516
Properties
Class CL_FBS_FRS_RPLCTN  
Short Description    
Super Class CL_FBS_RPLCTN  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FBS_SE_GLMASTER_REPLCTN   Services for Proxies 
Created 20080516   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)
Interfaces
Class CL_FBS_FRS_RPLCTN has no interface implemented.
Friends
Class CL_FBS_FRS_RPLCTN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_FRS_EXC Static Attribute Protected Object reference (TYPE REF TO) CX_FBS_SE_FRS_RPLCTN 20080516
2 GO_FRS_UTILS Instance attribute Protected Object reference (TYPE REF TO) CL_FBS_FRS_REPL_UTILS 20080516
3 MO_BADI Instance attribute Protected Object reference (TYPE REF TO) FBS_SE_FRSRPLCTNRQ_ASYN 20080529
4 MR_MAP_ENGINE Instance attribute Protected Object reference (TYPE REF TO) CL_SMT_ENGINE 20080518
5 MR_S_IN_DATA Instance attribute Protected Object reference (TYPE REF TO) TS_IN_DATA 20080516
6 MR_S_IN_DATA_PAYLD Instance attribute Protected Object reference (TYPE REF TO) TS_IN_DATA_ABAP_PAYLOAD 20080516
7 MR_S_WORK_STRUC Instance attribute Protected Object reference (TYPE REF TO) TS_WORK_STRUCTURE 20080516
8 MS_MAP_CHNG_PREV Instance attribute Protected Type reference (TYPE) TS_MAPPING_TARGET_CHNG 20080601
9 MS_MAP_TARGET_PREV Instance attribute Protected Type reference (TYPE) TS_MAPPING_TARGET 20080601
10 M_MAP_STEP Instance attribute Protected Type reference (TYPE) SMT_EVENT 20080518
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080516
2 COPY_1_OF_DO_REPLICATION Instance method Protected Method 20090624
3 COPY_JOINT_DATA Instance method Protected Method 20080516
4 EXEC_MAPPING_STEP Instance method Protected Method 20080518
5 EXEC_MAPPING_STEP_ITEM Instance method Protected Method 20080517
6 EXEC_MAPPING_STEP_VERSN Instance method Protected Method 20080517
7 FIGURE_OUT_EDGES Instance method Protected Method 20080602
8 HANDLE_JOINT_KEYS Instance method Protected Method 20080516
9 PPO_KEY_INT_TO_EXT Static method Public Method 20080604
Events
Class CL_FBS_FRS_RPLCTN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_IN_DATA Public Type reference (TYPE) FBS_FINRPTGSTRC_RPLCTNRQ 20080516
2 TS_IN_DATA_ABAP_PAYLOAD Public Type reference (TYPE) TS_IN_DATA_PAYLOAD-FINANCIAL_REPORTING_STRUCTURE 20080516
3 TS_IN_DATA_MAPPING_CNTRL Public Type reference (TYPE) FBS_S_SMT_FRS_MAPPING_CNTRL 20080517
4 TS_IN_DATA_PAYLOAD Public Type reference (TYPE) SAPPLCO_FINRPTGSTRC_RPLCTNRQMS 20080516
5 TS_IN_DATA_PAYLOAD_ITEM Public See coding 20080516 ts_in_data_payload_item TYPE LINE OF ts_in_data_abap_payload-items
6 TS_JOINT_IN_DATA Public See coding 20080517 BEGIN OF ts_joint_in_data, versn TYPE sapplco_frs_rplctn_struc, versn_name TYPE sapplco_frs_rplctn_struc_name, item TYPE sapplco_frs_rplctn_item, item_hier TYPE sapplco_fin_rptg_struc_rplctn, item_descr TYPE sapplco_fin_rptg_struc_rplctn1, item_glacc TYPE sapplco_fin_rptg_struc_rplctn2, item_farea TYPE sapplco_frs_rplctn_item_farea, END OF ts_joint_in_data
7 TS_JOINT_IN_DATA_R Public See coding 20080601 BEGIN OF ts_joint_in_data_r, versn_r TYPE REF TO sapplco_frs_rplctn_struc, versn_name_R TYPE REF TO sapplco_frs_rplctn_struc_name, item_R TYPE REF TO sapplco_frs_rplctn_item, item_hier_r TYPE REF TO sapplco_fin_rptg_struc_rplctn, item_descr_r TYPE REF TO sapplco_fin_rptg_struc_rplctn1, item_glacc_r TYPE REF TO sapplco_fin_rptg_struc_rplctn2, item_farea_r TYPE REF TO sapplco_frs_rplctn_item_farea, END OF ts_joint_in_data_r
8 TS_JOINT_OUT_DATA Protected Type reference (TYPE) FBS_SX_FRS_WORK_STRUC_JOINT 20080517
9 TS_MAPPING_TARGET Public Type reference (TYPE) FBS_SX_FRS_MAPPING_TARGET 20080516
10 TS_MAPPING_TARGET_CHNG Public Type reference (TYPE) FBS_SX_FRS_MAPPING_TARGET_CHNG 20080516
11 TS_WORK_STRUCTURE Public Type reference (TYPE) FBS_SX_FRS_RPLCTN_WORK_STRUC ZUSMD_REP_WORK_S 20080516
12 TT_JOINT_OUT_DATA Protected See coding 20080517 tt_joint_out_data TYPE STANDARD TABLE OF ts_joint_out_data WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

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

Method COPY_1_OF_DO_REPLICATION Signature

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

Method COPY_JOINT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOINT_DATA Call by reference Type reference (TYPE) TS_JOINT_OUT_DATA 20080516
2 Returning RR_S_JOINT_DATA Value transfer Object reference (TYPE REF TO) TS_JOINT_OUT_DATA 20080516

Method COPY_JOINT_DATA on class CL_FBS_FRS_RPLCTN has no exception.

Method EXEC_MAPPING_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MAPPING_CHNG_STRUC Call by reference Type reference (TYPE) TS_MAPPING_TARGET_CHNG Stammdaten der Bilant/GuV-Struktur (Flach) 20080518
2 Changing CS_MAPPING_TARGET Call by reference Type reference (TYPE) TS_MAPPING_TARGET 20080518
3 Importing IS_IN_DATA Call by reference Type reference (TYPE) TS_JOINT_IN_DATA_R 20080518
# Exception Resumable Description Created on
1 CX_FBS_SE_FRS_RPLCTN 20080518

Method EXEC_MAPPING_STEP_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOINT_IN Call by reference Type reference (TYPE) TS_JOINT_IN_DATA_R Bilanz- und GuV-Struktur 20080517
2 Returning RR_S_JOINT_OUT_ITEM Value transfer Object reference (TYPE REF TO) FBS_SX_VERSN_ITEM_JOINT Stammdaten der Bilant/GuV-Struktur (Flach) 20080518
# Exception Resumable Description Created on
1 CX_FBS_SE_FRS_RPLCTN 20080822

Method EXEC_MAPPING_STEP_VERSN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_IN_DATA Call by reference Type reference (TYPE) TS_JOINT_IN_DATA_R 20080517
2 Returning RR_S_JOINT_OUT_VERSN Value transfer Object reference (TYPE REF TO) FBS_SX_VERSION_JOINT Stammdaten der Bilant/GuV-Struktur (Flach) 20080518
# Exception Resumable Description Created on
1 CX_FBS_SE_FRS_RPLCTN 20080517

Method FIGURE_OUT_EDGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RELATION Call by reference Type reference (TYPE) SAPPLCO_FIN_RPTG_STRUC_RPL_TAB Edge of a hierarchy 20080602
2 Returning RR_S_EDGE Value transfer Object reference (TYPE REF TO) SAPPLCO_FIN_RPTG_STRUC_RPLCTN 20080602
# Exception Resumable Description Created on
1 CX_FBS_SE_RPLCTN 20080602

Method HANDLE_JOINT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_JOINT_DATA Call by reference Type reference (TYPE) TS_JOINT_OUT_DATA ZUSMD_REP_WORK_STRUC_JOINT 20080516
2 Importing IP_CHECK_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE General Flag 20080516
# Exception Resumable Description Created on
1 CX_FBS_SE_FRS_RPLCTN Standard Message Fault 20080516

Method PPO_KEY_INT_TO_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_KEY_INT_EXT Call by reference Type reference (TYPE) /SAPPO/STR_KEY_INT_EXT interne und externe Darstellung des Key 20080604

Method PPO_KEY_INT_TO_EXT on class CL_FBS_FRS_RPLCTN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604