MKBUDF05 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 MKBUDF05 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: Forms - Copy Versions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNAU_AUTHORITY_TCD CALL FUNCTION 'CNAU_AUTHORITY_TCD'.
FM_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "#EC * " 470 EXCEPTIONS error_message = 1.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_da_activ = l_da_active.
FM_GET_ACTIVE_DIMENSIONS call function 'FM_GET_ACTIVE_DIMENSIONS' "#EC * importing e_fund_active = l_fund_active.
FM_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "#EC * " 470 EXCEPTIONS error_message = 1.
FM_GET_ACTIVE_DIMENSIONS call function 'FM_GET_ACTIVE_DIMENSIONS' "#EC * importing e_fund_active = l_fund_active.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
MESSAGES_INITIALIZE ***CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = t_msg.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' IMPORTING out_parameters = l_params valid = l_valid EXCEPTIONS archive_info_not_found = 01 invalid_print_params = 02 invalid_archive_params = 03.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = l_err_prot_title EXCEPTIONS no_messages = 01.
RETRIEVAL_TEXT CALL FUNCTION 'RETRIEVAL_TEXT' EXPORTING id = longtext_mgr-tdid language = sy-langu IMPORTING header = thead EXCEPTIONS OTHERS = 1.
KBPS_EDIT_TEXT CALL FUNCTION 'KBPS_EDIT_TEXT' EXPORTING i_edit = p_edit i_textid = longtext_mgr-tdid i_textname = l_textname EXCEPTIONS no_text = 01.
KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING i_application = vcopy_dyn_mgr-application i_fm_area = u_fikrs i_object_initial_allowed = on IMPORTING e_objhi = l_objhi.
KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = vcopy_dyn_mgr-application im_geber = u_fincode im_geber_all = u_fincode_all im_object = l_objhi im_update = off im_version = u_version im_wrttp = '43' im_wrttp2 = '70'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.