SAP Reports / Programs

RFFMDL18 SAP ABAP Report - TR-CB: Test Program for Undoing Clearing







RFFMDL18 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMDL18 into the relevant SAP transactions such as SE38 or SE80


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 RFFMDL18. "Basic submit
SUBMIT RFFMDL18 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDL18 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_BELNR = D Clearing document
Selection Text: P_BUKRS = D Company code
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_OLD = Old undoing facility
Selection Text: P_TEST = D Test run
Title: TR-CB: Test Program for Undoing Clearing
Text Symbol: 001 = Clearing document:
Text Symbol: 010 = Insert:
Text Symbol: 020 = Delete:
Text Symbol: 030 = Delete clearing information:


INCLUDES used within this REPORT RFFMDL18

INCLUDE: IFMFICON, IFIFMCON, RFEPOSC1. "TABELLE POSTAB
INCLUDE: IFMFICON, IFIFMCON, RFEPOSC1. "TABELLE POSTAB


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:

FM_GET_INIT_INFO_APPLC CALL FUNCTION 'FM_GET_INIT_INFO_APPLC' EXPORTING I_APPLC = APPLC_CBM I_BUKRS = P_BUKRS CHANGING C_F_FMGLOB = G_F_FMGLOB.

GET_CLEARED_ITEMS CALL FUNCTION 'GET_CLEARED_ITEMS' EXPORTING I_BELNR = BKPF-BELNR I_BUKRS = BKPF-BUKRS I_GJAHR = BKPF-GJAHR I_BVORG = BKPF-BVORG TABLES T_ITEMS = POSTAB.

FMFK_BUKRS_CHECK_FMAKTIV CALL FUNCTION 'FMFK_BUKRS_CHECK_FMAKTIV' EXPORTING IP_BUKRS = L_T_HEADERS-BUKRS IP_APPLC = APPLC_CBM IMPORTING OP_IS_ACTIVE = L_FLG_ACTIVE OP_FIKRS = L_T_FM_AREAS-FIKRS EXCEPTIONS NO_FIKRS_FOR_BUKRS = 1 WRONG_INPUT_FLAG = 2 OTHERS = 3.

FM_DOCUMENT_UPDATE_FI CALL FUNCTION 'FM_DOCUMENT_UPDATE_FI' EXPORTING I_APPLC = APPLC_CBM I_FLG_IN_UPDATE_TASK = CON_OFF I_F_GLOBAL_DATA = G_F_FMGLOB TABLES T_DOCUMENT_FM_DEL = L_T_DOCUMENT_FM_DEL T_DOCUMENT_FM_INS = L_T_DOCUMENT_FM_INS.



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