RFDM_COLL_CUST_MIRROR 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 call a list of the customer master data transferred to the substitute system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFDM_COLL_CUST_MIRROR 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_GET03 - List of Customers Transferred
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: S_TSTMT = Time Stamp
Selection Text: P_VARI = D .
Selection Text: S_EKEY = D .
Selection Text: S_ESYS = D .
Selection Text: S_ETYPE = D .
Selection Text: S_KUNNR = D .
Title: List of Customers Transferred
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FDM_MIRR_CMD_ALV CALL FUNCTION 'FDM_MIRR_CMD_ALV' EXPORTING I_VARI = P_VARI CHANGING CT_CUST_MIRROR = GT_OUTTAB.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT I_SAVE = G_SAVE I_DISPLAY_VIA_GRID = 'X' * it_default_fieldcat = IMPORTING E_EXIT = G_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFDM_COLL_CUST_MIRROR - List of Customers Transferred RFDM_COLL_CUST_MIRROR - List of Customers Transferred RFDMSAVE - Save of Dispute Cases during CALL DIALOG (for example, in fB03) RFDMSAVE - Save of Dispute Cases during CALL DIALOG (for example, in fB03) RFDM4010_TOP - RFDM4010TOP RFDM4010_O01 - RFDM4010O01