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

RFFMFITABS SAP ABAP Report - Day-End Closing







RFFMFITABS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to carry out day-end closing...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 RFFMFITABS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

F845 - Close Posting Day


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


Text pool values


Day-End Closing
Selection Text: SO_FIKRS = D .
Selection Text: SO_BUKRS = D .
Selection Text: P_ABGR = D .
Selection Text: P_ZEIT = Only Display Time Journal
Selection Text: P_PREBT = Previous Posting Day
Selection Text: P_NXTBT = Next Posting Day
Selection Text: P_ANZ = Display Day-End Closing
Selection Text: P_AKTBT = Current Posting Day
Selection Text: P_ABSCHL = Execute Day-End Closing
Title: Day-End Closing
Text Symbol: 410 = Should the Closing be Transferred Anyway?
Text Symbol: 300 = Actl Csh Dsk Amt
Text Symbol: 110 = Time Journal for:
Text Symbol: 101 = Display Time Journal
Text Symbol: 100 = Day-End Closing
Text Symbol: 085 = Display Closed Posting Day
Text Symbol: 084 = Closing Executed
Text Symbol: 083 = Closing Possible
Text Symbol: 082 = Prepare Closing
Text Symbol: 081 = Display Current Posting Day
Text Symbol: 061 = Executed At
Text Symbol: 060 = Executed On
Text Symbol: 050 = Executed By
Text Symbol: 040 = Last Posting Day
Text Symbol: 010 = Day-End Closing for
Text Symbol: 006 = To Date
Text Symbol: 005 = From Date
Text Symbol: 002 = Mode
Text Symbol: 001 = Completion Date


INCLUDES used within this REPORT RFFMFITABS

INCLUDE RKASMAWF.


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:

FMFITAB_DOCUMENTS_GET CALL FUNCTION 'FMFITAB_DOCUMENTS_GET' EXPORTING i_curr_psobt = p_aktbt IMPORTING e_t_fi_items = g_t_fi_items e_t_fi_header = g_t_fi_header TABLES r_bukrs = so_bukrs.

FMFITAB_GET_CUSTOMIZING CALL FUNCTION 'FMFITAB_GET_CUSTOMIZING' EXPORTING i_psobt = p_aktbt TABLES t_verds = g_t_verds t_pso26 = g_t_kto_def t_bukrs = so_bukrs.

FMFITAB_GET_ZEITBUCH CALL FUNCTION 'FMFITAB_GET_ZEITBUCH' EXPORTING i_t_fi_items = g_t_fi_items i_t_fi_header = g_t_fi_header TABLES t_kto_def = g_t_kto_def e_t_zeitbuch = g_t_zeitbuch.

FMFITAB_DOCUMENTS_SUM CALL FUNCTION 'FMFITAB_DOCUMENTS_SUM' TABLES t_fi_items = g_t_fi_items t_kto_def = g_t_kto_def t_verds = g_t_verds.



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