SAP Reports / Programs

RWVKPAR1 SAP ABAP Report - Archiving: Read Program for Object W_KALK (Pricing Documents)







RWVKPAR1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this archiving read program to retrieve data stored in archive files...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 RWVKPAR1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VKPR - Read archive file


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 RWVKPAR1. "Basic submit
SUBMIT RWVKPAR1 AND RETURN. "Return to original report after report execution complete
SUBMIT RWVKPAR1 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: S_WERKS = Plant
Selection Text: S_VTWEG = Distribution channel
Selection Text: S_VKORG = Sales organization
Selection Text: S_PLTYP = Price list category
Selection Text: S_MATNR = Material
Selection Text: S_DATUM = Created on
Selection Text: S_BPSTA = Document item status
Selection Text: P_SAISO = Season
Selection Text: P_SAISJ = Season Year
Selection Text: P_PROT = Create log
Selection Text: P_MATKL = Material Group
Selection Text: P_LTSNR = Vendor Subrange
Selection Text: P_LIFNR = Vendor
Selection Text: P_ERNAM = Created by
Selection Text: P_EKORG = Purchasing Organization
Title: Archiving: Read Program for Object W_KALK (Pricing Documents)
Text Symbol: 132 = Data for archive file:
Text Symbol: 131 = SAP release:
Text Symbol: 130 = SAP system:
Text Symbol: 129 = Number of all relevant table entries in WKBP:
Text Symbol: 128 = Number of all relevant table entries in WKBK:
Text Symbol: 122 = Relevant table entries in WKBP according to selection:
Text Symbol: 121 = Relevant table entries in WKBK according to selection:
Text Symbol: 119 = Number of all table entries in WKBP:
Text Symbol: 118 = Number of all table entries in WKBK:
Text Symbol: 113 = Number of table entries in WKBP (pricing documents item):
Text Symbol: 111 = Number of table entries in WKBK (pricing documents header):
Text Symbol: 109 = End log for reading archived pricing documents
Text Symbol: 104 = Created on
Text Symbol: 103 = Archive file
Text Symbol: 100 = Log for reading archived pricing documents
Text Symbol: 099 = ********************************************************************************************
Text Symbol: 015 = Complete archive contents read:
Text Symbol: 014 = Data on archive data read
Text Symbol: 013 = Create log of archive data read
Text Symbol: 011 = Parameters for program flow
Text Symbol: 007 = Display documents for distr. chains and plants/price lists separately
Text Symbol: 006 = Organizational level selection





Text Symbol: 003 = Data for document creation
Text Symbol: 002 = Restrictions
Text Symbol: 001 = Program selection criteria


INCLUDES used within this REPORT RWVKPAR1

INCLUDE FWVKPSEB.
INCLUDE FWVKPSEA.


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:

SELECTION_TEXTS_GET call function 'SELECTION_TEXTS_GET' exporting pi_ekorg = p_ekorg px_ekorg_alt = ekorg_alt pi_lifnr = p_lifnr px_lifnr_alt = lifnr_alt pi_ltsnr = p_ltsnr px_ltsnr_alt = ltsnr_alt pi_matkl = p_matkl px_matkl_alt = matkl_alt * PI_SAISO = * PX_SAISO_ALT = importing pe_ekorgt = p_ekorgt pe_lifnrt = p_lifnrt pe_ltsnrt = p_ltsnrt pe_matklt = p_matklt * PE_SAISOT = exceptions others = 1.

PRICING_DOC_ARCHIVE_SELECT call function 'PRICING_DOC_ARCHIVE_SELECT' exporting pi_i_pdd = pipdd tables so_matnr = s_matnr so_pltyp = s_pltyp so_vkorg = s_vkorg so_vtweg = s_vtweg so_werks = s_werks so_bpsta = s_bpsta pe_t_vwkbp = vwkbp pe_t_addat = xaddat exceptions no_documents_found = 1 others = 2.

PRICING_DOC_DISPLAY call function 'PRICING_DOC_DISPLAY' exporting pi_i_pdd = pipdd tables pi_t_vwkbp = vwkbp exceptions no_documents_found = 1 others = 2.

RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = 'RWVKPAR1 ' seltext = 'X' tables sel_tab = selection_table.



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