SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWBE1F02 SAP ABAP INCLUDE - Determine and Store Stock Data (like RMMMBEFM)







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


Text pool values


Title: Determine and Store Stock Data (like RMMMBEFM)


INCLUDES used within this REPORT RWBE1F02

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:

MATERIAL_PRE_READ_MARM CALL FUNCTION 'MATERIAL_PRE_READ_MARM' TABLES ipre03 = t_pre03.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = prozent text = text_xxx EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = prozent text = text_xxx EXCEPTIONS OTHERS = 1.

MB_ADD_PURCHASE_ORDER_QUANTITY CALL FUNCTION 'MB_ADD_PURCHASE_ORDER_QUANTITY' EXPORTING * x_matnr = t_matnr-matnr " TGA/4.6 Erw. Lot

MATERIAL_QUANTITIES_ULBS CALL FUNCTION 'MATERIAL_QUANTITIES_ULBS' EXPORTING * matnr = t_matnr-matnr " TGA/4.6 Erw. Lot

MB_SELECT_GR_BLOCKED_STOCK CALL FUNCTION 'MB_SELECT_GR_BLOCKED_STOCK' EXPORTING * x_matnr = t_matnr-matnr " TGA/4.6 Erw. Lot

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = sy-msgid msgnr = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 IMPORTING message_text_output = message_text.

MB_ADD_RESERVATION_QUANTITIES CALL FUNCTION 'MB_ADD_RESERVATION_QUANTITIES' EXPORTING * x_matnr = t_matnr-matnr " TGA/4.6 Erw. Lot

MB_SELECT_SD_SCHEDULED_STOCK CALL FUNCTION 'MB_SELECT_SD_SCHEDULED_STOCK' EXPORTING * x_matnr = t_matnr-matnr " TGA/4.6 Erw. Lot

MATERIAL_UNIT_FIND_30 CALL FUNCTION 'MATERIAL_UNIT_FIND_30' EXPORTING kzall = 'X' matnr = pi_matnr-matnr meins = pi_matnr-basme TABLES rmmme1_itab = x_meeinh EXCEPTIONS material_not_found = 01.

CONVERSION_EXIT_CUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' EXPORTING input = x_meeinh-meinh language = sy-langu IMPORTING long_text = t006a-msehl EXCEPTIONS unit_not_found = 01.

CLSE_SELECT_AUSP CALL FUNCTION 'CLSE_SELECT_AUSP' EXPORTING klart = wghier_klart mafid = 'O' key_date = sy-datum TABLES in_objek = x_objek in_atinn = x_atinn t_ausp = t_ausp EXCEPTIONS no_entry_found = 1 parameters_not_sufficient = 2 OTHERS = 3.

C026_SET_UPPER_CLASS_FOR_CP CALL FUNCTION 'C026_SET_UPPER_CLASS_FOR_CP' EXPORTING UPPER_CLASS = WG_CLASS I_OBJECT = T_MATNR-MATNR EXCEPTIONS OTHERS = 1.

MB_ADD_TRANSFER_QUANTITY ** CALL FUNCTION 'MB_ADD_TRANSFER_QUANTITY' ** EXPORTING ** X_ELIKZ = SPACE ** X_LOEKZ = SPACE ** X_MATNR = T_MATNR-MATNR ** X_MEINS = T_MATNR-BASME ** TABLES ** XTAB6 = XTAB6 ** XWERKS = R_WERKS ** EXCEPTIONS ** OTHERS = 1.

MB_ADD_TRANSFER_QUANTITY * CALL FUNCTION 'MB_ADD_TRANSFER_QUANTITY' * EXPORTING * cumulate = 'X' * TABLES * xmatnr = xmatnr * xwerks = r_werks ** XRESWK = ** XSOBKZ = * xpstyp = xpstyp * xelikz = xelikz * xloekz = xloekz * xtab6 = xtab6.

MB_ADD_TRANSFER_QUANTITY CALL FUNCTION 'MB_ADD_TRANSFER_QUANTITY' EXPORTING cumulate = 'X' TABLES xmatnr = xmatnr xwerks = r_werks * XRESWK = * XSOBKZ = xpstyp = xpstyp xelikz = xelikz xloekz = xloekz xtab6 = xtab6.



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