SAP Reports / Programs | Public Sector Management | Funds Management | Availability Control(PSM-FM-BCS-AC) SAP PSM

RFFMAVC_DIFF_FORMS_0100 SAP ABAP INCLUDE - Include RFFMAVC_DIFF_FORMS_0100







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


INCLUDES used within this REPORT RFFMAVC_DIFF_FORMS_0100

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_fikrs = p_fkrs IMPORTING f_fm01 = l_fmarea_info.

FMAVC_GET_FILTER_SETTINGS_BUD CALL FUNCTION 'FMAVC_GET_FILTER_SETTINGS_BUD' EXPORTING i_fm_area = p_fkrs i_fiscyear = l_f_outtabline-fiscyear i_aldnr = p_ledg i_arcty = l_arcty IMPORTING e_s_filter_header = l_s_filter_header.

FMAVC_GET_FILTER_SETTINGS_BUD CALL FUNCTION 'FMAVC_GET_FILTER_SETTINGS_BUD' EXPORTING i_fm_area = p_fkrs i_fiscyear = l_f_outtabline-fiscyear i_aldnr = p_ledg i_arcty = l_arcty IMPORTING e_s_filter_header = l_s_filter_header.

FMAVC_CONVERT_ACO_TO_MSGVX CALL FUNCTION 'FMAVC_CONVERT_ACO_TO_MSGVX' EXPORTING i_fm_area = p_fkrs i_aldnr = p_ledg i_s_aco_address = g_s_cobjects-address IMPORTING e_msgv1 = l_dim_text1 e_msgv2 = l_dim_text2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_availability_check text = ' ' info = g_txsymb add_stdinf = 'X' IMPORTING result = l_icon_text EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_account_assignment text = ' ' info = g_txsymb add_stdinf = 'X' IMPORTING result = l_icon_text EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FMAVC_GET_SOURCE_LEDGERS CALL FUNCTION 'FMAVC_GET_SOURCE_LEDGERS' EXPORTING i_aldnr = p_ledg IMPORTING e_sldnr0 = l_pldnr EXCEPTIONS OTHERS = 1.

FMBAS_ASSIGN_CEFFYEAR_BUD CALL FUNCTION 'FMBAS_ASSIGN_CEFFYEAR_BUD' EXPORTING i_fm_area = p_fkrs i_pldnr = l_pldnr i_fiscyear = u_gjahr i_ceffyear = '9999' IMPORTING e_ceffyear_bud_max = l_ceyr_max EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'LVC_S_DETA' i_client_never_display = 'X' i_internal_tabname = 'G_T_LINES_DIALOGBOX' CHANGING ct_fieldcat = g_t_fieldcat_dialogbox EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

FMAVC_CALC_ANNUAL_CONTRIB_BO CALL FUNCTION 'FMAVC_CALC_ANNUAL_CONTRIB_BO' EXPORTING i_fm_area = p_fkrs i_fiscyear = c_s_bobjects-fiscyear i_ceffyear = p_ceyr i_aldnr = p_ledg i_s_address = c_s_bobjects-address IMPORTING e_t_annual_totals = l_t_bo_annual_totals EXCEPTIONS OTHERS = 1.

FMAVC_CALC_ANNUAL_CONTRIB_PO CALL FUNCTION 'FMAVC_CALC_ANNUAL_CONTRIB_PO' EXPORTING i_fm_area = p_fkrs i_fiscyear = c_s_pobjects-fiscyear i_ceffyear = p_ceyr i_aldnr = p_ledg i_s_address = c_s_pobjects-address IMPORTING e_t_annual_totals = l_t_po_annual_totals EXCEPTIONS OTHERS = 1.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_fund_state = l_fund_state e_fundsctr_state = l_fundsctr_state e_cmmtitem_state = l_cmmtitem_state e_funcarea_state = l_funcarea_state e_measure_state = l_measure_state e_grant_nbr_state = l_grant_nbr_state e_userdim_state = l_userdim_state e_budget_pd_state = l_budget_pd_state EXCEPTIONS OTHERS = 1.

FMBAS_GET_ACTIVE_DIMENSIONS_PO CALL FUNCTION 'FMBAS_GET_ACTIVE_DIMENSIONS_PO' EXPORTING i_fm_area = u_fm_area IMPORTING e_grant_active = l_flg_grant_nbr_active e_fund_active = l_flg_fund_active e_function_active = l_flg_funcarea_active e_measure_active = l_flg_measure_active e_funds_ctr_active = l_flg_fundsctr_active e_cmmt_item_active = l_flg_cmmtitem_active e_fm_active = l_flg_fm_active e_bud_per_active = l_flg_budget_pd_active e_userdim_active = l_flg_userdim_active EXCEPTIONS OTHERS = 1.



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