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

RWBE1F12 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = prozent text = text_xxx EXCEPTIONS OTHERS = 1. "#EC *

INVENTORY_LOOKUP_REALTIME CALL FUNCTION 'INVENTORY_LOOKUP_REALTIME' EXPORTING is_control_main = ls_control_main is_control_valu = ls_control_valu is_control_spec_stock = ls_control_spec_stock is_control_commitment = ls_control_commitment * I_REQ_POS_DATA = 'X' TABLES it_matnr_batch = lt_matnr_batch it_plant_sloc = lt_plant_sloc it_spec_stock_vend = lt_spec_stock_vend it_spec_stock_cust = lt_spec_stock_cust it_sales_order_stock = lt_sales_order_stock it_project_stock = lt_project_stock * IT_VALU_MATNR = * IT_VALU_SALES_ORDER = * IT_VALU_PROJECT = * IT_VALU_SUBCONTRACT = et_basic_level1 = lt_basic_level1 et_basic_level2 = lt_basic_level2 et_basic_level3 = lt_basic_level3 * et_basic_level4 = lt_basic_level4 et_plant_stock = lt_plant_stock et_valu_matnr = lt_valu_matnr * et_valu_sales_order = lt_valu_sales_order * et_valu_project = lt_valu_project * et_valu_subcontract = lt_valu_subcontract et_vend_consign = lt_vend_consign et_vend_retpack = lt_vend_retpack et_vend_subcontract = lt_vend_subcontract et_cust_consign = lt_cust_consign et_cust_retpack = lt_cust_retpack et_sales_order = lt_sales_order * et_project = lt_project et_commitment = lt_commitment et_reservation = lt_reservation et_sales_req = lt_sales_req et_prod_order_quan = lt_prod_order_quan et_return = lt_return. .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = prozent text = text_xxx EXCEPTIONS OTHERS = 1. "#EC *



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