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

RFFMFCP5 SAP ABAP INCLUDE - Form routines for the input check in programs RFFMFCP0, RFFMFCP1







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


Text pool values


Title: Form routines for the input check in programs RFFMFCP0, RFFMFCP1


INCLUDES used within this REPORT RFFMFCP5

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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_APPLICATION_DATA = ON IP_FIKRS = P_FI_ORG IMPORTING F_FM01 = L_F_FM01.

FM21_CHECK_EURO_FMAREA CALL FUNCTION 'FM21_CHECK_EURO_FMAREA' EXPORTING I_EUROFIKRS = P_FI_ORG * importing * e_f_fmeuroplan = l_f_fmeuroplan * e_fikrs = l_fikrs EXCEPTIONS NOT_ACTIVE = 1 NOT_FOUND = 2 OTHERS = 3.

FM21_GET_EURO_FMAREA CALL FUNCTION 'FM21_GET_EURO_FMAREA' EXPORTING I_FIKRS = P_FI_ORG IMPORTING E_L_FMEUROPLAN = L_F_FMEUROPLAN E_EUROFIKRS = L_FIKRS EXCEPTIONS NOT_ACTIVE = 1 NOT_FOUND = 2 OTHERS = 4.

READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING DATE = SY-DATUM FOREIGN_CURRENCY = I_CURR_NEW LOCAL_CURRENCY = I_CURR_ORG TYPE_OF_RATE = 'M' IMPORTING EXCHANGE_RATE = I_EXCHANGE_RATE.

KBPS_FIND_LEDGER * call function 'KBPS_FIND_LEDGER' * exporting * currency = i_curr_new * periv = 'K4' * importing * ledger = i_lednr_new * tables * bp_cur = l_t_dummy * exceptions * no_ledger = 1.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_APPLICATION_DATA = OFF IP_FIKRS = P_FI_NEW IMPORTING F_FM01 = L_F_FM01 EXCEPTIONS NOT_FOUND = 1.

FM21_CHECK_EURO_FMAREA CALL FUNCTION 'FM21_CHECK_EURO_FMAREA' EXPORTING I_EUROFIKRS = P_FI_NEW IMPORTING E_F_FMEUROPLAN = L_F_FMEUROPLAN E_FIKRS = L_FIKRS EXCEPTIONS NOT_ACTIVE = 1 NOT_FOUND = 2 OTHERS = 3.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = I_FMAREA I_ACTVT = I_ACT I_MSGTY = 'E'.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_APPLICATION_DATA = ON IP_FIKRS = P_FIKRS IMPORTING F_FM01 = L_F_FM01.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_APPLICATION_DATA = ON IP_FIKRS = P_FIKRS IMPORTING F_FM01 = L_F_FM01.

FM21_GET_EURO_FMAREA CALL FUNCTION 'FM21_GET_EURO_FMAREA' EXPORTING I_FIKRS = P_FI_ORG IMPORTING E_L_FMEUROPLAN = L_F_FMEUROPLAN E_EUROFIKRS = P_FI_NEW.



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