SAP Reports / Programs

RWB2B011 SAP ABAP Report - Condition Overview - Trading Contracts







RWB2B011 is a standard Executable ABAP Report 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 RWB2B011 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WBOLI - Condition Overview


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


Text pool values


Selection Text: S_WERKS = D .
Selection Text: S_VTWEG = D .
Selection Text: S_VKORG = D .
Selection Text: S_TKSACH = D .
Selection Text: S_TKONN = D .
Selection Text: S_TCTYP = D .
Selection Text: S_SPART = D .
Selection Text: S_RESWK = D .
Selection Text: S_QTY_CP = Only Docs with Qty Differences
Selection Text: S_NO_DEL = Only active items
Selection Text: S_MAXL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_KUNNR = D .
Selection Text: S_ERNAM = D .
Selection Text: S_ERDAT = D .
Selection Text: S_ELIFN = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRP = D .
Selection Text: S_COMP = Only Incomplete Documents
Selection Text: S_BUDAT = D .
Selection Text: S_BTBSTA = D .
Title: Condition Overview - Trading Contracts
Text Symbol: B06 = Additional Data
Text Symbol: B05 = Administrative Data
Text Symbol: B04 = Material Data
Text Symbol: B03 = Organizational Data
Text Symbol: B02 = Partner Data
Text Symbol: B01 = Trading Contract Data


INCLUDES used within this REPORT RWB2B011

INCLUDE 2B011TOP.
INCLUDE 2B011SEL.


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:

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = 'RWB2B011' tables selection_table = int_rsparams exceptions others = 0.

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 it_fields = it_fields tables t_komwbhk_list = gt_komwbhk_list t_tkonn = s_tkonn t_tctyp = s_tctyp t_reswk = s_reswk 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_tksachb = s_tksach t_ernam = s_ernam exceptions no_data_found = 1 others = 2.

WB2_CONDITION_READ_FOR_KOMCO call function 'WB2_CONDITION_READ_FOR_KOMCO' exporting i_komco = g_komco i_aktyp = 'A' exceptions others = 0.

WB2_CONDITION_DISPLAY_TREE call function 'WB2_CONDITION_DISPLAY_TREE'.



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