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

RWB2_DISPLAY_CONSOL_TC_E01 SAP ABAP INCLUDE - Include RWB2_DISPLAY_CONSOL_TC_E01







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


INCLUDES used within this REPORT RWB2_DISPLAY_CONSOL_TC_E01

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:

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 iv_consolidated = gv_consolidated i_filter_del_items = l_filter_del_items i_max_lines_message = 'X' tables t_komwbhk = 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 exceptions no_data_found = 1 others = 2.

WB2_CONSOL_ALV_DISPLAY_SIMPLE call function 'WB2_CONSOL_ALV_DISPLAY_SIMPLE' exporting * IV_DISP_TYPE = '01' it_tree_notes = gt_tree_nodes * IS_DOC_KEY = * IV_CHECK_TREE_NODES = * IV_SORTED = exceptions disp_type_error = 1 input_error = 2 input_error_data = 3 no_disp_data = 4 display_error = 5 not_online = 6 others = 7.

WB2_DISPLAY_MESSAGES_DATA call function 'WB2_DISPLAY_MESSAGES_DATA' tables t_error_messages = gt_error_table.

WB2_DISPLAY_MESSAGES_DATA call function 'WB2_DISPLAY_MESSAGES_DATA' tables t_error_messages = gt_error_table.



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