MKBUDI05 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 MKBUDI05 into the relevant SAP transactions such as SE38 or SE80
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.
Title: PAI Modules for Investment Control
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AIPA_CHOOSE_TRGKZ CALL FUNCTION 'AIPA_CHOOSE_TRGKZ' EXPORTING i_flg_intern = im_intern IMPORTING e_trgkz = im_trgkz e_ok_code = hlp_okcode.
AIPA_CHOOSE_TOP_POSID CALL FUNCTION 'AIPA_CHOOSE_TOP_POSID' EXPORTING i_prnam = imtp-prnam i_gjahr = impr-gjahr IMPORTING e_ok_code = hlp_ok_code e_flg_only_one_toppos = hlp_flg_only_one_toppos e_posid = hlp_posid.
AIP1_GET_INVPROG CALL FUNCTION 'AIP1_GET_INVPROG' EXPORTING i_prnam = imtp-prnam i_gjahr = bpdy-gjahr i_posid = impr-posid i_up_to_level = raip_dynp-tlevel i_aktyp = im_aktyp i_flg_with_path = raip_dynp-xpath i_langu = sy-langu i_xtransaction = 'X' i_xplan = im_xplan i_intern = im_intern i_statsel = sel_stsel i_obarts = im_obarts i_oldmeas = im_oldmeas i_trgkz = im_trgkz IMPORTING e_imtp = im_imtp TABLES it_sel_aufnr = sel_aufnr it_sel_posnr = sel_posnr it_sel_psphi = sel_psphi it_sel_pspnr = sel_pspnr EXCEPTIONS not_found = 01.
AIPA_CHECK_SUBTREE_INVPROG CALL FUNCTION 'AIPA_CHECK_SUBTREE_INVPROG' EXPORTING i_prnam = imtp-prnam i_posid = impr-posid i_gjahr = impr-gjahr.
AIPA_F4_POSITION CALL FUNCTION 'AIPA_F4_POSITION' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_prnam_proposal = 'IMTP-PRNAM' i_fn_gjahr_proposal = 'IMPR-GJAHR' i_fn_prnam = 'IMTP-PRNAM' i_fn_posid = 'IMPR-POSID' i_fn_gjahr = 'IMPR-GJAHR' i_takeover_allowed = 'X'.
AIPA_F4_PROGRAM CALL FUNCTION 'AIPA_F4_PROGRAM' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_prnam = 'IMTP-PRNAM' i_fn_gjahr = 'IMPR-GJAHR' i_takeover_allowed = 'X'.
AIPA_F4_PLAN_VERSION CALL FUNCTION 'AIPA_F4_PLAN_VERSION' EXPORTING i_program = hlp_program i_dynnr = hlp_dynnr i_fn_gjahr_proposal = 'IMPR-GJAHR' i_fn_prnam_proposal = 'IMTP-PRNAM' i_fn_versn = 'RAIP3-VERSN' i_takeover_allowed = 'X'.
AIPA_GET_PLAN_VERSIONS CALL FUNCTION 'AIPA_GET_PLAN_VERSIONS' EXPORTING i_prnam = imtp-prnam i_gjahr = impr-gjahr IMPORTING e_prart = hlp_prart e_flg_no_versions_used = flg_no_versions_used.
AIPA_CHECK_PLAN_VERSION CALL FUNCTION 'AIPA_CHECK_PLAN_VERSION' EXPORTING i_versn = raip3-versn i_gjahr = impr-gjahr i_prart = hlp_prart EXCEPTIONS " VERSION_NOT_FOUND = 1 " Fehler ausgeben.
AIPA_CHECK_PLAN_VERSION CALL FUNCTION 'AIPA_CHECK_PLAN_VERSION' EXPORTING i_versn = raip3-versn i_gjahr = impr-gjahr i_prart = hlp_prart.
AIPA_GET_PLAN_VERSIONS CALL FUNCTION 'AIPA_GET_PLAN_VERSIONS' EXPORTING i_prnam = im_imtp-prnam i_gjahr = im_imtp-gjahr IMPORTING e_flg_no_versions_used = flg_no_versions_used TABLES et_taif2 = t_taif2.
AIPA_AUTHORITY_CHECK_IP CALL FUNCTION 'AIPA_AUTHORITY_CHECK_IP' EXPORTING i_obtyp = 'PROG' i_auth_object = 'A_IMPR_APS' " I_IMPR = i_imtp = im_imtp i_actvt = hlp_actvt i_appst = t_taif2-appst i_message = 'E' i_flg_raise_exception = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.