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

RWBE2F02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 X_MEINS = T_MATNR-BASME X_ELIKZ = SPACE X_LOEKZ = SPACE TABLES XTAB = XTAB XWERKS = R_WERKS.

MATERIAL_QUANTITIES_ULBS CALL FUNCTION 'MATERIAL_QUANTITIES_ULBS' EXPORTING MATNR = T_MATNR-MATNR TABLES ABMNG_TAB = XTAB5 WERKS_TAB = R_WERKS.

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_SELECT_GR_BLOCKED_STOCK CALL FUNCTION 'MB_SELECT_GR_BLOCKED_STOCK' EXPORTING X_MATNR = T_MATNR-MATNR X_MEINS = T_MATNR-BASME TABLES XTAB2 = XTAB2 XWERKS = R_WERKS.

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 X_XLOEK = SPACE X_KZEAR = SPACE TABLES XTAB1 = XTAB1 XWERKS = R_WERKS XBDART = R_BDART.

MB_SELECT_SD_SCHEDULED_STOCK CALL FUNCTION 'MB_SELECT_SD_SCHEDULED_STOCK' EXPORTING X_MATNR = T_MATNR-MATNR TABLES XTAB4 = XTAB4 XWERKS = R_WERKS.

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.



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