SAP Reports / Programs | Financials | Financial Supply Chain Management | Accounts Receivable Accounting Process Integration(FIN-FSCM-COL-AR) SAP FIN

RFDM_COLL_CUST_MIRROR SAP ABAP Report - List of Customers Transferred







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FDM_MIRR_CMD_GET03 - List of Customers Transferred


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFDM_COLL_CUST_MIRROR. "Basic submit
SUBMIT RFDM_COLL_CUST_MIRROR AND RETURN. "Return to original report after report execution complete
SUBMIT RFDM_COLL_CUST_MIRROR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFDM_COLL_CUST_MIRROR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFDM_COLL_CUST_MIRROR or its description.