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

MKBUDF01 SAP ABAP INCLUDE - Forms for Orders







MKBUDF01 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 MKBUDF01 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 MKBUDF01. "Basic submit
SUBMIT MKBUDF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MKBUDF01 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 for Orders


INCLUDES used within this REPORT MKBUDF01

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:

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING SHORTNAME = CODIA-AUFGR SETCLASS = '0103' IMPORTING NEW_SETID = L_SETID.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING SETNAME = L_SETID.

K_VRGNG_AUTHORITY_CHECK CALL FUNCTION 'K_VRGNG_AUTHORITY_CHECK' EXPORTING ACTVT = ACTVT KOKRS = KOKRS VRGNG = BPIN-VORGA.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

K_ORDER_CHECK_SET CALL FUNCTION 'K_ORDER_CHECK_SET' EXPORTING AUFNR = CODIA-AUFNR AUART = CODIA-AUART KOKRS = CODIA-KOKRS VRGNG = VRGNG ALLOWED_AUTYP = ALLOWED_AUTYP ENQUEUE = VARC1 "P30K019579 ACTVT = L_ACTVT "auftr.bez. Berecht. ab 4.0A

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 01 E_MESSAGE = 02 I_MESSAGE = 03 W_MESSAGE = 04.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = TEXT-200 SHOW_LINNO = SPACE.

K_ORDER_GET_SINGLE CALL FUNCTION 'K_ORDER_GET_SINGLE' EXPORTING INDEX = 1 IMPORTING I_AUFKV = AUFKV.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

K_ORDER_CHECK_SET CALL FUNCTION 'K_ORDER_CHECK_SET' EXPORTING AUFGR = CODIA-AUFGR AUART = CODIA-AUART KOKRS = CODIA-KOKRS VRGNG = VRGNG ALLOWED_AUTYP = ALLOWED_AUTYP ENQUEUE = VARC1 ACTVT = L_ACTVT "auftr.bez. Berecht. ab 4.0A

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 01 E_MESSAGE = 02 I_MESSAGE = 03 W_MESSAGE = 04.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = TEXT-200 SHOW_LINNO = SPACE.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMKBUD' DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNP EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = CODIA-AUFNR IMPORTING OUTPUT = CODIA-AUFNR.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = BPDY-VERSN IMPORTING OUTPUT = BPDY-VERSN.

K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' EXPORTING AUFNR = CODIA-AUFNR NO_MESSAGE_STORE = ON IMPORTING KOKRS = L_KOKRS OBJNR = L_OBJNR EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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