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

FMMP_SCREEN_CHECKS_COVR SAP ABAP INCLUDE - Include FMMP_SCREEN_CHECKS







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


INCLUDES used within this REPORT FMMP_SCREEN_CHECKS_COVR

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:

FMKU_CHECK_BUDGETING_PERIOD * CALL FUNCTION 'FMKU_CHECK_BUDGETING_PERIOD' * EXPORTING * I_FM_AREA = P_FMAREA * I_POSTING_DATE = P_POSDAT * I_FISCYEAR = L_RFYEAR * I_PERIOD = P_RPERFR.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fm_area.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fm_area i_actvt = con_act_fmbu_change i_msgty = 'E'.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = u_budcat.

BUKU_CHECK_BUDCAT CALL FUNCTION 'BUKU_CHECK_BUDCAT' EXPORTING i_budcat = u_budcat i_flg_with_texts = ' ' i_flg_bypass_buffer = ' ' IMPORTING e_s_budcat = l_f_budcat.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = u_doctype i_flg_release = u_flg_release i_flg_budget = u_flg_budget i_flg_no_rollup = g_flg_no_rollup.

FM_AUTH_CHECK_BU_DOCUMENT_TYPE CALL FUNCTION 'FM_AUTH_CHECK_BU_DOCUMENT_TYPE' EXPORTING i_fikrs = u_fm_area i_document_type = u_doctype i_actvt = con_act_fmbu_post.

FMCU_CHECK_BUDTYPECOMB CALL FUNCTION 'FMCU_CHECK_BUDTYPECOMB' EXPORTING i_fm_area = u_fm_area i_process = u_process i_valtype = u_valtype i_budtype = u_budtype.

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING i_fm_area = u_fm_area i_version = u_version.

FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund.

FMBAS_CHECK_FUNCAREA CALL FUNCTION 'FMBAS_CHECK_FUNCAREA' EXPORTING i_fm_area = u_fm_area i_funcarea = u_funcarea i_fiscyear = u_fyear.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_gjahr = u_fyear.

FMKU_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FMKU_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_cmmtitem = u_cmmtitem.

GM_GRANT_CHECK CALL FUNCTION 'GM_GRANT_CHECK' EXPORTING im_grant_nbr = u_grant.

FM_AUTH_CHECK_BU_VERSION_CATEG CALL FUNCTION 'FM_AUTH_CHECK_BU_VERSION_CATEG' EXPORTING i_fikrs = u_fm_area i_version = u_version i_budget_category = u_budcat i_actvt = u_actvt.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_measure = u_measure i_fisc_year = u_fyear.

FM_FYC_SEL_VARIANT_CHECK CALL FUNCTION 'FM_FYC_SEL_VARIANT_CHECK' EXPORTING i_fikrs = u_fikrs i_gjahr = u_fyear i_selvar = u_selvar i_sel_repname = 'RFFMSTRP' EXCEPTIONS variant_error = 1 OTHERS = 2.

BUKU_CHECK_VALTYPE_PROCESS CALL FUNCTION 'BUKU_CHECK_VALTYPE_PROCESS' EXPORTING i_process = u_proc i_valtype = u_valtype.

FMCU_GET_RELEASE_STATE





CALL FUNCTION 'FMCU_GET_RELEASE_STATE' EXPORTING i_fm_area = u_fm_area IMPORTING e_flg_release_active = l_flg_release_active.

FMCU_GET_BUDTYPE CALL FUNCTION 'FMCU_GET_BUDTYPE' EXPORTING i_fm_area = u_fm_area i_valtype = 'R1' EXCEPTIONS not_found = 1 OTHERS = 2.

FMKU_CHECK_BUDGETING_PERIOD CALL FUNCTION 'FMKU_CHECK_BUDGETING_PERIOD' EXPORTING i_fm_area = u_fm_area i_posting_date = u_posdat i_fiscyear = u_fyear i_period = u_sperfr EXCEPTIONS error_occured = 1 posting_date_error = 2 fiscal_year_error = 3 period_error = 4 OTHERS = 5.

FMKU_CHECK_BUDGETING_PERIOD CALL FUNCTION 'FMKU_CHECK_BUDGETING_PERIOD' EXPORTING i_fm_area = u_fm_area i_posting_date = u_posdat i_fiscyear = u_fyear i_period = u_rperfr.



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