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

MKBUDF07 SAP ABAP INCLUDE - Forms - Copy Project Versions







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


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 MKBUDF07. "Basic submit
SUBMIT MKBUDF07 AND RETURN. "Return to original report after report execution complete
SUBMIT MKBUDF07 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 Project Versions


INCLUDES used within this REPORT MKBUDF07

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:

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.



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