SAP Reports / Programs

RFFMRB_HIS_DEL SAP ABAP Report - Delete Change History Records for RIB Rules







RFFMRB_HIS_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes change history records of 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 RFFMRB_HIS_DEL 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

FMRBRULEHISDEL - Delete Change History for RIB Rules


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 RFFMRB_HIS_DEL. "Basic submit
SUBMIT RFFMRB_HIS_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRB_HIS_DEL 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_DATE = To Date
Selection Text: P_FIKRS = D .
Selection Text: P_LDNR = D .
Selection Text: P_TEST = Test run
Title: Delete Change History Records for RIB Rules
Text Symbol: 001 = Processing Option
Text Symbol: 002 = Number of change document records to delete
Text Symbol: 003 = Number of deleted change document records
Text Symbol: 500 = FM area
Text Symbol: 501 = Budget Category
Text Symbol: 503 = Fiscal Year
Text Symbol: 505 = Processing status
Text Symbol: 506 = Test Run
Text Symbol: 507 = Update Run
Text Symbol: 508 = To Date


INCLUDES used within this REPORT RFFMRB_HIS_DEL

INCLUDE: IFMRBCON,
INCLUDE: FMBS_OUTPUT_PROTOCOL_TYPES.
INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA.


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_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_flg_fikrs_only = on IMPORTING * e_text_block_fma = bltxtfma * e_text_block_mass = bltxtmss * e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FMBAS_SET_LEDGER_DROPDOWN_LIST CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' EXPORTING i_ldnr_singl_field = 'P_LDNR' i_t_ldnr_txt = g_t_ldnr_txt.

FMBAS_READ_ACT_LDNR_WITH_TEXT CALL FUNCTION 'FMBAS_READ_ACT_LDNR_WITH_TEXT' EXPORTING i_fikrs = l_fikrs i_flg_use_fin_bdg = off IMPORTING e_flg_single_rldnr = g_flg_single_budcat e_t_rldnr_txt = g_t_ldnr_txt EXCEPTIONS no_ledger = 1 OTHERS = 2.

FMBAS_READ_ACT_LDNR_WITH_TEXT * CALL FUNCTION 'FMBAS_READ_ACT_LDNR_WITH_TEXT' * EXPORTING * i_fikrs = p_fikrs * IMPORTING * e_flg_single_rldnr = g_flg_single_budcat * e_t_rldnr_txt = g_t_ldnr_txt.

FMBAS_SET_LEDGER_DROPDOWN_LIST * CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' * EXPORTING * i_ldnr_singl_field = 'P_LDNR' * i_t_ldnr_txt = g_t_ldnr_txt.



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