SAP Reports / Programs

RFFMDLOI SAP ABAP Report - Deleting of Commitment Data (Free Selection)







RFFMDLOI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deleting Commitment Data (Free Selection) This program deletes the lines items of the commitment data in Funds Management for the documents selected and adjusts the corresponding totals records...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 RFFMDLOI 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

FM_DLOI - Deletes Cmmts Transferred from FM


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 RFFMDLOI. "Basic submit
SUBMIT RFFMDLOI AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDLOI 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_IPBET = D .
Selection Text: P_BUKRS = D .
Selection Text: S_WRTTP = Value type
Selection Text: S_GJAHR = Fiscal year
Selection Text: S_BELNR = No. Reference Document
Selection Text: P_TSTCF = Do not delete documents in FYC
Selection Text: P_TEST = Test run
Selection Text: P_PROT = Log
Selection Text: P_LOGSYS = D .
Title: Deleting of Commitment Data (Free Selection)
Text Symbol: 101 = Do not delete: Error in FYC Data
Text Symbol: 090 = Docs in FYC
Text Symbol: 080 = Deleteable docs
Text Symbol: 070 = Val.typ
Text Symbol: 060 = Nothing was deleted
Text Symbol: 055 = No value type exists
Text Symbol: 054 = Business activity
Text Symbol: 050 = Doc.
Text Symbol: 040 = CoCode
Text Symbol: 030 = FisYr
Text Symbol: 020 = Control
Text Symbol: 010 = Restrict commitment docs.


INCLUDES used within this REPORT RFFMDLOI

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:

FMCA_GET_INIT_INFO CALL FUNCTION 'FMCA_GET_INIT_INFO' EXPORTING i_bukrs = p_bukrs CHANGING c_f_control_data = g_f_control_data.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = g_f_control_data-fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

FM_GET_EXPERT_MODE call function 'FM_GET_EXPERT_MODE' IMPORTING e_exception_active = g_expert_mode.

FM_CONVERT_SIGN_OI CALL FUNCTION 'FM_CONVERT_SIGN_OI' TABLES t_fmioi = g_t_fmioi_delete.

FM_TOTALS_UPDATE_OI CALL FUNCTION 'FM_TOTALS_UPDATE_OI' TABLES t_fmioi = g_t_dummy t_fmioi_del = g_t_fmioi_delete.

OUTBOUND_CALL_00101133_P CALL FUNCTION 'OUTBOUND_CALL_00101133_P' EXPORTING i_chgtype = 'D' i_origin = 'RFFMDLOI DELETE_DOCUMENTS' i_data_complete = 'X' TABLES t_fmioi = u_t_fmioi.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'FM_WRTTP' value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = l_doma_nam value = l_value langu = sy-langu IMPORTING dd07v_wa = l_f_dd07v rc = l_rc.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = text-070 key_columns = 1 number_of_rows = 10 sel_title1 = l_t_wrttp sel_title2 = '-' start_column = 0 start_row = 0 width_of_titles = 'X' IMPORTING sel_index = l_index TABLES sel_table = l_t_wrttp EXCEPTIONS no_lines = 01 no_line_picked = 02 OTHERS = 03.

FM_CCF_REBUILD_PREPARE_OI





CALL FUNCTION 'FM_CCF_REBUILD_PREPARE_OI' EXPORTING i_t_fmioi = l_t_fmioi_item i_flg_reverse = 'X' i_flg_avc = u_tstav i_flg_test = u_test i_flg_rebuild = 'X' EXCEPTIONS fm_doc_missing = 1 fm_doc_cf = 2 cf_impossible = 3 rollback_required = 4 OTHERS = 5.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = g_logsys EXCEPTIONS own_logical_system_not_defined = 1 others = 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 RFFMDLOI or its description.