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

RWBE1F11 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = lv_repid i_callback_pf_status_set = lv_formname2 i_callback_top_of_page = lv_formname i_grid_title = lv_title is_layout = ls_layout it_fieldcat = gt_fieldcat_mbwl i_screen_start_column = lv_sc i_screen_start_line = lv_sl i_screen_end_column = lv_ec i_screen_end_line = lv_el tables t_outtab = gt_einzelanz_mbwl exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = sy-repid i_structure_name = 'RMMMBESTN_POPUP' changing ct_fieldcat = gt_fieldcat_mbwl exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = lv_repid i_callback_pf_status_set = lv_formname2 i_callback_top_of_page = lv_formname i_grid_title = lv_title is_layout = ls_layout it_fieldcat = gt_fieldcat_comp i_screen_start_column = lv_sc i_screen_start_line = lv_sl i_screen_end_column = lv_ec i_screen_end_line = lv_el tables t_outtab = gt_comp_mat_stock exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = sy-repid i_structure_name = 'COMP_MAT_STOCK' changing ct_fieldcat = gt_fieldcat_comp exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = sy-repid * I_INTERNAL_TABNAME = i_structure_name = 'RMMMBESTN_POPUP_METEXTE' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = changing ct_fieldcat = lt_fieldcat_metexte exceptions inconsistent_interface = 1 program_error = 2 others = 3 .

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-061 i_selection = 'X' * I_ALLOW_NO_SELECTION = i_zebra = 'X' * i_screen_start_column = 5 * i_screen_start_line = 5 * i_screen_end_column = 30 * i_screen_end_line = 25 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'METEXTE' * I_STRUCTURE_NAME = it_fieldcat = lt_fieldcat_metexte * IT_EXCLUDING = i_callback_program = sy-repid * i_callback_user_command = 'FCODE_HANDLING' * IS_PRIVATE = importing es_selfield = lv_selfield * E_EXIT = tables t_outtab = gt_allowed_uom exceptions program_error = 1 others = 2 .



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