SAP Reports / Programs

RFFMBS_RECONSTRUCT_INDEX SAP ABAP Report - Reconstruct Index of Posting and Budget Addresses







RFFMBS_RECONSTRUCT_INDEX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to reconstruct the index entries for posting and budget addresses of the budget structure...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 RFFMBS_RECONSTRUCT_INDEX 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

FMBSIDX_RECON - Reconstruct budget structure index


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 RFFMBS_RECONSTRUCT_INDEX. "Basic submit
SUBMIT RFFMBS_RECONSTRUCT_INDEX AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBS_RECONSTRUCT_INDEX 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: S_MEA = D .
Selection Text: S_FONDS = D .
Selection Text: S_FICTR = D .
Selection Text: S_BUDPER = D .
Selection Text: P_VARIA = D .
Selection Text: P_TEST = Test run
Selection Text: P_PLDNR = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FIKRS = D .
Title: Reconstruct Index of Posting and Budget Addresses
Text Symbol: 507 = Update run
Text Symbol: 506 = Test run
Text Symbol: 505 = Processing status
Text Symbol: 504 = Posting ledger
Text Symbol: 503 = Fiscal year
Text Symbol: 502 = Budget structure
Text Symbol: 501 = Budget category
Text Symbol: 500 = FM management area
Text Symbol: 100 = Budget Structure - Index Reconstruction
Text Symbol: 015 = Restriction on FM Account Assignments
Text Symbol: 011 = Number of necessary index changes
Text Symbol: 010 = Number of changed objects
Text Symbol: 005 = Processing options


INCLUDES used within this REPORT RFFMBS_RECONSTRUCT_INDEX

INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA,
FMBS_OUTPUT_PROTOCOL_LIST,
INCLUDE IFMBS_RECONSTRUCT_SEL.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECTION' TABLES p_exclude = gt_fcode_excl.

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

FM_FINCODE_READ_ALL CALL FUNCTION 'FM_FINCODE_READ_ALL' EXPORTING i_fikrs = u_fmarea TABLES t_fincode = t_fund t_fmfincode = l_t_fund EXCEPTIONS OTHERS = 1.

FM_BUDGETPD_READ_MULTIPLE_DATA CALL FUNCTION 'FM_BUDGETPD_READ_MULTIPLE_DATA' EXPORTING ir_budget_periods = lr_budget_pd i_flg_text = ' ' i_flg_fundbpd = ' ' IMPORTING e_t_fmbudgetpd = l_t_fmbudgetpd EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_MULTIPLE CALL FUNCTION 'FM_FICTR_READ_MULTIPLE' EXPORTING i_fikrs = u_fmarea * I_HIVARNT = ' ' * I_FLAG_TEXT = ' ' * I_FLAG_HIER = ' ' * I_LANGUAGE = SY-LANGU * I_DATE = '31129999' i_gjahr = u_fyear TABLES r_fictr = t_fcen * R_CTR_OBJNR = t_fmfctr = l_fmfctr * T_FMFCTRT = * T_FMHISV = EXCEPTIONS input_error = 1 master_data_not_found = 2 hierarchy_data_not_found = 3 OTHERS = 4.

FM_MEASURE_READ_MULTIPLE CALL FUNCTION 'FM_MEASURE_READ_MULTIPLE' EXPORTING i_fmarea = u_fm_area TABLES r_measure = t_measu e_t_fmmeasure = l_t_measu EXCEPTIONS master_data_not_found = 1 fmarea_not_found = 2 periv_not_valid = 3 OTHERS = 4.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_fund_state = c_fund_state e_fundsctr_state = c_fundsctr_state e_cmmtitem_state = c_cmmtitem_state e_funcarea_state = c_funcarea_state e_measure_state = c_measure_state e_grant_nbr_state = c_grant_nbr_state e_userdim_state = c_userdim_state e_budget_pd_state = c_budget_pd_state 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 RFFMBS_RECONSTRUCT_INDEX or its description.