SAP Reports / Programs

LFMRB_CUST_TOOLSF03 SAP ABAP INCLUDE - Include LFMBS_CUST_TOOLSF03







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


INCLUDES used within this REPORT LFMRB_CUST_TOOLSF03

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:

GM_GRANT_CHECK CALL FUNCTION 'GM_GRANT_CHECK' EXPORTING im_grant_nbr = l_grant_nbr EXCEPTIONS OTHERS = 1.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fm_area ip_fincode = l_fincode ip_gjahr = u_fiscyear EXCEPTIONS OTHERS = 1.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = u_budget_pd i_flg_text_bpd = ' ' i_flg_fund_bpd = ' ' EXCEPTIONS OTHERS = 1.

FM_FUND_BPD_READ CALL FUNCTION 'FM_FUND_BPD_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund i_gjahr_fincode = u_fiscyear i_budget_period = u_budget_pd EXCEPTIONS OTHERS = 1.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = l_fictr i_gjahr = u_fiscyear 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 = u_fiscyear i_fipex = l_fipex IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FMBAS_CHECK_FUNCAREA CALL FUNCTION 'FMBAS_CHECK_FUNCAREA' EXPORTING i_fm_area = u_fm_area i_funcarea = l_func_area i_fiscyear = u_fiscyear EXCEPTIONS OTHERS = 1.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_measure = u_measure i_fisc_year = u_fiscyear EXCEPTIONS OTHERS = 1.

FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = u_fiscyear EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_grant_nbr_active = c_flg_grant_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = c_flg_fund_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_budget_pd_active = c_flg_budget_pd_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_fundsctr_active = c_flg_fundsctr_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_cmmtitem_active = c_flg_cmmtitem_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_funcarea_active = c_flg_function_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_measure_active = c_flg_measure_active EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_userdim_active = c_flg_userdim_active EXCEPTIONS OTHERS = 1.

FMRB_CHECK_RIB_SETTINGS CALL FUNCTION 'FMRB_CHECK_RIB_SETTINGS' IMPORTING e_budget_memo_use = l_status_budget_memo_use.

DDIF_FIELDINFO_GET





CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = u_tabname langu = sy-langu lfieldname = u_fieldname IMPORTING dfies_wa = l_f_dfies EXCEPTIONS OTHERS = 1.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = l_f_dfies-rollname langu = sy-langu IMPORTING dd04v_wa = c_f_dd04v EXCEPTIONS OTHERS = 1.

FM_F4_FOR_FUND CALL FUNCTION 'FM_F4_FOR_FUND' EXPORTING i_fikrs = u_fm_area IMPORTING e_fund = c_fund EXCEPTIONS OTHERS = 1.

FM_F4_FOR_BUDGET_PERIOD CALL FUNCTION 'FM_F4_FOR_BUDGET_PERIOD' IMPORTING e_budget_period = c_budget_pd EXCEPTIONS OTHERS = 1.

FM_F4_FOR_FUNDS_CENTER CALL FUNCTION 'FM_F4_FOR_FUNDS_CENTER' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr IMPORTING e_fictr = c_fictr EXCEPTIONS OTHERS = 1.

FM_F4_FOR_COMMITMENT_ITEM CALL FUNCTION 'FM_F4_FOR_COMMITMENT_ITEM' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr IMPORTING e_fipex = c_fipex EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = u_tabname fieldname = u_fieldname TABLES return_tab = l_t_values EXCEPTIONS OTHERS = 1.

GM_GET_GRANT_NOT_RELEVANT CALL FUNCTION 'GM_GET_GRANT_NOT_RELEVANT' IMPORTING e_grant_not_relevant = l_grant_not_relevant.

FMCE_CHECK_ACTIVATION_CE CALL FUNCTION 'FMCE_CHECK_ACTIVATION_CE' IMPORTING e_budget_memo_use = l_status_budget_memo_use.



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