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

MKBUCF13 SAP ABAP INCLUDE - Commitment Budget Object - Commitment Budget







MKBUCF13 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 MKBUCF13 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 MKBUCF13. "Basic submit
SUBMIT MKBUCF13 AND RETURN. "Return to original report after report execution complete
SUBMIT MKBUCF13 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Commitment Budget Object - Commitment Budget


INCLUDES used within this REPORT MKBUCF13

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:

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = l_kom_active.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = off ip_fikrs = fmdy-fikrs IMPORTING f_fm01 = l_fm01.

FM_NO_BLANK CALL FUNCTION 'FM_NO_BLANK' EXPORTING i_fm_area = fmdy-fikrs i_fiscal_year = bpdy-gjahr i_fund = fmdy-fincode i_flg_grant_check = off i_flg_fund_check = on i_flg_function_check = off i_flg_measure_check = off EXCEPTIONS fund_blank = 1 OTHERS = 3.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = on.

KBPA_GET_START_FISCAL_YEAR_OPT CALL FUNCTION 'KBPA_GET_START_FISCAL_YEAR_OPT' EXPORTING i_fm_area = fmdy-fikrs i_fin_code = fmdy-fincode IMPORTING e_start_fiscal_year = l_def_gjahr e_profil = l_profil.

KBPS_CHECK_GJAHR CALL FUNCTION 'KBPS_CHECK_GJAHR' EXPORTING i_gjahr = bpdy-gjahr IMPORTING e_gjahr = l_user_gjahr.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING i_application = l_funds i_fm_area = fmdy-fikrs IMPORTING e_objhi = bpin-objhi.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING * I_CARRIER_HIERARCHY = 'X' i_ctr_lev = fmps-ctr_lev i_c_ctr_lev = fmps-c_ctr_lev * I_ALL_POSITIONS_UP = ' ' * i_only_30_pos = off i_use_items = off i_use_centres = on i_finuse_check = off.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_carrier_hierarchy = off i_ctr_lev = fmps-ctr_lev i_pos_lev = fmps-pos_lev i_c_ctr_lev = fmps-c_ctr_lev i_c_pos_lev = fmps-c_pos_lev i_only_30_pos = on i_del_statistics = off "KI4K045059 i_all_positions_up = on "P30K063193A i_finuse_check = off. "P30K063193A

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = fmdy-fikrs i_fipos = fmdy-fipos i_fistl = fmdy-fictr i_geber = fmdy-fincode i_gjahr = l_hiera_gjahr IMPORTING e_profil = tbp1c-profil.

FM4C_SET_FORMAT CALL FUNCTION 'FM4C_SET_FORMAT' EXPORTING i_activate_format = off.

KBPS_CHECK_PROFIL * call function 'KBPS_CHECK_PROFIL' * exporting * applik = l_funds * profil = p_profil * wrttp = l_wfbudget * importing * ex_bp1c = l_tbp1c * exceptions * not_found = 01.

KBPS_CHECK_PROFIL CALL FUNCTION 'KBPS_CHECK_PROFIL' EXPORTING applik = l_funds profil = p_profil wrttp = l_wfbudget IMPORTING ex_bp1c = l_tbp1c EXCEPTIONS not_found = 01.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = p_fikrs ip_fincode = p_geber ip_finuse_read = 'X' IMPORTING op_finuse_datab = l_fmfuse_datab op_finuse_datbis = l_fmfuse_datbis EXCEPTIONS customer_invalid = 01 finuse_not_defined = 02 input_error = 03 master_data_not_found = 04.

KBPS_GET_CURRENCY CALL FUNCTION 'KBPS_GET_CURRENCY' EXPORTING fikrs = p_fikrs fikrs_ca_periv = on IMPORTING periv = l_periv EXCEPTIONS fikrs_not_found = 01 kokrs_not_found = 02 no_parameters = 03.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = l_fmfuse_datab i_periv = l_periv IMPORTING e_gjahr = l_syear EXCEPTIONS input_false = 01 t009_notfound = 02 t009b_notfound = 03.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = l_fmfuse_datbis i_periv = l_periv IMPORTING e_gjahr = l_eyear EXCEPTIONS input_false = 01 t009_notfound = 02 t009b_notfound = 03.

KBPR_READ_CARRIER * call function 'KBPR_READ_CARRIER' * exporting * i_objhi = p_objhi * i_geber = p_geber * i_trgkz = l_node * i_gjahr = p_year_last * i_read_bpcg = off * i_read_bpcj = off * tables * bp_ck = lt_bpck * bp_cj = lt_bpcj * bp_cg = lt_bpcg * tab_objhi = lt_dummy * tab_objnr = lt_dummy * tab_posit = lt_dummy * tab_wrttp = lt_wrttp * tab_trgkz = lt_dummy.

TEXT_SPLIT





CALL FUNCTION 'TEXT_SPLIT' EXPORTING length = l_line_len text = l_msg_a IMPORTING line = l_msg_a1 rest = l_msg_a2.

TEXT_SPLIT CALL FUNCTION 'TEXT_SPLIT' EXPORTING length = l_line_len text = l_msg_a2 IMPORTING line = l_msg_a2 rest = l_msg_a3.

TEXT_SPLIT CALL FUNCTION 'TEXT_SPLIT' EXPORTING length = l_line_len text = l_msg_b IMPORTING line = l_msg_b1 rest = l_msg_b2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = l_msg_a1 diagnosetext2 = l_msg_a2 diagnosetext3 = l_msg_a3 textline1 = l_msg_b1 textline2 = l_msg_b2 titel = text-820 IMPORTING answer = l_answer.

FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = p_fikrs IMPORTING e_flg_year_master_data = p_masterdata_yeardep 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 MKBUCF13 or its description.