SAP Reports / Programs

RWVKP02D SAP ABAP Report - Deletion of Change Pointers for Pricing Documents from WIND Table







RWVKP02D is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deleting change pointers for pricing documents from the "WIND" table This report deletes unnecessary entries from the "WIND" table (Document Index: Change Pointers for Condition Changes) in order to improve performance when generating the pricing worklist, for example...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 RWVKP02D 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 RWVKP02D. "Basic submit
SUBMIT RWVKP02D AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKP02D 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_KSCHL = Condition type
Selection Text: P_KOTABN = Condition Table
Selection Text: P_KAPPL = Application
Selection Text: PRUEFUNG = Check against S111
Title: Deletion of Change Pointers for Pricing Documents from WIND Table
Text Symbol: 104 = relevant entries by condition type/application:
Text Symbol: 103 = Deleted WIND entries:
Text Symbol: 102 = WIND entries to be deleted
Text Symbol: 101 = Selected WIND entries
Text Symbol: 100 = Log for deleting WIND entries
Text Symbol: 001 = Restrictions for change pointers
Text Symbol: 002 = Check
Text Symbol: 003 = check against table S111
Text Symbol: 004 = Parameters for program flow
Text Symbol: 005 = Test run, data not deleted
Text Symbol: 006 = Create log
Text Symbol: 007 = Restrictions for conditions
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
Text Symbol: 099 = ********************************************************************************************


INCLUDES used within this REPORT RWVKP02D

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:

SD_KONH_SELECT call function 'SD_KONH_SELECT' tables condition_header = konh condition_number = knumh.



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