SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMDAOPAF01 SAP ABAP INCLUDE - documentation and ABAP source code







RFFMDAOPAF01 is a standard ABAP INCLUDE 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 RFFMDAOPAF01 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 RFFMDAOPAF01. "Basic submit
SUBMIT RFFMDAOPAF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDAOPAF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFFMDAOPAF01

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:

OUTBOUND_CALL_00103510_P call function 'OUTBOUND_CALL_00103510_P' exporting i_agums = p_agums i_t_rdat = so_budat[] i_t_rxblnr = so_xblnr[] tables t_op = g_t_op t_op_ausg = g_t_ausg_infos changing c_f_clinfo = g_f_clinfo.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'F-32' tables dynprotab = g_t_bdcdata.

FI_COMPANY_CODE_DATA call function 'FI_COMPANY_CODE_DATA' exporting i_bukrs = knb1-bukrs importing e_t001 = l_f_t001.

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting group = u_mapname user = sy-uname exceptions client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 others = 11.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = l_repid i_structure_name = 'FMDOPINFO_OUT' changing ct_fieldcat = l_t_fieldcat.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = l_repid * i_callback_pf_status_set = 'ALV_PF_STATUS' * I_CALLBACK_USER_COMMAND = ' ' is_layout = l_f_layout it_fieldcat = l_t_fieldcat * IT_EXCLUDING = * it_sort = g_t_sortinfo i_save = 'A' is_variant = g_f_variant it_events = l_t_events tables t_outtab = g_t_output.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = 'A' changing cs_variant = l_f_variant exceptions not_found = 2.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_f_variant i_save = 'A' importing e_exit = l_flg_exit es_variant = l_f_variant exceptions not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = 'A' changing cs_variant = l_f_variant.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = c_t_events.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = g_t_listheader.



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