SAP Reports / Programs | Materials Management | Purchasing | Purchase Orders(MM-PUR-PO) SAP MM

BEIL3F01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT BEIL3F01

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:

WLF_INV_DOCUMENT_DATA_FOR_SL CALL FUNCTION 'WLF_INV_DOCUMENT_DATA_FOR_SL' EXPORTING I_NO_SETTLE_DOC_SUBSEQ_SETTLE = YES TABLES T_KOMLFK = P_KOMLFK T_LIFRE = P_LIFRE T_LNRZB = P_LNRZB T_LFART = P_LFART T_WFDAT = P_WFDAT T_WBELN = P_WBELN T_BLDAT = P_BLDAT EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

WLF_TMFK_READ CALL FUNCTION 'WLF_TMFK_READ' EXPORTING I_LFART = P_KOMLFK-LFART IMPORTING E_TMFK = L_TMFK EXCEPTIONS NO_INPUT_DATA = 1 DATA_NOT_FOUND = 2 OTHERS = 3.

WLF_READ_POSITION CALL FUNCTION 'WLF_READ_POSITION' EXPORTING I_WBELN = P_KOMLFK-WBELN TABLES T_WBRP = L_WBRP EXCEPTIONS NOTHING_READ = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = L_TEXT_IND.

WLF_READ_KOMV CALL FUNCTION 'WLF_READ_KOMV' EXPORTING I_KNUMV = P_KOMLFK-KNUMV TABLES T_KOMV = L_KOMV.

MM_ARRANG_WLF_INDEX_CREATE_NEW CALL FUNCTION 'MM_ARRANG_WLF_INDEX_CREATE_NEW' * MCKONAIB AUFBAUEN AUS REGULIERUNGSBELEGEN EXPORTING I_KOMLFK = P_KOMLFK I_REFRESH_BUFFERS = L_REFRESH_BUFFER I_PRICING_DATE_FROM = I_PDAT_L I_PRICING_DATE_TO = I_PDAT_H TABLES T_KOMLFP = L_KOMLFP T_MCKONAIB = L_MCKONAIB T_BELIND_ERR = L_BELIND_ERR.

MCE_STATISTICS_NEW_DOCU_IND CALL FUNCTION 'MCE_STATISTICS_NEW_DOCU_IND' EXPORTING I_CONTROL = L_MCCONTROL I_ZEITP = CON_ZEITP_BELEGINDEX TABLES T_MCKONAIB = L_MCKONAIB T_MCINF = G_MCINF.

MM_DOCUMENT_MESSAGES_DISPLAY CALL FUNCTION 'MM_DOCUMENT_MESSAGES_DISPLAY' TABLES T_ERROR_MESSAGES = L_BELIND_ERR.



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