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

IFMKU_MIGRATE_TOTALS_PAI SAP ABAP INCLUDE - Include IFMKU_MIGRATE_TOTALS_PAI







IFMKU_MIGRATE_TOTALS_PAI 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 IFMKU_MIGRATE_TOTALS_PAI 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 IFMKU_MIGRATE_TOTALS_PAI. "Basic submit
SUBMIT IFMKU_MIGRATE_TOTALS_PAI AND RETURN. "Return to original report after report execution complete
SUBMIT IFMKU_MIGRATE_TOTALS_PAI 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 IFMKU_MIGRATE_TOTALS_PAI


INCLUDES used within this REPORT IFMKU_MIGRATE_TOTALS_PAI

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_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = p_fmarea I_ACTVT = con_act_fmbu_change I_MSGTY = 'E'.

FMKU_GET_BCS_ACTIVE_SETTINGS CALL FUNCTION 'FMKU_GET_BCS_ACTIVE_SETTINGS' EXPORTING I_FM_AREA = p_fmarea IMPORTING E_BCS_ACTIVE_FROM = g_bcs_year E_FLG_BCS_ACTIVE = g_flg_bcs_active E_MIG_FULL_COVR = g_flg_mig_full_covr.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING I_FM_AREA = p_fmarea IMPORTING E_FUNDSCTR_STATE = g_fundsctrstate E_CMMTITEM_STATE = g_cmmtitemstate E_FUNCAREA_STATE = g_funcareastate E_MEASURE_STATE = g_measurestate E_GRANT_NBR_STATE = g_grant_nbrstate E_BUDGET_PD_STATE = g_budget_pdstate EXCEPTIONS OTHERS = 3.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING IM_APPLIK = l_funds IM_VERSION = p_svers IM_WRTTP = l_wfbudget EXCEPTIONS OTHERS = 6.

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING I_FM_AREA = p_fmarea I_VERSION = p_tvers EXCEPTIONS NO_VERSION = 1 OTHERS = 2.

BUCU_CHECK_VERSION_FREEZE CALL FUNCTION 'BUCU_CHECK_VERSION_FREEZE' EXPORTING I_VERSION = p_tvers EXCEPTIONS NO_VERSION = 1 NOT_FOUND = 2 OTHERS = 3.

FMKU_CHECK_BUDGETING_PERIOD CALL FUNCTION 'FMKU_CHECK_BUDGETING_PERIOD' EXPORTING I_FM_AREA = p_fmarea I_PERIOD = p_perio EXCEPTIONS OTHERS = 5.



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