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
Below is a list of transaction codes which are relevant to this SAP report
FDM_MIRR_DOC_POST01 - Posting of Substitute Documents
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_COLL_POST_MIRROR - Posting of Substitute Documents FDM_COLL_POST_MIRROR - Posting of Substitute Documents FDM_COLL_MAINTAIN_BR_HEAD_WF01 - FDMCOLLMAINTAINBRHEADWF01 FDM_COLL_MAINTAIN_BR_HEAD_TOP - FDMCOLLMAINTAINBRHEADTOP FDM_COLL_MAINTAIN_BR_HEAD_MF01 - FDMCOLLMAINTAINBRHEADMF01 FDM_COLL_MAINTAIN_BR_HEAD_GF01 - FDMCOLLMAINTAINBRHEADGF01