SAP Reports / Programs

RWVKP03D SAP ABAP Report - Analyzing and Deleting Change Pointers from the WIND table







RWVKP03D is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analyzing and Deleting Change Pointers in the WIND Table This report: provides information on the proportions of certain criteria (such as condition type) to be found in the various worklists (differentiated by document category)...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 RWVKP03D 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 RWVKP03D. "Basic submit
SUBMIT RWVKP03D AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKP03D 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: TESTRUN = Test run
Selection Text: S_KNUMH = Condition record number
Selection Text: S_DATE = Date created
Selection Text: P_PROT = Issue Log
Selection Text: P_LIS2 = List with change pointers
Selection Text: P_LIS1 = No list with change pointers
Selection Text: P_KSCHL = Condition Type
Selection Text: P_KOTABN = Condition Table
Selection Text: P_KAPPL = Application
Selection Text: P_BLTYP = Document Category
Selection Text: PRUEFUNG = Check against S111
Selection Text: DELRUN = Delete Change Pointers
Title: Analyzing and Deleting Change Pointers from the WIND table
Text Symbol: 122 = Condition Table
Text Symbol: 121 = Condition Record Number
Text Symbol: 120 = ---------------------------------------------
Text Symbol: 119 = Val.
Text Symbol: 118 = Object
Text Symbol: 117 = Objects for Selection Screen 1000
Text Symbol: 116 = End Of Log
Text Symbol: 115 = List of filtered change pointers
Text Symbol: 114 = Start date
Text Symbol: 113 = Entries at runtime
Text Symbol: 112 = Durat:
Text Symbol: 111 = End:
Text Symbol: 001 = Restrictions for change pointers
Text Symbol: 002 = Check
Text Symbol: 003 = Check against doc. indexes (table S111)
Text Symbol: 004 = Parameters for program flow
Text Symbol: 005 = Delete selected change pointers from the database
Text Symbol: 006 = Create Log
Text Symbol: 007 = Restrictions for conditions
Text Symbol: 008 = Doc cgy selection
Text Symbol: 010 = CondRecNr
Text Symbol: 011 = R
Text Symbol: 012 = Tbl
Text Symbol: 013 = Ap
Text Symbol: 014 = CCrC





Text Symbol: 015 = Variable Key (shortened)
Text Symbol: 016 = without list of the change pointers selected
Text Symbol: 017 = with list of the change pointers selected
Text Symbol: 018 = Val.frm
Text Symbol: 019 = Valid to
Text Symbol: 099 = ***************************************************************************************
Text Symbol: 100 = Log for analyzing and deleting entries from WIND
Text Symbol: 101 = Selected WIND entries
Text Symbol: 102 = WIND entries to be deleted
Text Symbol: 103 = Deleted WIND entries:
Text Symbol: 104 = relevant entries by condition type/application:
Text Symbol: 110 = Start time:


INCLUDES used within this REPORT RWVKP03D

INCLUDE WV03DTOP.
INCLUDE WV03DS00.
INCLUDE WV03DE00.
INCLUDE WV03DF00.


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