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

RFFMBUD_DOC_HANA_F01 SAP ABAP INCLUDE - Include RFFMBUD_DOC_HANA_F01







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


INCLUDES used within this REPORT RFFMBUD_DOC_HANA_F01

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:

HDB_DBCON_GET_APPL CALL FUNCTION 'HDB_DBCON_GET_APPL' EXPORTING i_application = con_appl_psm i_subapplication = con_subappl_psm_fm_bud_mon i_check_connection = 'X' it_required_table = lt_required_table i_uname = sy-uname IMPORTING e_dbcon_name = c_dbcon EXCEPTIONS dbcon_not_exist = 1 OTHERS = 2.

FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = l_process_popup IMPORTING e_fikrs = l_fm_area EXCEPTIONS no_fikrs_selected = 1 OTHERS = 2.

FMBAS_READ_ACT_LDNR_WITH_TEXT CALL FUNCTION 'FMBAS_READ_ACT_LDNR_WITH_TEXT' EXPORTING i_fikrs = l_fm_area i_flg_use_fin_bdg = con_off EXCEPTIONS OTHERS = 1.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = l_fm_area 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.

FMCU_GET_BUDCAT_FRAME CALL FUNCTION 'FMCU_GET_BUDCAT_FRAME' EXPORTING i_fm_area = u_fm_area IMPORTING e_t_fmbudcat = lt_budcat.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = ls_budcat-budcat IMPORTING e_flg_ceffyear_used = l_flg_ceffyear_active EXCEPTIONS OTHERS = 1.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = u_rollname langu = sy-langu IMPORTING dd04v_wa = ls_dd04v-dd04v EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fm_area i_actvt = con_act_fmbu_display IMPORTING e_flg_auth = l_flg_auth.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = u_budcat EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_gjahr = u_fiscyear EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_FUND_CENTER_EXISTENCE_CHECK CALL FUNCTION 'FM_FUND_CENTER_EXISTENCE_CHECK' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr EXCEPTIONS OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = u_fiscyear i_fipex = u_cmmtitem EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_POSIT_GET_FROM_FIPEX CALL FUNCTION 'FM_POSIT_GET_FROM_FIPEX' EXPORTING i_fikrs = u_fm_area i_fipex = u_cmmtitem EXCEPTIONS OTHERS = 1.

BUKU_CHECK_BUDCAT CALL FUNCTION 'BUKU_CHECK_BUDCAT' EXPORTING i_budcat = u_budcat i_flg_with_texts = 'X' IMPORTING e_s_budcatt = ls_bubudcatt EXCEPTIONS OTHERS = 1.

BUKU_CHECK_VALTYPE CALL FUNCTION 'BUKU_CHECK_VALTYPE' EXPORTING i_valtype = u_valtype i_flg_text = 'X' IMPORTING e_valtype_text = l_valtype_text EXCEPTIONS OTHERS = 1.

BUKU_CHECK_PROCESS CALL FUNCTION 'BUKU_CHECK_PROCESS' EXPORTING i_process = u_process i_flg_text = 'X' IMPORTING e_f_processt = ls_buprocesst EXCEPTIONS OTHERS = 1.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = u_doctype IMPORTING e_doctype_txt = ls_doctype_text-text EXCEPTIONS OTHERS = 1.

DD_DOMVALUES_GET





CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'BUED_DOCSTATE' text = 'X' langu = sy-langu IMPORTING rc = l_subrc TABLES dd07v_tab = lt_dd07v_tab EXCEPTIONS OTHERS = 1.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'BP_RSTAT' text = 'X' langu = sy-langu IMPORTING rc = l_subrc TABLES dd07v_tab = lt_dd07v_tab EXCEPTIONS OTHERS = 1.

