SAP Reports / Programs

RWB2B005 SAP ABAP Report - Trading Contract List







RWB2B005 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 RWB2B005 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 RWB2B005. "Basic submit
SUBMIT RWB2B005 AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2B005 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 Difference
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 .
Selection Text: P_VARI = D .
Title: Trading Contract List
Text Symbol: B07 = Maximum no. of hits
Text Symbol: B06 = Addit. 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 RWB2B005

INCLUDE 2B005TOP.


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 = 'RWB2B005' tables selection_table = int_rsparams exceptions not_found = 1 no_report = 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_filter_del_items = l_filter_del_items i_maxl = s_maxl tables t_komwbhk = 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.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 'RWB2B005' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'KOMWBHK_LIST' i_save = 'A' is_variant = gs_disvariant tables t_outtab = gt_komwbhk_list exceptions program_error = 1 others = 2.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = l_tcode exceptions ok = 0 not_ok = 1 others = 2.

WB2_UNCOMPLETION_LOG call function 'WB2_UNCOMPLETION_LOG' exporting i_komwbhk = l_komwbhk dialog = 'X' read_db = 'X' iv_only_error_log = ' ' tables uncompletion_fields = field exceptions document_is_complete = 1 others = 2.

WB2_CHECK_QUANTITIES call function 'WB2_CHECK_QUANTITIES' exporting i_tkonn = gt_komwbhk_list-tkonn i_use_case = gt_komwbhk_list-use_case read_items_from_db = 'X' output = 'X' exceptions parameter_missmatch = 1 convert_data_missing = 2 others = 3.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = l_tcode exceptions ok = 0 not_ok = 1 others = 2.

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.



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