SAP Reports / Programs

RFFMDL90_ISPS SAP ABAP Report - Call Program for Deleting Budget Data







RFFMDL90_ISPS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of budget data in background Using this program you can delete budget data in component Funds Management Government...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 RFFMDL90_ISPS 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

OFD7 - Funds Management: Delete Budget


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 RFFMDL90_ISPS. "Basic submit
SUBMIT RFFMDL90_ISPS AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDL90_ISPS 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: ST_GEBER = Fund
Selection Text: ST_VERSN = Version
Selection Text: S_BATCH = Background job
Selection Text: S_FIKRS = FM area
Selection Text: S_GJAHR1 = From fiscal year
Selection Text: S_GJAHR2 = To fiscal year
Selection Text: S_TEST = Test mode
Title: Call Program for Deleting Budget Data
Text Symbol: 211 = Back
Text Symbol: 210 = Is selection OK?
Text Symbol: 201 = Are you sure?
Text Symbol: 120 = Deleting budget data
Text Symbol: 103 = You have selected all VERSIONS
Text Symbol: 102 = You have selected all YEARS
Text Symbol: 101 = You have selected all FUNDS
Text Symbol: 100 = Do you really want to delete the budget data?
Text Symbol: 030 = Start year later than end year
Text Symbol: 010 = Enter a start and an end year
Text Symbol: 002 = Control
Text Symbol: 001 = Budget data
Text Symbol: 500 = Fiscal year
Text Symbol: 603 = started
Text Symbol: 602 = in FM area
Text Symbol: 601 = Deletion program for bdgt data
Text Symbol: 501 = To


INCLUDES used within this REPORT RFFMDL90_ISPS

INCLUDE: LFMAUEQU, LKBPPEQU, LKBPPSTN.
INCLUDE: LFMAUEQU, LKBPPEQU, LKBPPSTN.

INCLUDE: LFMAUEQU, LKBPPEQU, LKBPPSTN.



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_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "470 EXCEPTIONS error_message = 1.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = gt_excl_code.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING e_fund_active = g_flg_fund_active.

FMAU_AUTHORITY_FIFM * CALL FUNCTION 'FMAU_AUTHORITY_FIFM' * EXPORTING * I_ACTVT = FMAU_AC_INI * I_FIKRS = S_FIKRS * I_MSGTY = 'E'.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = s_fikrs i_actvt = fmau_ac_ini i_msgty = 'E' EXCEPTIONS error_message = 1.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = s_fikrs IMPORTING f_fm01 = g_f_fm01.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = s_fikrs ip_fincode = st_geber-low.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-100 textline2 = text-201 text_option1 = text-210 text_option2 = text-211 titel = text-120 IMPORTING answer = g_answer.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = l_tline1 textline2 = l_tline2 textline3 = l_tline3 text_option1 = text-210 text_option2 = text-211 titel = text-120 IMPORTING answer = g_answer.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RFFMDL90_ISPS' TABLES selection_table = g_t_param EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING object = l_object subobject = l_subobject EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING header = g_t_balhdri EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_MESSAGES CALL FUNCTION 'APPL_LOG_WRITE_MESSAGES' EXPORTING object = l_object subobject = l_subobject update_or_insert = l_insert TABLES messages = g_t_balmi EXCEPTIONS object_not_found = 1 subobject_not_found = 2 OTHERS = 3.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = l_object subobject = l_subobject TABLES object_with_lognumber = g_t_balnri EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = 'X' par_jname = l_jname par_print = 'X' par_rname = l_rname par_sdmsg = 'X' par_stnow = 'X' par_abend = 'X' par_jshow = 'X' TABLES tab_selpa = g_t_selpa EXCEPTIONS OTHERS = 1.



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