SAP Reports / Programs | Financial Accounting | Funds Management(FI-FM) SAP FI

MKBUDF00 SAP ABAP INCLUDE - General Forms







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


Text pool values


Title: General Forms


INCLUDES used within this REPORT MKBUDF00

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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING popup = '1' IMPORTING e_kokrs = kostv-kokrs.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING popup = '1' IMPORTING e_kokrs = codia-kokrs.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = space EXCEPTIONS no_messages = 1.

KBPP_START CALL FUNCTION 'KBPP_START' EXPORTING bp_in = bpin init = init imp01 = "ALRK203311 imp02 = "ALRK203311 IMPORTING bp_ex = bpex.

KBPP_POST CALL FUNCTION 'KBPP_POST' TABLES bp_ch = bp_ch.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

FM17_ACTIVITY_ALLOWED_GET CALL FUNCTION 'FM17_ACTIVITY_ALLOWED_GET' EXPORTING i_fikrs = fmps-fikrs i_gjahr = bpdy-gjahr i_geber = fmps-geber i_versn = l_versn i_activity = l_activity i_flg_com_bud = l_check_com_bud i_flg_pay_bud = l_check_pay_bud.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = bpin-applik im_geber = geber im_object = object im_version = version im_wrttp = bpin-wrttp im_kokrs = l_kokrs im_vorga = bpin-vorga "P30K040495 IMPORTING ex_verstxt = verstxt.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMKBUD' dynumb = sy-dynnr TABLES dynpfields = dynp EXCEPTIONS OTHERS = 1.

KBPS_SHOW_VERSIONS CALL FUNCTION 'KBPS_SHOW_VERSIONS' EXPORTING applik = applik object = bpin-objhi geber = bpin-geber wrttp = wrttp im_kokrs = l_kokrs IMPORTING version = bpin-versn EXCEPTIONS no_versions = 01.

KBPS_CHECK_PROFIL CALL FUNCTION 'KBPS_CHECK_PROFIL' EXPORTING applik = bpin-applik profil = tbp1c-profil wrttp = bpin-wrttp IMPORTING ex_bp1c = tbp1c.

FM16_SUBTYPES_GET_FROM_TYPE CALL FUNCTION 'FM16_SUBTYPES_GET_FROM_TYPE' EXPORTING fm_area = p_fmps_fikrs bdgt_type = p_bpin_vorga IMPORTING mandatory = l_mandatory.

FM16_SUBTYPE_READ_CUSTOMIZING CALL FUNCTION 'FM16_SUBTYPE_READ_CUSTOMIZING' EXPORTING fm_area = p_fmps_fikrs bdgt_type = p_bpin_vorga bdgt_subtype = p_bpdy_subvo.

RS_HDSYS_GET_TC_VARIANT CALL FUNCTION 'RS_HDSYS_GET_TC_VARIANT' IMPORTING tcvariant = p_tcvariant flag_client_independent = p_flag_client_independent rc = p_returncode.

RS_HDSYS_CALL_TC_VARIANT CALL FUNCTION 'RS_HDSYS_CALL_TC_VARIANT' EXPORTING tcode = sy-tcode variant = p_tcvariant i_flag_client_independent = p_flag_client_independent call_mode = ' ' " LEAVE TO TRANSACTION authority_check = 'X' variant_check = 'X' EXCEPTIONS no_variant = 1 no_authority_tcode = 2 OTHERS = 3.



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