SAP Reports / Programs

RFFMBS_DATA_INCONSISTENCIES SAP ABAP Report - RFFMBSDATAINCONSISTENCIES







RFFMBS_DATA_INCONSISTENCIES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For more information see programs 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_DATA_INCONSISTENCIES into the relevant SAP transactions such as SE38 or SE80


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_DATA_INCONSISTENCIES. "Basic submit
SUBMIT RFFMBS_DATA_INCONSISTENCIES AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBS_DATA_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_BUDCAT = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_PLDNR = D .
Selection Text: P_VARIA = D .
Selection Text: P_VERS = D .
Text Symbol: 005 = Processing options
Text Symbol: 006 = Inconsistencies between budget data and budget addresses
Text Symbol: 007 = Inconsistencies between posting data and posting addresses
Text Symbol: 100 = Do you want to maintain budget addresses
Text Symbol: 101 = Budget add.
Text Symbol: 102 = Posting add.
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: 505 = Processing status
Text Symbol: 506 = Test run
Text Symbol: 507 = Update run
Text Symbol: 508 = Version


INCLUDES used within this REPORT RFFMBS_DATA_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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Select objects'(100) diagnose_object = 'FMBS_SEL_MAINT_TYPE' text_question = text-100 text_button_1 = text-101 icon_button_1 = '' text_button_2 = text-102 icon_button_2 = '' default_button = '1' display_cancel_button = on * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = answer.

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

FMBD_READ_TOTALS CALL FUNCTION 'FMBD_READ_TOTALS' EXPORTING i_fm_area = p_fikrs * I_F_DIMTABS = i_f_selcrittabs = g_selcrittabs i_flg_consider_update_buffer = off IMPORTING e_t_fmbdt = gt_fmbdt.

FMBAS_CHECK_USERDIM_ACTIVE_PO CALL FUNCTION 'FMBAS_CHECK_USERDIM_ACTIVE_PO' EXPORTING i_fm_area = p_fikrs IMPORTING e_flg_active = g_flg_userdim_active_po.

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

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_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 = * I_CALLBACK_USER_COMMAND = ' ' i_callback_top_of_page = l_top_page * 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 = * 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 inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = gt_events.



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