GM_GRANT_TEXT_READ CALL FUNCTION 'GM_GRANT_TEXT_READ' EXPORTING im_grant_nbr = u_grant IMPORTING f_text = ls_grant_text-text EXCEPTIONS OTHERS = 1.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fm_area ip_fincode = u_fund ip_gjahr = l_fiscyear ip_text = 'X' IMPORTING f_fmfint = ls_fmfint EXCEPTIONS OTHERS = 1.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fm_area ip_fincode = u_fund * IP_DATE = '00000000' ip_gjahr = l_fiscyear ip_text = ' ' IMPORTING f_fmfincode = ls_fmfincode EXCEPTIONS OTHERS = 1.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = u_budget_pd i_flg_text_bpd = 'X' i_flg_fund_bpd = ' ' IMPORTING e_fmbudgetpdt = ls_fmbudgetpdt EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_flag_text = 'X' i_flag_hier = ' ' i_date = l_date IMPORTING e_f_fmfctrt = ls_fmfctrt EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_flag_text = 'X' i_flag_hier = ' ' i_date = l_date IMPORTING e_f_fmfctrt = ls_fmfctrt EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_flag_text = 'X' i_flag_hier = ' ' i_gjahr = l_fiscyear IMPORTING e_f_fmfctrt = ls_fmfctrt EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_flag_text = ' ' i_flag_hier = ' ' i_date = l_date IMPORTING e_f_fmfctr = ls_fmfctr EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_flag_text = ' ' i_flag_hier = ' ' i_date = l_date IMPORTING e_f_fmfctr = ls_fmfctr EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_flag_text = ' ' i_flag_hier = ' ' i_gjahr = l_fiscyear IMPORTING e_f_fmfctr = ls_fmfctr EXCEPTIONS OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = '0000' i_fipex = u_cmmtitem i_flg_text = 'X' i_flg_hierarchy = ' ' IMPORTING e_f_fmcit = ls_fmcit EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = l_year i_fipex = u_cmmtitem i_flg_text = 'X' i_flg_hierarchy = ' ' IMPORTING e_f_fmcit = ls_fmcit EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = l_year i_fipex = u_cmmtitem i_flg_text = 'X' i_flg_hierarchy = ' ' IMPORTING e_f_fmcit = ls_fmcit EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = l_fiscyear i_fipex = u_cmmtitem i_flg_text = 'X' i_flg_hierarchy = ' ' IMPORTING e_f_fmcit = ls_fmcit EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = '0000' i_fipex = u_cmmtitem i_flg_text = ' ' i_flg_hierarchy = ' ' IMPORTING e_f_fmci = ls_fmci EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = l_year i_fipex = u_cmmtitem i_flg_text = ' ' i_flg_hierarchy = ' ' IMPORTING e_f_fmci = ls_fmci EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = l_year i_fipex = u_cmmtitem i_flg_text = ' ' i_flg_hierarchy = ' ' IMPORTING e_f_fmci = ls_fmci EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = l_fiscyear i_fipex = u_cmmtitem i_flg_text = ' ' i_flg_hierarchy = ' ' IMPORTING e_f_fmci = ls_fmci EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.




FM_TFKB_READ CALL FUNCTION 'FM_TFKB_READ' EXPORTING i_fkber = u_funcarea i_flg_text = 'X' IMPORTING e_f_tfkbt = ls_tfkbt EXCEPTIONS OTHERS = 1.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_measure = u_measure i_fisc_year = l_fiscyear i_flg_text = 'X' IMPORTING e_f_fmmeasuret = ls_fmmeasuret EXCEPTIONS OTHERS = 1.

FMBAS_GET_USERDIM_DESCRIPTION CALL FUNCTION 'FMBAS_GET_USERDIM_DESCRIPTION' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = l_fiscyear IMPORTING e_text = ls_userdim_text-text EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMBH' TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMBL' TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMBCS_S_LINES_EXT' TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING kind = 'F' expressions = pfs_dyns-texpr IMPORTING selection_id = l_selection_id where_clauses = pfs_dyns-clauses expressions = pfs_dyns-texpr field_ranges = pfs_dyns-trange number_of_active_fields = pfs_num TABLES fields_tab = lt_fields fields_not_selected = lt_fields_not EXCEPTIONS OTHERS = 1.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = l_selection_id title = l_title frame_text = l_title tree_visible = ' ' IMPORTING where_clauses = pfs_dyns-clauses expressions = pfs_dyns-texpr field_ranges = pfs_dyns-trange number_of_active_fields = pfs_num TABLES fields_tab = lt_fields fields_not_selected = lt_fields_not EXCEPTIONS no_action = 0 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 RFFMBUD_DOC_HANA_F01 or its description.