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

MKBUDF05 SAP ABAP INCLUDE - Forms - Copy Versions







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


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


Text pool values


Title: Forms - Copy Versions


INCLUDES used within this REPORT MKBUDF05

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:

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'.



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