SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

RFFMCE_HISCOVERGR_DEL SAP ABAP Report - Deletion of Change History Records of Cover Eligibility Rules







RFFMCE_HISCOVERGR_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 IF &[SWITCH]PSM_FM_BCS_REV_1& = 'X' for 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 RFFMCE_HISCOVERGR_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

FMCEHISDEL - Delete Change History Records for CE


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 RFFMCE_HISCOVERGR_DEL. "Basic submit
SUBMIT RFFMCE_HISCOVERGR_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCE_HISCOVERGR_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: Deletion of Change History Records of Cover Eligibility 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 RFFMCE_HISCOVERGR_DEL

INCLUDE: IFMCECON,
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.

CHANGEDOCUMENT_DELETE CALL FUNCTION 'CHANGEDOCUMENT_DELETE' EXPORTING client = sy-mandt * COMMIT_COUNTER = '20' objectclass = 'FMCE*' objectid = l_objectid up_to_date = p_date * WITH_COMMIT = ' ' disable_authority_check = 'X' * CHANGENR = ' ' IMPORTING number_of_deleted_headers = l_nr_del_hdr number_of_deleted_positions = l_nr_del_pos * NUMBER_OF_DELETED_UIDS = EXCEPTIONS no_authority = 1 no_changes_found = 2 OTHERS = 3 .

CHANGEDOCUMENT_READ_WITHOUT_ED CALL FUNCTION 'CHANGEDOCUMENT_READ_WITHOUT_ED' EXPORTING client = sy-mandt objectclass = 'FMCE*' objectid = l_objectid * CHANGENUMBER = ' ' * DATE_OF_CHANGE = '00000000' * TIME_OF_CHANGE = '000000' * TABLENAME = ' ' * TABLEKEY = ' ' * USERNAME = ' ' * TABLEKEY254 = ' ' date_until = p_date time_until = '235959' * IMPORTING * ET_CDPOS_UID = TABLES icdhdr = l_t_cdhdr icdpos = l_t_cdpos EXCEPTIONS no_position_found = 1 OTHERS = 2.

BAL_LOG_HDR_READ * CALL FUNCTION 'BAL_LOG_HDR_READ' * EXPORTING * i_log_handle = g_log_handle * IMPORTING * e_statistics = l_f_statistics.

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 IMPORTING e_flg_single_bldnr = g_flg_single_ldnr e_t_bldnr_txt = g_t_ldnr_txt EXCEPTIONS no_ledger = 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 RFFMCE_HISCOVERGR_DEL or its description.