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

FMMP_AVC_CVRGRP SAP ABAP INCLUDE - Include FMMP_AVC_CVRGRP







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


INCLUDES used within this REPORT FMMP_AVC_CVRGRP

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:

FMAVC_DIMSEL_EXISTING_CTRL_OBJ CALL FUNCTION 'FMAVC_DIMSEL_EXISTING_CTRL_OBJ' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_aldnr = u_ledger i_t_aco_dimsel = u_f_dimtabs IMPORTING e_t_control_addresses = c_t_avc_dim EXCEPTIONS OTHERS = 1.

FMAVC_DIMSEL_EXISTING_CVR_GRPS CALL FUNCTION 'FMAVC_DIMSEL_EXISTING_CVR_GRPS' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_year i_aldnr = u_ledger i_tr_cover_groups = l_tr_cover_groups IMPORTING e_t_control_addresses = c_t_avc_dim EXCEPTIONS OTHERS = 1.

FMAVC_CHECK_PLDNR_ALDNR CALL FUNCTION 'FMAVC_CHECK_PLDNR_ALDNR' EXPORTING i_aldnr = u_ledger IMPORTING e_pldnr0 = l_pldnr EXCEPTIONS OTHERS = 1.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_grant_nbr_state = l_grant_nbr_state EXCEPTIONS OTHERS = 1.

FMAVC_READ_INDEX_ACO_DOWN CALL FUNCTION 'FMAVC_READ_INDEX_ACO_DOWN' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_s_aco_address = i_aldnr = u_ledger i_sldnr = u_budcat IMPORTING e_flg_all_grant_values = l_flg_all_grant_values e_t_budget_addresses = l_t_budget_address EXCEPTIONS OTHERS = 1.

FMAVC_RETRIEVE_GRANT_BO CALL FUNCTION 'FMAVC_RETRIEVE_GRANT_BO' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_bldnr = u_budcat i_s_address = i_flg_use_buffer = 'X' IMPORTING e_t_grant = l_t_grant EXCEPTIONS OTHERS = 1.

FMAVC_READ_INDEX_ACO_DOWN CALL FUNCTION 'FMAVC_READ_INDEX_ACO_DOWN' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_s_aco_address = i_aldnr = u_ledger i_sldnr = l_pldnr IMPORTING e_flg_all_grant_values = l_flg_all_grant_values_po e_t_posting_addresses = l_t_posting_address_with_ba EXCEPTIONS OTHERS = 1.

FMAVC_RETRIEVE_GRANT_PO CALL FUNCTION 'FMAVC_RETRIEVE_GRANT_PO' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_pldnr = l_pldnr i_s_address = -posting_address i_flg_use_buffer = 'X' IMPORTING e_t_grant = l_t_grant EXCEPTIONS OTHERS = 1.

FMCE_READ_ALL_ADDRS_FOR_CVRGRP CALL FUNCTION 'FMCE_READ_ALL_ADDRS_FOR_CVRGRP' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_year i_budcat = u_budcat i_cvrgrp = l_f_fmcecvgrp-cvrgrp IMPORTING e_t_assigned_addresses = l_t_assigned_addresses EXCEPTIONS OTHERS = 1.

FMCE_READ_ALL_CVRGRPS_FOR_ADDR * CALL FUNCTION 'FMCE_READ_ALL_CVRGRPS_FOR_ADDR' * EXPORTING * I_FM_AREA = u_fm_area * I_FISCYEAR = u_year * I_BUDCAT = u_budcat * I_S_ADDRESS = l_f_dimpart ** I_FLG_BYPASS_BUFFER = ' ' * I_CGAUTOIND = con_cvgrp_manu * IMPORTING * E_T_ASSIGNED_CVRGRPS = L_T_ASSIGNED_CVRGRPS * EXCEPTIONS * ERROR_CVRGRP = 1 * OTHERS = 2.

FM_SELECT_MULTIPLE CALL FUNCTION 'FM_SELECT_MULTIPLE' EXPORTING i_fikrs = p_fmarea i_gjahr = p_sfyear i_select_without_fonds = l_flg_fund_not_active i_select_without_budgetpd = l_flg_budp_not_active i_select_without_function = l_flg_fnca_not_active i_select_without_measure = l_flg_meas_not_active * i_select_without_userdim = l_flg_usrd_not_active i_select_without_grant = l_flg_grnt_not_active i_flg_no_list = u_flg_no_list i_prog_varnt = u_selvar i_flg_blank_dim_bcs = l_f_blank_dim TABLES t_fmsltrp = l_t_fmsltrp t_fmslpara = l_t_fmslpara EXCEPTIONS OTHERS = 1.

FMAVC_CHECK_BUDCAT_ALDNR CALL FUNCTION 'FMAVC_CHECK_BUDCAT_ALDNR' EXPORTING i_aldnr = u_ledgr IMPORTING e_budcat1 = l_budcat EXCEPTIONS invalid_aldnr = 1 error_alsrc = 2 no_fm_budcat_used = 3 OTHERS = 4.



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