SAP Reports / Programs | Logistics - General | Global Trade | Trading Contract(LO-GT-TC) SAP LO

RWB2M90 SAP ABAP Report - Automatic Document Adjustment of Trading Contracts







RWB2M90 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to adjust trading contracts to condition changes automatically...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 RWB2M90 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

WB2IND - Automatic Document Adjustment


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 RWB2M90. "Basic submit
SUBMIT RWB2M90 AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2M90 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_ALV =
Selection Text: S_BDAT_H = Document Date To
Selection Text: S_BDAT_L = Document Date From
Selection Text: S_BTBSTA = D .
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_KDAT_H = Condition Valid To
Selection Text: S_KDAT_L = Condition Valid From
Selection Text: S_KIPRST = Pricing Type
Selection Text: S_KUNNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MAXVAL = D .
Selection Text: S_ONLYDI = Just Display Worklist
Selection Text: S_WERKS = D .
Selection Text: S_WAIT = Direct Posting per Document
Selection Text: S_VTWEG = D .
Selection Text: S_VKORG = 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_SPART = D .
Selection Text: S_SELSCR = Select Worklist Manually
Selection Text: S_RESWK = D .
Selection Text: S_REORGB = Delete WL After Processing
Selection Text: S_REORGA = Flag All Data For Reorg.
Selection Text: S_PDAT_L = Pricing Determination Date Fr.
Selection Text: S_PDAT_H = Price Determination Date To
Title: Automatic Document Adjustment of Trading Contracts
Text Symbol: W11 = The entire worklist will be deleted
Text Symbol: W06 = Confirmation Prompt
Text Symbol: W05 = anyway?
Text Symbol: W04 = Run program





Text Symbol: W02 = after processing!
Text Symbol: W01 = Worklist will not be deleted
Text Symbol: T01 = Confirmation Prompt
Text Symbol: 001 = Choose Purchasing Document Type
Text Symbol: 002 = Manual Selection of Worklist (Documents) to Be Processed
Text Symbol: 003 = Just Display Worklist (Documents) to Be Processed
Text Symbol: 004 = Delete Worklist After Processing
Text Symbol: 006 = Choose Price Determination Type
Text Symbol: 007 = Delete Entire Worklist
Text Symbol: 008 = Create Change Messages for Purchasing Documents
Text Symbol: 009 = Direct Database Changes per Document (Synchronous Update)
Text Symbol: 010 = Maximum Documents for Each Processing Step During Asynchronous Update
Text Symbol: 011 = List Viewer
Text Symbol: 043 = Further Document Category
Text Symbol: 071 = Create Worklist
Text Symbol: 072 = Delete Worklist
Text Symbol: 073 = Adjust Document
Text Symbol: 074 = Display Worklist
Text Symbol: 075 = Missing Authorization(s)
Text Symbol: 099 = To
Text Symbol: B00 = Autom. Processing Parameter
Text Symbol: B01 = Trading Contract Data
Text Symbol: B02 = Partner Data
Text Symbol: B03 = Organizational Data
Text Symbol: B04 = Material Data
Text Symbol: B05 = Administrative Data
Text Symbol: B06 = Additional Data
Text Symbol: C01 = Open or Not Approved
Text Symbol: C02 = Released
Text Symbol: C03 = Processed
Text Symbol: C04 = More...
Text Symbol: D06 = Date Selection
Text Symbol: M01 = Do you want to release selected documents?
Text Symbol: M02 = Document processing may take a long time. Release?
Text Symbol: S01 = Expenses Documents
Text Symbol: S02 = Organizational Data
Text Symbol: S03 = Further Search Criteria
Text Symbol: S04 = Invoice Recipient
Text Symbol: S05 = Material





Text Symbol: S06 = Control Data
Text Symbol: S07 = Type of Automatic Document Change
Text Symbol: S12 = Document Date From
Text Symbol: S13 = Pricing Determination Date From
Text Symbol: S14 = Condition Valid From


INCLUDES used within this REPORT RWB2M90

INCLUDE WB2M90TOP.
INCLUDE WB2M90E01.
INCLUDE WB2M90F00.
INCLUDE WB2M90F02.
INCLUDE LWIN1F00.
INCLUDE WB2M90F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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