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

IRFFMCY_COPY_DOCUMENT_O01 SAP ABAP INCLUDE - Include IRFFMCY_COPY_DOCUMENT_O01







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


Text pool values


Title: Include IRFFMCY_COPY_DOCUMENT_O01


INCLUDES used within this REPORT IRFFMCY_COPY_DOCUMENT_O01

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-x01 info = text-x01 * ADD_STDINF = 'X' IMPORTING result = p_sel EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-x01 info = text-x01 * ADD_STDINF = 'X' IMPORTING result = p_sel EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_ENTER_MORE TEXT = TEXT-115 INFO = TEXT-115 * ADD_STDINF = 'X' IMPORTING RESULT = P_CIFLDS EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_DISPLAY_MORE TEXT = TEXT-115 INFO = TEXT-115 * ADD_STDINF = 'X' IMPORTING RESULT = P_CIFLDS EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FMKU_SET_FM_AREA CALL FUNCTION 'FMKU_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_popup CHANGING c_fikrs = c_fm_area EXCEPTIONS no_fikrs_selected = 1.

FMKU_GET_PERIOD_INFO CALL FUNCTION 'FMKU_GET_PERIOD_INFO' EXPORTING i_fm_area = u_fm_area IMPORTING e_special_periods_active = c_special_periods_active e_nb_periods = c_nb_periods e_nb_special_periods = c_nb_specials.

FMCU_GET_DIMENSIONS * CALL FUNCTION 'FMCU_GET_DIMENSIONS' * EXPORTING * I_FM_AREA = U_FM_AREA * IMPORTING * E_FUND_STATE = C_FUND_STATE * E_FUNDSCTR_STATE = C_FUNDSCTR_STATE * E_CMMTITEM_STATE = C_CMMTITEM_STATE * E_FUNCAREA_STATE = C_FUNCAREA_STATE * E_MEASURE_STATE = C_MEASURE_STATE * E_GRANT_NBR_STATE = C_GRANT_NBR_STATE * E_USERDIM_STATE = C_USERDIM_STATE * EXCEPTIONS * CUSTOMIZING_INCONSISTENT = 1 * OTHERS = 2.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = 'RFFMCY_COPY_DOCUMENT' variant = l_variant move_or_write = 'M' TABLES valutab = l_t_valutab.

FMPEP_CHECK_CUSTOMER_FIELDS CALL FUNCTION 'FMPEP_CHECK_CUSTOMER_FIELDS' IMPORTING * EX_FLG_CI_FMBL_EXIST = * EX_FLG_CI_FMBH_EXIST = EX_FLG_CI_EXIST = U_FLG_CUSTOMER_FIELDS.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = u_g_title info = u_g_title * ADD_STDINF = 'X' IMPORTING result = pushextf EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = u_g_title info = u_g_title * ADD_STDINF = 'X' IMPORTING result = pushextf EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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