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

BEIN3F01 SAP ABAP INCLUDE - Sub-Programs: Report RMEBEIN3 (2)







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


Text pool values


Title: Sub-Programs: Report RMEBEIN3 (2)


INCLUDES used within this REPORT BEIN3F01

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:

ME_EKPO_READ_WITH_EBELN CALL FUNCTION 'ME_EKPO_READ_WITH_EBELN' EXPORTING PI_EBELN = P_EKKO-EBELN PI_REFRESH_BUFFER = YES TABLES PTO_EKPO = L_EKPO EXCEPTIONS ERR_NO_RECORDS_FOUND = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * AUSGABE DER PROGRESSANZEIGE (ANZAHL BELEGE) IN STATUSZEILE EXPORTING TEXT = L_TEXT_IND.

RV_KONV_SELECT CALL FUNCTION 'RV_KONV_SELECT' EXPORTING COMM_HEAD_I = L_KOMK TABLES TKOMV = L_KOMV.

MM_ARRANG_INDEX_CREATE_NEW CALL FUNCTION 'MM_ARRANG_INDEX_CREATE_NEW' EXPORTING I_EKKO = P_EKKO I_REFRESH_BUFFERS = L_REFRESH_BUFFER I_REFRESH_PARTNERS = YES I_PRICING_DATE_FROM = I_PDAT_L I_PRICING_DATE_TO = I_PDAT_H TABLES XEKPO = L_BEKPO T_EKBE = L_EKBE XMCKONAIB = 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_INDEX_CREATE_NEW CALL FUNCTION 'MM_DOCUMENT_INDEX_CREATE_NEW' EXPORTING I_BLTYP = CON_BLTYP-PURCHASE_ORDER I_EKKO = P_EKKO I_REFRESH_BUFFERS = L_REFRESH_BUFFER I_REFRESH_PARTNERS = YES I_PRICING_DATE_FROM = I_PDAT_L I_PRICING_DATE_TO = I_PDAT_H TABLES XEKPO = L_BEKPO TMCKONAIB = L_MCKONAIB TKOMV = L_KOMV T_BELIND_ERR = L_BELIND_ERR EXCEPTIONS NOT_ACTIVE = 1.

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.

TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING SELECTFIELD = L_FIELDNAME TABLES FIELDS = L_FIELDS NAMELIST = L_LIST_OF_FIELDS EXCEPTIONS ERROR_MESSAGE = 01 OTHERS = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = L_FIELDNAME TITEL = TEXT-001 * TEXT: EINKAUFSBELEGARTEN_AUSWAEHLEN NO_PERS_HELP_SELECT = YES SHOW_ALL_VALUES_AT_FIRST_TIME = YES IMPORTING IND = L_IND TABLES FIELDS = L_FIELDS FULL_TABLE = G_BSART_DAT EXCEPTIONS ERROR_MESSAGE = 01 OTHERS = 02.



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