MKBUDF07 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 MKBUDF07 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 Project Versions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
KBPP_COPY_VERSION CALL FUNCTION 'KBPP_COPY_VERSION' EXPORTING IM_VERSION_SRC = VCOPY_DYN_CJ_MGR-V_VERS_V IM_VERSION_DEST = VCOPY_DYN_CJ_MGR-V_VERS_Z IM_TIME = L_TIME IM_COSTS = VCOPY_DYN_CJ_MGR-V_COST IM_REVENUES = VCOPY_DYN_CJ_MGR-V_ERLOESE IM_STATISTIC = L_STATISTIC IM_DETAIL_PLAN = L_DETAIL IM_COPY_MODE = L_COPY_MODE ** IM_OVERWRITE_CHECK = L_OVERWRITE_CHECK "4.0**weg"ALRK023069
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMKBUD' DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNP EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_PROJN_INPUT CALL FUNCTION 'CONVERSION_EXIT_PROJN_INPUT' EXPORTING INPUT = PROJ-PSPID IMPORTING OUTPUT = PROJ-PSPID EXCEPTIONS ERROR_MESSAGE = 1.
CJDW_PROJ_SELECT_SINGLE CALL FUNCTION 'CJDW_PROJ_SELECT_SINGLE' EXPORTING PSPID = PROJ-PSPID IMPORTING E_PROJ = L_PROJ EXCEPTIONS NOT_FOUND = 01.
KBPS_SHOW_VERSIONS CALL FUNCTION 'KBPS_SHOW_VERSIONS' EXPORTING APPLIK = VCOPY_DYN_MGR-APPLICATION OBJECT = L_PROJ-OBJNR WRTTP = L_WPLAN IM_KOKRS = L_PROJ-VKOKR IM_COP_VERSN = L_COP_VERSN IM_ALL_VERSN = L_ALL_VERSN IMPORTING VERSION = L_VERSION EXCEPTIONS NO_VERSIONS = 01.
CNAU_AUTHORITY_TCD CALL FUNCTION 'CNAU_AUTHORITY_TCD' EXPORTING TCODE = L_TCODE.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING PAR_DIALG = 'X' PAR_PRINT = 'X' PAR_RNAME = L_RNAME PAR_SDMSG = 'X' TABLES TAB_SELPA = LT_SELPA.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.