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

MKBUDF02 SAP ABAP INCLUDE - Project Forms







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


Text pool values


Title: Project Forms


INCLUDES used within this REPORT MKBUDF02

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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' "ALRK203311 IMPORTING "ALRK203311 E_KOKRS = CODIA-KOKRS. "ALRK203311

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING RESET = ON.

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING I_BUKRS = PROJ-VBUKR IMPORTING E_FIKRS = FMPS-FIKRS.

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.

CONVERSION_EXIT_PROJN_INPUT CALL FUNCTION 'CONVERSION_EXIT_PROJN_INPUT' EXPORTING INPUT = PRPS-POSID IMPORTING OUTPUT = PRPS-POSID EXCEPTIONS ERROR_MESSAGE = 1.

CJDW_PRPS_SELECT_SINGLE CALL FUNCTION 'CJDW_PRPS_SELECT_SINGLE' EXPORTING POSID = PRPS-POSID IMPORTING E_PRPS = L_PRPS EXCEPTIONS NOT_FOUND = 01.

CJDW_PROJ_SELECT_SINGLE CALL FUNCTION 'CJDW_PROJ_SELECT_SINGLE' EXPORTING PSPNR = L_PRPS-PSPHI IMPORTING E_PROJ = L_PRPS_PROJ EXCEPTIONS NOT_FOUND = 01.

CJDW_PROJ_SELECT_SINGLE CALL FUNCTION 'CJDW_PROJ_SELECT_SINGLE' EXPORTING PSPID = PROJ-PSPID IMPORTING E_PROJ = L_PROJ EXCEPTIONS NOT_FOUND = 01.

CJDW_SELECT_BASIC_DATA CALL FUNCTION 'CJDW_SELECT_BASIC_DATA' EXPORTING ENQUEUE = VARC1 ENTRY_ELEMENT = PRPS-POSID PROJECT = PROJ-PSPID IMPORTING E_PROJ = PROJ E_PRPS = PRPS EXCEPTIONS ENTRY_ELEMENT_NOT_FOUND = 1 MISSING_PARAMETER = 2 PROJECT_NOT_FOUND = 3 PROJECT_INACT = 4 OTHERS = 5.



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