SAP Reports / Programs

RFFMBS_INDEX_INCONSISTENCIES SAP ABAP Report - Display Index Inconsistencies







RFFMBS_INDEX_INCONSISTENCIES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can check whether there are inconsistencies in the links saved as index entries between the posting addresses and budget addresses of the budget structure and the current derivation strategies for budget addresses...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_INDEX_INCONSISTENCIES 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_INCON - Display index inconsistencies


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_INDEX_INCONSISTENCIES. "Basic submit
SUBMIT RFFMBS_INDEX_INCONSISTENCIES AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBS_INDEX_INCONSISTENCIES 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_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_PLDNR = D .
Selection Text: P_VARIA = D .
Title: Display Index Inconsistencies
Text Symbol: 005 = Processing options
Text Symbol: 006 = Differences between stored and derived budget addresses
Text Symbol: 010 = Posting address
Text Symbol: 011 = Budget address in database
Text Symbol: 012 = Budget address derived
Text Symbol: 013 = Budget address derived with errors
Text Symbol: 100 = Budget Structure - Index Reconstruction
Text Symbol: 500 = FM management area
Text Symbol: 501 = Budget category
Text Symbol: 502 = Budget structure
Text Symbol: 503 = Fiscal year
Text Symbol: 504 = Posting ledger
Text Symbol: BL1 = Odd-numbered block of 3 lines
Text Symbol: BL2 = Even-numbered block of 3 lines
Text Symbol: MSG = Messages


INCLUDES used within this REPORT RFFMBS_INDEX_INCONSISTENCIES

INCLUDE: IFMBSCON.
INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA.
INCLUDE: IFMBS_LDNR_SELECTION.


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.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = g_msg-msgid msgnr = g_msg-msgno msgv1 = g_msg-msgv1 msgv2 = g_msg-msgv2 msgv3 = g_msg-msgv3 msgv4 = g_msg-msgv4 IMPORTING message_text_output = wa_protocol-message.

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.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_top_of_page.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = sy-repid i_callback_pf_status_set = 'LIST_STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_PO' * I_CALLBACK_HTML_TOP_OF_PAGE = * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = g_layout it_fieldcat = fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'X' is_variant = g_variant * IT_EVENTS = gt_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = it_except_qinfo = g_t_except_qinfo * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_protocol EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_PROTOCOL' i_structure_name = 'FMBS_S_OBJECT_PROTOCOL' CHANGING ct_fieldcat = fcat EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'GT_PROTOCOL' i_structure_name = 'BAPIRET1' CHANGING ct_fieldcat = fcat EXCEPTIONS OTHERS = 1.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = gt_events.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_RED_LIGHT' IMPORTING icon_text = g_error_icon_text.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_GREEN_LIGHT' IMPORTING icon_text = g_ok_icon_text.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_YELLOW_LIGHT' IMPORTING icon_text = g_warning_icon_text.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = l_f_statistics 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_INDEX_INCONSISTENCIES or its description.