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

RFFMAR02 SAP ABAP Report - Evaluation of Archived FI Postings in FM







RFFMAR02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generated Include to Extension - HENKED - 22...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 RFFMAR02 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 RFFMAR02. "Basic submit
SUBMIT RFFMAR02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAR02 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_KNGJA = Fiscal Year FI Document
Selection Text: S_VOGJA = Fiscal Year Payment Document
Selection Text: S_BUKRS = D .
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_HKONT = D .
Selection Text: S_KNBEL = D .
Selection Text: S_PERIO = D .
Selection Text: S_VOBEL = D .
Title: Evaluation of Archived FI Postings in FM
Text Symbol: S01 = FM Options
Text Symbol: S02 = FI Options
Text Symbol: S03 = Document Options


INCLUDES used within this REPORT RFFMAR02

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_FMFI IMPORTING ARCHIVE_HANDLE = G_AR_HANDLE TABLES ARCHIVE_FILES = GT_ARCHIVE_FILES.

FM_ARC_FI_GET_NEXT_RECORD CALL FUNCTION 'FM_ARC_FI_GET_NEXT_RECORD' EXPORTING I_AR_HANDLE = G_AR_HANDLE IMPORTING E_EOR = G_EOR TABLES T_FMIFIHD = G_T_FMIFIHD T_FMIFIIT = G_T_FMIFIIT T_FMCFSIF = G_T_FMCFSIF T_FMCCFD = G_T_FMCCFD T_FMUDBSEGH = G_T_FMUDBSEGH T_FMUDBSEGP = G_T_FMUDBSEGP T_FMUDBSEGS = G_T_FMUDBSEGS T_FIKRS = S_FIKRS T_FONDS = S_FONDS T_FISTL = S_FISTL T_FIPEX = S_FIPEX T_BUKRS = S_BUKRS T_GJAHR = S_GJAHR T_PERIO = S_PERIO T_HKONT = S_HKONT T_KNBEL = S_KNBEL T_KNGJA = S_KNGJA T_VOBEL = S_VOBEL T_VOGJA = S_VOGJA.

FM_ARC_FI_ANALYZE_NEW CALL FUNCTION 'FM_ARC_FI_ANALYZE_NEW' TABLES T_FMIFIIT = G_T_FMIFIIT 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 RFFMAR02 or its description.