SAP Reports / Programs

RFKKFMCF_FMCCFD_RC SAP ABAP Report - RFKKFMCFFMCCFDRC







RFKKFMCF_FMCCFD_RC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to match incorrect fiscal year change documents against existing summary carryforward records that were created from FI-CA with the 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 RFKKFMCF_FMCCFD_RC 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 RFKKFMCF_FMCCFD_RC. "Basic submit
SUBMIT RFKKFMCF_FMCCFD_RC AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKFMCF_FMCCFD_RC 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_TEST = D .
Selection Text: S_FIKRS = D .


INCLUDES used within this REPORT RFKKFMCF_FMCCFD_RC

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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'FM_FYC_SELSCR_FRAME_TITLES_GET' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FM_FYC_SELSCR_FRAME_TITLES_GET CALL FUNCTION 'FM_FYC_SELSCR_FRAME_TITLES_GET' IMPORTING e_text_prctrl = bltxtprc.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = l_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = con_repid i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' it_fieldcat = l_t_fieldcat TABLES t_outtab = c_t_errorlog.

MASS_MESSAGE_SHOW_LONGTEXT CALL FUNCTION 'MASS_MESSAGE_SHOW_LONGTEXT' EXPORTING arbgb = l_arbgb msgnr = l_msgnr msgv1 = l_f_errorlog-message_v1 msgv2 = l_f_errorlog-message_v2 msgv3 = l_f_errorlog-message_v3 msgv4 = l_f_errorlog-message_v4.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = u_name TABLES dd04t_tab_a = l_t_dd04t EXCEPTIONS illegal_value = 1 OTHERS = 2.

FM_CCF_TOTALS_BUSTRANS_GET CALL FUNCTION 'FM_CCF_TOTALS_BUSTRANS_GET' TABLES e_rng_vrgng = l_r_vrgng e_rng_fmvor = l_r_fmvor.

FM_CCF_CFDOCNR_GET CALL FUNCTION 'FM_CCF_CFDOCNR_GET' EXPORTING i_fikrs = -fikrs IMPORTING e_cfdocnr = l_f_fmccfd-cfdocnr.

FM_CFV_VALUE_TYPES_GET CALL FUNCTION 'FM_CFV_VALUE_TYPES_GET' EXPORTING i_fikrs = l_f_cfrule-fikrs i_gjahr = l_f_cfrule-gjahr i_wrttp = l_f_cfrule-wrttp i_flg_61_bypass_profile = space IMPORTING e_t_value_types = l_t_value_types EXCEPTIONS OTHERS = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFM_FYC_BUDGET_CF' CHANGING ct_fieldcat = l_t_fieldcat.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMIKEYFI' CHANGING ct_fieldcat = l_t_fieldcat.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMIKEY' CHANGING ct_fieldcat = l_t_fieldcat.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BAPIRET2' CHANGING ct_fieldcat = l_t_fieldcat.

FM_FYC_TOOLTIP_CREATE CALL FUNCTION 'FM_FYC_TOOLTIP_CREATE' CHANGING c_icon_field = -status.



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