SAP Reports / Programs

RFFMCDFUND SAP ABAP Report - FIFM: Display Change Documents for Master Data







RFFMCDFUND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMCDFUND 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 RFFMCDFUND. "Basic submit
SUBMIT RFFMCDFUND AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCDFUND 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_OBJID = Financial Management Area
Selection Text: P_NAME = Changed By
Selection Text: P_LANGU = ?...(P_LANGU)
Selection Text: P_KEY = Complementary key
Selection Text: P_DATE = Change from
Selection Text: P_CLASS = File Name
Title: FIFM: Display Change Documents for Master Data
Text Symbol: 020 = Name :
Text Symbol: 019 = Field name
Text Symbol: 018 = Table key :
Text Symbol: 017 = Table name :
Text Symbol: 016 = Transaction :
Text Symbol: 015 = Time :
Text Symbol: 014 = Day :
Text Symbol: 013 = Change no. :
Text Symbol: 012 = Object ID :
Text Symbol: 011 = Class :
Text Symbol: 010 = Client :
Text Symbol: 009 = Deletion
Text Symbol: 008 = New input
Text Symbol: 007 = New value :
Text Symbol: 006 = Old value :
Text Symbol: 005 = Field chngd :
Text Symbol: 004 = Changed on :
Text Symbol: 003 = Changed by :
Text Symbol: 002 = Keys :
Text Symbol: 001 = Table :


INCLUDES used within this REPORT RFFMCDFUND

No INCLUDES are used within this REPORT code!


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:

BUS_MESSAGE_INIT CALL FUNCTION 'BUS_MESSAGE_INIT' EXPORTING reset = 'X'.

BUS_CHANGE_DOCUMENT CALL FUNCTION 'BUS_CHANGE_DOCUMENT' EXPORTING i_objap = 'FGDT' "Generic Application i_popup = '2' "Note 1493545 TABLES t_udate = g_t_udate t_uname = g_t_uname t_objectid = g_t_objectid t_tabkey = g_t_tabkey EXCEPTIONS not_found = 1 OTHERS = 2.

BUS_MESSAGE_STATUS_GET CALL FUNCTION 'BUS_MESSAGE_STATUS_GET' "Note 1493545 IMPORTING max_msg = l_max_msg.

BUS_MESSAGE_SHOW CALL FUNCTION 'BUS_MESSAGE_SHOW'.

BDT_CLASS_INIT CALL FUNCTION 'BDT_CLASS_INIT'.

BDT_INSTANCE_CREATE CALL FUNCTION 'BDT_INSTANCE_CREATE' EXPORTING iv_objap = gc_bdt_fgdt iv_message_mode = gc_di IMPORTING ev_handle = gv_handle ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS primary_instance_not_found = 1 no_objap_expected = 2.

BDT_INSTANCE_ATTRIBUTES_SET CALL FUNCTION 'BDT_INSTANCE_ATTRIBUTES_SET' EXPORTING iv_handle = gv_handle iv_aktyp = gc_aktyp_display iv_display_mode = gc_display_mode iv_message_mode_dchck = gc_overlap_check iv_xupdtask = space EXCEPTIONS handle_not_found = 0.

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_type = 'T' iv_screen_posnr = '0000001' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6 screentype_not_active = 7 general_error = 8.

BDT_MEMORY_GLOBAL_REFRESH CALL FUNCTION 'BDT_MEMORY_GLOBAL_REFRESH' EXPORTING iv_handle = gv_handle IMPORTING ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_INSTANCE_DESTROY CALL FUNCTION 'BDT_INSTANCE_DESTROY' EXPORTING iv_handle = gv_handle.



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