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

RWB2BREL SAP ABAP Report - Trading Contract: Follow on document prosessing







RWB2BREL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display and Mass Data Handling of Trading Contracts You can use report RWB2B001 to: Release or to change the status of Trading Contracts manually or in batch mode without having to process each document individually...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 RWB2BREL 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

WBRR - Mass Release of Trading Contracts


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 RWB2BREL. "Basic submit
SUBMIT RWB2BREL AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2BREL 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_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_KUNNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MAXL = Maximum Number of Hits (Item)
Selection Text: S_NO_DEL = Only active items
Selection Text: S_PURP = D .
Selection Text: S_QTY_CP = Only Docs with Qty Difference
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_WITSEL = Display Worklist
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 .
Selection Text: P_VARI = D .
Selection Text: P_RELEAS = Release functions
Title: Trading Contract: Follow on document prosessing
Text Symbol: 001 = Release Log / Date
Text Symbol: 002 = Processed Documents
Text Symbol: B00 = Automatic 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 = Closed
Text Symbol: C04 = More...
Text Symbol: GA1 = Control Settinmgs
Text Symbol: M01 = Do you want to release selected documents?
Text Symbol: T01 = Confirmation Prompt


INCLUDES used within this REPORT RWB2BREL

INCLUDE 2BRELTOP.
INCLUDE RWB2BSELSC.
INCLUDE RWB2RELBO01.
INCLUDE RWB2BRELF01.
INCLUDE RWB2BRELF02.
INCLUDE RWB2BRELF03.
INCLUDE RWB2BRELE01.


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