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
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: 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
INCLUDE RVSCDCOM.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.