SAP Reports / Programs

RWB2B104 SAP ABAP Report - Trading contract: Display change documents







RWB2B104 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RWB2104 displays the changes made to trading 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 RWB2B104 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

WB28N - Trading Contract: Display change doc


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 RWB2B104. "Basic submit
SUBMIT RWB2B104 AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2B104 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: ZINFO = Additional info
Selection Text: TPOSN = D .
Selection Text: TKONN = D .
Selection Text: TEINN = D .
Selection Text: S_LIST = List Viewer
Selection Text: SPOSI = Sort by item
Selection Text: SDATE = Sort by date
Selection Text: ALLE = All
Title: Trading contract: Display change documents
Text Symbol: 613 = Item
Text Symbol: 612 = From 1 on & at % w/ +
Text Symbol: 611 = Description
Text Symbol: 610 = Table name
Text Symbol: 609 = Field name
Text Symbol: 608 = Transaction
Text Symbol: 607 = Time
Text Symbol: 606 = Date
Text Symbol: 605 = User
Text Symbol: 604 = Change Document
Text Symbol: 603 = Technical info
Text Symbol: 602 = Schedule line
Text Symbol: 601 = Item $ -----------------------------------------------------------------------------------------------------------------------------
Text Symbol: 614 = Doc.category Document Item Sched.line
Text Symbol: 615 = -------------------- ---------- -------- ----------
Text Symbol: 616 = Item
Text Symbol: 617 = Date ItmNo SLNo Action User
Text Symbol: 618 = ---------- -------- ---------- ---------- ---------------------------------------------------
Text Symbol: 619 = Change object Added Changed Deleted
Text Symbol: 620 = -------------------- ----------- -------- --------
Text Symbol: 621 = User
Text Symbol: 701 = Trading Contract
Text Symbol: 702 = Scope of display/Sort Sequence
Text Symbol: 703 = Selection crit.
Text Symbol: 704 = Admin. info.
Text Symbol: 705 = Change Object
Text Symbol: 100 = Overview
Text Symbol: 101 = Addit. info
Text Symbol: 102 = Read archives - not yet supported





Text Symbol: 103 = Time of change
Text Symbol: 104 = Document items
Text Symbol: 105 = Trading Contract
Text Symbol: 106 = Header data
Text Symbol: 107 = Item data
Text Symbol: 108 = Schedule lines
Text Symbol: 109 = Business data
Text Symbol: 110 = Conditions
Text Symbol: 111 = Partner
Text Symbol: 112 = Trading Contract
Text Symbol: 113 = Dlv. sched.
Text Symbol: 114 = Dates
Text Symbol: 115 = Billing plan
Text Symbol: 201 = Date
Text Symbol: 202 = Doc.no.
Text Symbol: 203 = Date
Text Symbol: 204 = Time
Text Symbol: 205 = Chgd by
Text Symbol: 206 = Object ID
Text Symbol: 207 = Document header
Text Symbol: 401 = Old:
Text Symbol: 402 = New:
Text Symbol: 501 = Text &1 changed in language &2
Text Symbol: 502 = &1 Changed
Text Symbol: 503 = Text &1 deleted in language &2
Text Symbol: 504 = &1 was deleted
Text Symbol: 505 = Deletion &1
Text Symbol: 506 = Text &1 created in language &2
Text Symbol: 507 = &1 entered
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 509 = Unable to display change
Text Symbol: 600 = Document header --------------------------------------------------------------------------------------------------------------------


INCLUDES used within this REPORT RWB2B104

No INCLUDES are used within this REPORT code!


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:

WB2_CHANGES_DISPLAY_MULT call function 'WB2_CHANGES_DISPLAY_MULT' exporting it_tkonn_range = tkonn[] i_sort_field = l_sort_field.



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