RV13A SAP (Input/Output Fields for Price Element Maintenance) Structure details

Dictionary Type: Structure
Description: Input/Output Fields for Price Element Maintenance




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




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

RV13A 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 "Input/Output Fields for Price Element Maintenance" 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_RV13A TYPE RV13A.

The RV13A table consists of various fields, each holding specific information or linking keys about Input/Output Fields for Price Element Maintenance data available in SAP. These include KVEWE (Usage of the condition table), KAPPL (Application), KSCHL (Condition type), VTEXT (Description).. 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 RV13A 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
MANDTClient MANDTCLNT3T000MANDT
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition type KSCHACHAR4T685KSCHLVKS
VTEXTDescription VTXTMCHAR30TEXT30
DATABValidity start date of the condition record KODATABDATS8DATUM
DATBIValidity end date of the condition record KODATBIDATS8DATUM
AKTEICurrent table entry AKTEINUMC3NUM3
SUMEIFilled table lines SUMEINUMC3NUM3
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
VAKEY1Literal for variable key VAKEY1CHAR255TEXT255
VAKEY2Output field for variable key VAKEY2CHAR255TEXT255
KOTABNRCondition table KOTABNRNUMC3T681KOTABNRKON
SDATABValidity start date of the condition record KODATABDATS8DATUM
SDATBIValidity end date of the condition record KODATBIDATS8DATUM
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
SKONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
KONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3T006CUNITMEINS
KONWSScale currency KONWSCUKY5TCURCWAERSFWS
KONMSCondition scale unit of measure KONMSUNIT3T006CUNITMEINS
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KPROAEPercentage price change KPROAEDEC6(3) PRZ33V
KBETRAEAbsolute amount by which price is increased KBETRAECURR9(2) WERT5
KONWAAECurrency unit of price chnage KONWAAECUKY5TCURCWAERS
KRUNDRounding rule for price changes KRUNDNUMC3Assigned to domainGRPNO
BKONWRate unit for rebate (currency or percentage) BKONWACUKY5TCURCWAERS
KNUMA_BOAgreement (subsequent settlement) KNUMA_BOCHAR10KONAALPHAKNUMAVBOVMBO
KNUMA_SQSales quote KNUMA_SQCHAR10KONAALPHAKNUMAVK3VMBO
KNUMA_AGSales deal KNUMA_AGCHAR10KONAALPHAKNUMAVK1VMBO
KNUMA_SDStandard agreement KNUMA_SDCHAR10KONAALPHAKNUMAVK2VMBO
KNUMA_PIPromotion KNUMA_PICHAR10KONAALPHAKNUMAVPIVMBO
BOART_BORebate agreement type BOART_BOCHAR4T6B1BOARTVBA
BOART_AGType of sales deal BOART_AGCHAR4T6B1BOARTVK5
BOART_PIType of promotion ID BOART_PICHAR4T6B1BOARTVK4
BOART_SQType of sales quote BOART_SQCHAR4T6B1BOARTVK7
BOART_SDType of standard deal BOART_SDCHAR4T6B1BOARTVK6
BOTEXTMCSales deal description BOTEXTMCCHAR30CHAR30
BOTEXTPIDescription of the promotion BOTEXTPICHAR30CHAR30
KRECHCalculation type for condition KRECHCHAR1KRECH
PKBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
PKONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
LOEVM_PKDeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
KLFKAConditions: Scale level for sales pricing activated KLFKACHAR1XFELD
AWEINRate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
AWEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
PKWRTPlanned condition value PKWRT_PCURR15(2) WERTV8
PWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
CURCONVUsage for currency rounds CURCONVCURR15(2) WERTV8
ABTXKZTexts maintained in the agreement ABTXKZCHAR1XFELD
KOSTKZScales are maintained KOSTKZCHAR1XFELD
KOZUKZCondition supplements are maintained KOZUKZCHAR1XFELD
KOTXKZTexts are maintained KOTXKZCHAR1XFELD
PADATSettlement date PADATDATS8DATUM
VADAT1Literal for variable data portion VADAT1CHAR255TEXT255
VADAT2Output field for variable data portion VADAT2CHAR255TEXT255
KONLIDescription of List Reports for Conditions KONLICHAR2Assigned to domainKONLIKONLI
KFRSTRelease status KFRSTCHAR1KFRST
SCVARIANTScreen variant COND_SCVARIANTCHAR30SHDSVCISCVARIANTCOND_SCRVAR
KNBTXTAdditional Text for the Conditions KNBTXTCHAR20TEXT20

Key field Non-key field



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

As RV13A 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 RV13A as there is no data to select.

How to access SAP table RV13A

Within an ECC or HANA version of SAP you can also view further information about RV13A 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!