RWB2B007_OPEN_CONTROL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to monitor the status of trading contract items, even across several contracts...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RWB2B007_OPEN_CONTROL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WB29_OPEN - Status/Quantity 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_EKGRP = D .
Selection Text: S_EKORG = D .
Selection Text: S_ELIFN = D .
Selection Text: S_ERDAT = D .
Selection Text: S_ERNAM = D .
Selection Text: S_HKPSTP = D .
Selection Text: S_KUNNR = D .
Selection Text: S_MATCH = Only Matching Items
Selection Text: S_MATKL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MAXL = D .
Selection Text: S_NO_DEL = Only Active Items
Selection Text: S_PURP = D .
Selection Text: S_QTY_CP = Only Docs with Qty Differences
Selection Text: S_RESWK = D .
Selection Text: S_SPART = D .
Selection Text: S_TCCAT = D .
Selection Text: S_TCTYP = D .
Selection Text: S_TC_REL = D .
Selection Text: S_TKONN = D .
Selection Text: S_TKSACH = D .
Selection Text: S_TK_EX = D .
Selection Text: S_VKORG = D .
Selection Text: S_VTWEG = D .
Selection Text: S_WERKS = D .
Selection Text: S_COMP = Only Incomplete Documents
Selection Text: S_BUDAT = D .
Selection Text: S_BTBSTA = D .
Selection Text: S_BSTNK = D .
Selection Text: S_BATCH = D .
Title: Trading Contract: Status/Quantity Overview
Text Symbol: 001 = Selecting Trading Contracts
Text Symbol: 002 = Check for matching Trading Contract items
Text Symbol: 100 = Open Order/Delivery Control Report
Text Symbol: 101 = As of
Text Symbol: 102 = Executed by
Text Symbol: 105 = Current Data
Text Symbol: B00 = Trading Contract Item Category
INCLUDE RWB2B007_OPEN_CONTROL_TOP.
INCLUDE RWB2B007_OPEN_CONTROL_F01.
No SAP DATABASE tables are accessed within this REPORT code!
WB2_OPEN_STATUS_OVERVIEW CALL FUNCTION 'WB2_OPEN_STATUS_OVERVIEW' EXPORTING i_refresh_buffer = space i_refresh_no_button = space i_repid = sy-repid i_subroutine = 'GET_CONTRACT_ITEM_DATA' EXCEPTIONS control_fatal_error = 1 calculation_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWB2B007_OPEN_CONTROL - Trading Contract: Status/Quantity Overview RWB2B007_OPEN_CONTROL - Trading Contract: Status/Quantity Overview RWB2B007 - Trading Contract: General Document Overview RWB2B007 - Trading Contract: General Document Overview RWB2B006 - Trading Contract: Financial Documents RWB2B006 - Trading Contract: Financial Documents