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
Below is a list of transaction codes which are relevant to this SAP report
WBOLI - Condition Overview
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.
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
INCLUDE 2B011TOP.
INCLUDE 2B011SEL.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWB2B011 - Condition Overview - Trading Contracts RWB2B011 - Condition Overview - Trading Contracts RWB2B010 - Relevant Reference Documents in Global Trade Management RWB2B010 - Relevant Reference Documents in Global Trade Management RWB2B009_INITFI0 - Include RWB2B009_INITFI0 RWB2B009_FS0 - RWB2B009FS0