SAP Reports / Programs | Logistics - General | Global Trade | Trading Contract(LO-GT-TC) SAP LO

RWB2MASSF02 SAP ABAP INCLUDE - Include RWB2MASSF02







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


Text pool values


Title: Include RWB2MASSF02


INCLUDES used within this REPORT RWB2MASSF02

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_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_disvariant i_save = 'A' importing es_variant = ls_disvariant exceptions not_found = 1 program_error = 2 others = 3.

WB2_SELECT_FOR_LIST call function 'WB2_SELECT_FOR_LIST' exporting i_comp = s_comp i_qty_cp = s_qty_cp i_maxl = s_maxl i_filter_del_items = l_filter_del_items i_max_lines_message = 'X' it_fields = it_fields tables t_komwbhk_list = gt_komwbhk_list t_tkonn = s_tkonn t_tkonn_ex = s_tk_ex t_reswk = s_reswk t_tctyp = s_tctyp t_tc_rel = s_tc_rel t_btbsta = s_btbsta t_kunnr = s_kunnr t_elifn = s_elifn t_vkorg = s_vkorg t_vtweg = s_vtweg t_spart = s_spart t_ekorg = s_ekorg t_ekgrp = s_ekgrp t_werks = s_werks t_matkl = s_matkl t_matnr = s_matnr t_erdat = s_erdat t_budat = s_budat t_bstnk = s_bstnk t_tksachb = s_tksach t_ernam = s_ernam t_purpose = s_purp t_future = s_future t_ext_ref = s_ref t_com_cat = s_comc exceptions no_data_found = 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 RWB2MASSF02 or its description.