RWB2B201 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RWB2B201is a useful tool for carrying out new pricing for trading contacts, without having to select and process each individual document separately...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 RWB2B201 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WBRP - Repricing of Trading Contract
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_TK_EX = D .
Selection Text: S_TKSACH = D .
Selection Text: S_TKONN = D .
Selection Text: S_TC_REL = D .
Selection Text: S_TCTYP = D .
Selection Text: S_TCCAT = D .
Selection Text: S_SYNCH = 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 = Maximum Number of Hits (Item)
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_KUNNR = D .
Selection Text: S_KSTEU = 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: S_BSTNK = D .
Selection Text: S_ASYNC = D .
Selection Text: P_VARI = D .
Selection Text: P_RELEAS = Release functions
Title: Trading Contract: Redetermination of Pricing Data
Text Symbol: UP1 = Posting Control
Text Symbol: T01 = Confirmation Prompt
Text Symbol: M02 = Document processing may take a long time. Should the Repricing Be Executed??
Text Symbol: B06 = Additional data
Text Symbol: B05 = Administrative Data
Text Symbol: B04 = Material data
INCLUDE 2B2001TOP.
INCLUDE WB2_REPRICING_S01.
INCLUDE WB2_REPRICING_E01.
INCLUDE RWB2BF201.
INCLUDE WB2_REPRICING_F01.
INCLUDE WB2_REPRICING_F02.
INCLUDE WB2_REPRICING_F03.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWB2B201 - Trading Contract: Redetermination of Pricing Data RWB2B201 - Trading Contract: Redetermination of Pricing Data RWB2B104 - Trading contract: Display change documents RWB2B104 - Trading contract: Display change documents RWB2B011 - Condition Overview - Trading Contracts RWB2B011 - Condition Overview - Trading Contracts