FDM_MIRR_CMD_REPLICATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you can transfer the customer master data from original systems (SAP and non-SAP systems) where direct connection to the application
If you would like to execute this report or see the full code listing simply enter FDM_MIRR_CMD_REPLICATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FDM_MIRR_CMD_GET01 - Transfer of Customer Master Data
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_DATA_A = Transfer General Data
Selection Text: P_DATA_B = Transfer Company Code Data
Selection Text: P_DELTA = Only Transfer Changes
Selection Text: P_DETAIL = Output Details
Selection Text: P_FULL = Transfer Data Complete
Selection Text: P_TEST = Test Run
Selection Text: P_UPDATE = Load Existing Customers Again
Selection Text: P_VARIAN = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_KUNNR = D .
Title: Transfer of Customer Master Data from Original Systems
Text Symbol: 001 = Type of Data Transfer
Text Symbol: 002 = Output Control
Text Symbol: 003 = List Display
Text Symbol: 010 = Load Customers Again
Text Symbol: R01 = *** Test Run ***
Text Symbol: R02 = *** Update Run ***
INCLUDE FDM_MIRR_CMD_REPLICATE_DATA.
INCLUDE FDM_MIRR_CMD_REPLICATE_FORM.
INCLUDE FDM_MIRR_CMD_REPLICATE_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
FDM_MIRR_CMD_SET_TESTMODE call function 'FDM_MIRR_CMD_SET_TESTMODE' exporting i_xtestmode = p_test.
FDM_MIRR_CMD_ALV call function 'FDM_MIRR_CMD_ALV' EXPORTING i_vari = p_varian changing ct_cust_mirror = gt_outtab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDM_MIRR_CMD_REPLICATE - Transfer of Customer Master Data from Original Systems FDM_MIRR_CMD_REPLICATE - Transfer of Customer Master Data from Original Systems FDM_MIRR_CLIENT_SETUP_CHECKF01 - FDMMIRRCLIENTSETUPCHECKF01 FDM_MIRR_CLIENT_SETUP - Set-Up of Client as a Substitute System FDM_MIRR_CLIENT_SETUP - Set-Up of Client as a Substitute System FDM_INVOICE_MEMORY_TOP - FDMINVOICEMEMORYTOP