SAP Reports / Programs

FDM_COLL_POST_MIRROR SAP ABAP Report - Posting of Substitute Documents







FDM_COLL_POST_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 create documents in 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 FDM_COLL_POST_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_DOC_POST01 - Posting of Substitute Documents


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 FDM_COLL_POST_MIRROR. "Basic submit
SUBMIT FDM_COLL_POST_MIRROR AND RETURN. "Return to original report after report execution complete
SUBMIT FDM_COLL_POST_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: P_DETAIL = D .
Selection Text: P_DETLOG = D .
Selection Text: P_VARI = D .
Selection Text: S_BUKRS = D .
Selection Text: S_KUNNR = D .
Title: Posting of Substitute Documents
Text Symbol: LST = List Display


INCLUDES used within this REPORT FDM_COLL_POST_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:

ENQUEUE_EFDM_POST_MIRROR CALL FUNCTION 'ENQUEUE_EFDM_POST_MIRROR' EXPORTING KUNNR = I_KUNNR BUKRS = I_BUKRS EXCEPTIONS OTHERS = 3.

DEQUEUE_EFDM_POST_MIRROR CALL FUNCTION 'DEQUEUE_EFDM_POST_MIRROR' EXPORTING KUNNR = I_KUNNR BUKRS = I_BUKRS.

FDM_COLL_DOC_MIRROR_ALV CALL FUNCTION 'FDM_COLL_DOC_MIRROR_ALV' EXPORTING I_POST_PROCESS = 'X' I_VARI = P_VARI CHANGING CT_DOC_MIRROR = GT_OUTTAB.

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.

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.



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 FDM_COLL_POST_MIRROR or its description.