SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

RVSCD200 SAP ABAP Report - Display Document Changes







RVSCD200 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RVSCD200 into the relevant SAP transactions such as SE38 or SE80


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 RVSCD200. "Basic submit
SUBMIT RVSCD200 AND RETURN. "Return to original report after report execution complete
SUBMIT RVSCD200 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: AENDERER = Last changed by
Selection Text: ALLE = Display all items
Selection Text: DATUM = From date
Selection Text: ETENR = Schedule line
Selection Text: POSNR = Item
Selection Text: VBELN = Document
Selection Text: ZEIT = From time
Selection Text: ZINFO = Display additional info
Selection Text: PKONVC = ?...(PKONVC)
Selection Text: PVBAK = ?...(PVBAK)
Selection Text: PVBAP = ?...(PVBAP)
Selection Text: PVBEP = ?...(PVBEP)
Selection Text: PVBKD = ?...(PVBKD)
Selection Text: PVBLB = ?...(PVBLB)
Selection Text: PVBPA = ?...(PVBPA)
Selection Text: PVEDA = ?...(PVEDA)
Selection Text: SDATE = ?...(SDATE)
Selection Text: SPOSI = ?...(SPOSI)
Title: Display Document Changes
Text Symbol: 703 = Selection criteria
Text Symbol: 702 = Scope of display ---------------------- Sorted
Text Symbol: 701 = Sales document
Text Symbol: 620 = -------------------- ----------- -------- --------
Text Symbol: 619 = Change object Added Changed Deleted
Text Symbol: 618 = ---------- -------- ---------- ---------- ---------------------------------------------------
Text Symbol: 617 = Date Item Sched.line User Action
Text Symbol: 616 = Item
Text Symbol: 615 = -------------------- ---------- -------- ----------
Text Symbol: 614 = Doc.category Document Item Schedule line
Text Symbol: 613 = Item ;
Text Symbol: 612 = From 1 on & at % with +
Text Symbol: 704 = Administrative info
Text Symbol: 705 = Change object
Text Symbol: 800 = DocHeader
Text Symbol: 801 = Items
Text Symbol: 802 = Sched. Lines
Text Symbol: 803 = Sched.Line
Text Symbol: 804 = Statistic





Text Symbol: 805 = Added
Text Symbol: 806 = Changed
Text Symbol: 807 = Deleted
Text Symbol: 808 = Changes in
Text Symbol: 809 = Request
Text Symbol: 100 = Overview
Text Symbol: 101 = Additional info
Text Symbol: 102 = Read archives - not yet supported
Text Symbol: 103 = Time of change ;
Text Symbol: 104 = Document items ;
Text Symbol: 105 = Sales document
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 = Contract data
Text Symbol: 113 = Release orders
Text Symbol: 202 = Doc.no.
Text Symbol: 203 = Date
Text Symbol: 204 = Time
Text Symbol: 205 = Changed by
Text Symbol: 206 = Object ID
Text Symbol: 207 = Document header
Text Symbol: 401 = Old:
Text Symbol: 402 = New:
Text Symbol: 501 = Text & has been changed in language %
Text Symbol: 502 = & changed
Text Symbol: 503 = Text & has been deleted in language %
Text Symbol: 504 = & has been deleted
Text Symbol: 505 = Deletion
Text Symbol: 506 = Text & has been created in language %
Text Symbol: 507 = & has been created
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 509 = Unable to display change
Text Symbol: 600 = Document header --------------------------------------------------------------------------------------------------------------------
Text Symbol: 601 = Item $ -----------------------------------------------------------------------------------------------------------------------------
Text Symbol: 602 = Schedule line ;





Text Symbol: 603 = Technical info
Text Symbol: 604 = Document changes ;
Text Symbol: 605 = User ;
Text Symbol: 606 = Date ;
Text Symbol: 607 = Time ;
Text Symbol: 608 = Transaction ;
Text Symbol: 609 = Field name
Text Symbol: 610 = Table name ;
Text Symbol: 611 = Description ;


INCLUDES used within this REPORT RVSCD200

INCLUDE RVSCDCOM.


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:

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING CHANGENUMBER = ICDHDR-CHANGENR TABLEKEY = CDPOS-TABKEY TABLENAME = CDPOS-TABNAME IMPORTING HEADER = CDHDR TABLES EDITPOS = ICDSHW EXCEPTIONS NO_POSITION_FOUND = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.



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