SAP Reports / Programs

RFFMSCHECK_ARCHIVING SAP ABAP Report - Check of Non-Archivable Documents







RFFMSCHECK_ARCHIVING 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 RFFMSCHECK_ARCHIVING 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 RFFMSCHECK_ARCHIVING. "Basic submit
SUBMIT RFFMSCHECK_ARCHIVING AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMSCHECK_ARCHIVING 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 Financial Management Area
Selection Text: P_GJAHR = D Fiscal Year
Title: Check of Non-Archivable Documents
Text Symbol: 001 = No Incorrect Documents Found
Text Symbol: 002 = Non-archivable documents found (archiving not possible)
Text Symbol: 003 = Value Restriction
Text Symbol: 004 = Process Control
Text Symbol: 020 = CCode
Text Symbol: 021 = DocNo
Text Symbol: 022 = FisYr
Text Symbol: 023 = No Archiving Date Exists
Text Symbol: 024 = No Open Items Found in Funds Management


INCLUDES used within this REPORT RFFMSCHECK_ARCHIVING

FM_RFFMS200_DATA.


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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = con_on ip_applc = applc_ca ip_fikrs = p_fikrs IMPORTING f_fm01d = g_f_fm01d.

FM_PAYTR_READ_DOCUMENT_KEYS_FM call function 'FM_PAYTR_READ_DOCUMENT_KEYS_FM' EXPORTING i_bukrs = p_bukrs i_fikrs = p_fikrs i_gjahr = p_gjahr i_hhm = con_on i_payflg = g_payflg TABLES t_fi_keys = g_t_fi_keys t_belnr = so_belnr.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid I_GRID_title = g_grid_title it_fieldcat = g_t_fieldcat_docs i_default = 'X' is_print = g_f_print TABLES t_outtab = u_t_error_docs EXCEPTIONS program_error = 1 OTHERS = 2.



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