SAP Reports / Programs

RFFMAR12 SAP ABAP Report - Evaluation of Archived Commitment and Funds Transfers in FM







RFFMAR12 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 RFFMAR12 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 RFFMAR12. "Basic submit
SUBMIT RFFMAR12 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAR12 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_FIKRS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FISTL = D .
Selection Text: S_FONDS = D .
Selection Text: S_GJAHR = D .
Selection Text: S_PERIO = D .
Selection Text: S_REFBN = D .
Title: Evaluation of Archived Commitment and Funds Transfers in FM
Text Symbol: S01 = FM Options
Text Symbol: S02 = Open Item Options


INCLUDES used within this REPORT RFFMAR12

INCLUDE IFMARSEL_ANL_AP.


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:

ARCHIVE_OPEN_FOR_READ call function 'ARCHIVE_OPEN_FOR_READ' exporting object = fmar_const_ar_objekt_fmoi importing archive_handle = g_ar_handle.

FM_ARC_OI_GET_NEXT_RECORD call function 'FM_ARC_OI_GET_NEXT_RECORD' exporting i_ar_handle = g_ar_handle importing e_eor = g_eor tables t_fmioi = g_t_fmioi t_fmcfsio = g_t_fmcfsio t_fmccfd = g_t_fmccfd t_fmudkblph = g_t_fmudkblph t_fmudkblpp = g_t_fmudkblpp t_fmudkblps = g_t_fmudkblps t_fikrs = s_fikrs t_fonds = s_fonds t_fistl = s_fistl t_fipex = s_fipex t_gjahr = s_gjahr t_perio = s_perio t_refbn = s_refbn.

FM_ARC_OI_ANALYZE_NEW call function 'FM_ARC_OI_ANALYZE_NEW' tables t_fmioi = g_t_fmioi changing i_status = g_program_status exceptions others = 0.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = g_ar_handle.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = l_t_fm_area-fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting archive_handle = g_ar_handle exceptions end_of_file = 1 file_io_error = 2 internal_error = 3 open_error = 4 wrong_access_to_archive = 5 others = 6.



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