RVKP1 SAP (I/O structure for SAPLWVK1) Structure details

Dictionary Type: Structure
Description: I/O structure for SAPLWVK1




ABAP Code to SELECT data from RVKP1
Related tables to RVKP1
Access table RVKP1




Structure field list including key, data, relationships and ABAP select examples

RVKP1 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "I/O structure for SAPLWVK1" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RVKP1 TYPE RVKP1.

The RVKP1 table consists of various fields, each holding specific information or linking keys about I/O structure for SAPLWVK1 data available in SAP. These include WAERS2 (Sales currency), KPEIN1 (Condition pricing unit), KPEIN2 (Sales price unit), KMEIN1 (Condition unit).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RVKP1 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
WAERS1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS2Sales currency VWAERCUKY5Assigned to domainWAERS
KPEIN1Condition pricing unit KPEINDEC5KPEIN
KPEIN2Sales price unit VRKPEDEC5DEC5
KMEIN1Condition unit KMEINUNIT3Assigned to domainCUNITMEINS
KMEIN2Sales Unit W_VRKME_VKPUNIT3Assigned to domainCUNITMEINS
BEVKOTDescription VTEXTCHAR20TEXT20
BEVTWTDescription VTEXTCHAR20TEXT20
BESPATDescription VTEXTCHAR20TEXT20
BEWRKTName NAME1CHAR30TEXT30
BEPLTTText (20 Characters) TEXT20CHAR20TEXT20
BEBPLTText (20 Characters) TEXT20CHAR20TEXT20
BEVRKTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
HWAERTShort text KTEXT_CURTCHAR15TEXT15
WAERSTShort text KTEXT_CURTCHAR15TEXT15
VLGWKSales Pricing: Reference Plant VLGWKCHAR4Assigned to domainWERKSWRK
VLGWKTName NAME1CHAR30TEXT30
INFWKInfo record at plant level INFWKCHAR1XFELD
FILGRPlant group in SAP Retail WRKGPCHAR18KLASSE
FILGRTKeywords KLSCHLCHAR40TEXT40
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
SAISTDescription BEZEI20CHAR20TEXT20
VKOTABNRSales Pricing: Condition Table for the Sales Price W_VKOTABN_KALPNUMC3Assigned to domainKOTABNR
VKOTABNTExplanatory short text DDTEXTCHAR60DDTEXT
VKOTABNR_ASales Pricing: Condition Table for the Current Sales Price W_VKOTABA_KALPNUMC3Assigned to domainKOTABNR
VKOTABNT_AExplanatory short text DDTEXTCHAR60DDTEXT
EKOR1Reference purchasing organization 1 WEKOR1CHAR4Assigned to domainEKORGEKO
EKOR1TDescription of Purchasing Organization EKOTXCHAR20TEXT20
VKOTABNR_BSales Pricing: Condition Table for the Sales Price W_VKOTABN_KALPNUMC3Assigned to domainKOTABNR
VKOTABNT_BExplanatory short text DDTEXTCHAR60DDTEXT
VKABBValid-From Date DATABDATS8DATUM
VKBIBValid To Date DATBIDATS8DATUM
ABGPRFinal price ENDPRCURR11(2) WERTV6
WAERS3Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PMKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
AUFSAMarkup (absolute) in sales price calculation AUFSACURR11(2) WERTV6
LIGRUTExplanatory short text DDTEXTCHAR60DDTEXT
LIVARTDescription BEZEI30CHAR30TEXT30
POPT1Text TXT50CHAR50TEXT50
POPT2Text TXT50CHAR50TEXT50
HKAFIRestrictions on background calculation W_HKAFICHAR1XFELD
VKERVTDescription BEZEI40CHAR40TEXT40
KALGRPricing type KALGRCHAR4Assigned to domainKALGR
GKBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
GWAERSSales currency VWAERCUKY5Assigned to domainWAERS
GKPEINComparison price unit VPREHDEC5PACK3
GKMEINContent unit INHMEUNIT3Assigned to domainCUNITMEINS
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX

Key field Non-key field



How do I retrieve data from SAP structure RVKP1 using ABAP code?

As RVKP1 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RVKP1 as there is no data to select.

How to access SAP table RVKP1

Within an ECC or HANA version of SAP you can also view further information about RVKP1 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!