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

RFFMCCF_DISPLAY SAP ABAP Report - Display Fiscal Year Change Documents







RFFMCCF_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, you can display one or more fiscal year change documents...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 RFFMCCF_DISPLAY 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

FMJ_DISPLAY - Display FM Commt Carryforward Docs


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 RFFMCCF_DISPLAY. "Basic submit
SUBMIT RFFMCCF_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCCF_DISPLAY 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_SBUDPD = D .
Selection Text: P_BUKRS = D .
Selection Text: P_CFDOC = D .
Selection Text: P_FIKRS = D .
Selection Text: P_KNGJHR = D .
Selection Text: P_REFBN = D .
Selection Text: P_RLDNR = D .
Selection Text: P_SLDNR = D .
Selection Text: P_SYEAR = D .
Selection Text: P_WRTTP = D .
Selection Text: S_SFAREA = D .
Selection Text: S_SFIPEX = D .
Selection Text: S_SFISTL = D .
Selection Text: S_SFONDS = D .
Selection Text: S_SGRANT = D .
Selection Text: S_SMEASR = D .
Title: Display Fiscal Year Change Documents
Text Symbol: 001 = Restriction
Text Symbol: 002 = Coding Block
Text Symbol: 010 = Coding Block On
Text Symbol: 011 = Coding Block Off


INCLUDES used within this REPORT RFFMCCF_DISPLAY

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:

FM_CCF_DOCUMENT_DISPLAY CALL FUNCTION 'FM_CCF_DOCUMENT_DISPLAY' EXPORTING i_cfdocnr = p_cfdoc i_fikrs = p_fikrs i_refbn = p_refbn i_wrttp = p_wrttp i_ryear = p_ryear i_bukrs = p_bukrs i_kngjahr = p_kngjhr i_rledger = p_rldnr i_syear = p_syear i_sledger = p_sldnr TABLES r_sgrant = s_sgrant r_sfonds = s_sfonds r_sfistl = s_sfistl r_sfipex = s_sfipex r_sfarea = s_sfarea r_smeasure = s_smeasr r_sbudget_pd = s_sbudpd. "Note 1835019

FM_FYC_AUTHORITY_CHECK CALL FUNCTION 'FM_FYC_AUTHORITY_CHECK' EXPORTING i_fikrs = u_fikrs i_activity = fmau_cf_display i_activity_a = space.



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