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
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_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:
INCLUDE: IFMFICON, IFIFMCON, RFEPOSC1. "TABELLE POSTAB
INCLUDE: IFMFICON, IFIFMCON, RFEPOSC1. "TABELLE POSTAB
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMDL18 - TR-CB: Test Program for Undoing Clearing RFFMDL18 - TR-CB: Test Program for Undoing Clearing RFFMDL17 - TR-CM-CB: Individual Deletion Program (Activity/Account Assignment) RFFMDL17 - TR-CM-CB: Individual Deletion Program (Activity/Account Assignment) RFFMDL16 - Delete Line Items in Project Cash Management RFFMDL16 - Delete Line Items in Project Cash Management