SAP Reports / Programs | Logistics - General | Logistics Basic Data | Retail Pricing(LO-MD-RPC) SAP LO

RWVKPIC3 SAP ABAP Report - Subsequent Layout of Pricing Documents Directly from Conditions







RWVKPIC3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is for retrospectively generating 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 RWVKPIC3 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 RWVKPIC3. "Basic submit
SUBMIT RWVKPIC3 AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKPIC3 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: P_LIGRU = List Group
Selection Text: P_LIVAR = List Variant
Selection Text: P_MATNR = Material
Selection Text: P_NEUKA = New Calculation
Selection Text: P_NODOC = No Pric. Doc. Before New Calc.
Selection Text: P_PDOCL = Print Pricing Document
Selection Text: P_PLTYP = Price List
Selection Text: P_TABNR = Condition Table
Selection Text: P_VKKAM = Key Date for "Old" Condition
Selection Text: P_VKORG = Sales Organization
Selection Text: P_VRKME = Sales Unit
Selection Text: P_VTWEG = Distribution Channel
Selection Text: P_WAERK = Price List Currency
Selection Text: P_WERKS = Plant
Selection Text: P_WEWU = Include Currency Conversion
Selection Text: P_KSCHL = Condition Type
Selection Text: P_ITEMS = Number of Processed Conditions
Selection Text: P_FEHLP = Print Error Log
Selection Text: P_DATBI = Minimum Validity
Title: Subsequent Layout of Pricing Documents Directly from Conditions
Text Symbol: 112 = Durat:
Text Symbol: 113 = Entries at Runtime
Text Symbol: 114 = Start Date
Text Symbol: 115 = End Of Log
Text Symbol: 116 = Details for Conditions and Pricing Documents
Text Symbol: 120 = Pricing Document
Text Symbol: 111 = End:
Text Symbol: 110 = Start Time:
Text Symbol: 109 = Generated Pricing Document Items with New Calculation:
Text Symbol: 108 = Generated Pricing Document Items Without New Calculation:
Text Symbol: 130 = Details for Selected Blocks of Conditions
Text Symbol: 131 = Block
Text Symbol: 132 = SOrg
Text Symbol: 133 = Di
Text Symbol: 134 = Plnt
Text Symbol: 001 = Include Currency Conversion
Text Symbol: 002 = New Calculation/Condition fr Conds with Validity Start Before Key Date
Text Symbol: 003 = No Pricing Doc. for Validity Before Price Determ. Date of New Calc.





Text Symbol: 005 = BOM Lists
Text Symbol: 020 = Print log of sales price calculation
Text Symbol: 021 = Print list of generated pricing documents
Text Symbol: 099 = ********************************************************************************************
Text Symbol: 100 = Subsequent Generation of Pricing Documents from Conditions
Text Symbol: 101 = Number of Generated Pricing Documents:
Text Symbol: 102 = Number of Selected Conditions:
Text Symbol: 103 = Number of Conditions Without Document:
Text Symbol: 104 = Number of Pricing Items Without New Calculation:
Text Symbol: 105 = Sales Price Calculation Log
Text Symbol: 106 = Number of Pricing Items with New Calculation:
Text Symbol: 107 = Number of Pricing Items for Currency Conversion:
Text Symbol: S06 = Temporary Storage of Pricing Document
Text Symbol: S05 = Lower Limit for Program Continuation
Text Symbol: S04 = Create Conditions
Text Symbol: S03 = Control Data for Batch Run
Text Symbol: S02 = Currency Conversion
Text Symbol: S01 = Condition Selection
Text Symbol: 138 = Curr.
Text Symbol: 137 = PL
Text Symbol: 136 = SUn
Text Symbol: 135 = Material


INCLUDES used within this REPORT RWVKPIC3

INCLUDE WVIC3TOP.
INCLUDE WVIC3S00.
INCLUDE WVIC3E00.
INCLUDE WVIC3F00.


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