JVVT685A_AJ0 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

JVVT685A_AJ0 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The JVVT685A_AJ0 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include KVEWE (Usage of the condition table), KAPPL (Application), KSCHL (Condition Type), KOZGF (Access sequence).. 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: Not classified


SAP JVVT685A_AJ0 table view 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 KAPPLCHAR2T681ZKAPPLKAP
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KOZGFAccess sequence KOZGFCHAR4T682KOZGF
DATVODate proposed as valid-to date DATVOCHAR1DATVO
DTVOBProposed starting date for the rebate validity period DTVOBCHAR1DTVOB
KRECHCalculation type for condition KRECHCHAR1KRECH
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KMANUMaking manual entries KMANUCHAR1KMANU
GRLNRRoutine number for creating group key GRLNRNUMC2NUM02
GRMENScale unit GRMENUNIT3Assigned to domainCUNITMEINS
GANZZIndicator: Currency Translation after Multiplication GANZZCHAR1XFELD
KGRPEGroup condition KGRPECHAR1KGRPE
KRELICondition for invoice list KRELICHAR1KRELI
KDUPLStructure condition KDUPLCHAR1KDUPL
KRUEKCondition is Relevant for Accrual (e.g. Freight) KRUEKCHAR1XFELD
KOUPDCondition update KOUPDCHAR1XFELD
KOFRSFormula for scale base value KOFRSNUMC3KOFRM
KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6Assigned to domainKALSM
KZNEPCondition exclusion indicator KZNEPCHAR1Assigned to domainKZNEP
KOAIDCondition class KOAIDCHAR1KOAID
KKOPFCondition applies to header KKOPFCHAR1XFELD
KPOSICondition applies to items KPOSICHAR1XFELD
KNEGAPlus/minus sign of the condition amount KNEGACHAR1KNEGA
TXPRFRounding rule TXPRFCHAR1TXPRF
KSTPRChecking rule for scale rates KSTPRCHAR1KSTPR
KAEND_BTRCondition rate of change for amount/percentage KAEND_BTRCHAR1XFELD
KAEND_WRTScope for changing the value KAEND_WRTCHAR1XFELD
KAEND_UFKScope for changing conversion factors KAEND_UFKCHAR1XFELD
KAEND_RCHCalculation type can be changed KAEND_RCHCHAR1XFELD
KAEND_LOEDelete the scope for changing rate KAEND_LOECHAR1XFELD
IDXUPUpdate condition index IDXUPCHAR1XFELD
RUKORRebate: Accruals correction procedure RUKORCHAR1RUKOR
BOVERRebate procedure BOVERCHAR1BOVER
KPRDTPricing date KPRDTCHAR1KPRDT
STFKZScale Type STFKZCHAR1STFKZ
PRECHPeriod Condition Calculation Rule PRECHCHAR1KRECH
BNKWEEnter vendor for delivery costs in goods receipt document BNKWECHAR1BNKWE
AKTKOCondition Type for Promotions AKTKOCHAR1XFELD
VKKALSales Price Calculation: Relevant to pricing VKKALCHAR1XFELD
VKOBLSP Calculation: 'Relevant to pricing' ID can be changed VKOBLCHAR1XFELD
RKAPPLReference application RKAPPLCHAR2T681AKAPPL
RKSCHLReference condition type RKSCHLCHAR4Assigned to domainKSCHL
BERGLCalculation Base BERGLCHAR1BERGL
VHARTPackaging Material Type VHIARTCHAR4Assigned to domainTRATY
RDIFARounding difference comparison RDIFACHAR1XFELD
KFKIVCondition for inter-company billing KFKIVCHAR1XFELD
KVARCCondition for configuration KVARCCHAR1XFELD
KMENGQuantity conversion KMENGCHAR1XFELD
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KTRELRelevance for account assignment KTRELCHAR1KTREL
BNKTKCopy delivery costs from shipment costs document VF_BNKTKCHAR1VF_BNKTK
KFRSTRelease status KFRSTCHAR1KFRST
TXTGRText determination procedure TXTGRCHAR2Assigned to domainTXTGR
TDIDText ID for text edit control TDID_TECCHAR4Assigned to domainTDID
KDELECondition records should be deleted from the database KDELECHAR1KDELE
KBFLAGBit encrypted flags in Pricing KBFLAGRAW2KBFLAG
VTEXT1Name VTXTKCHAR20TEXT20
VTEXTDescription BEZEI20CHAR20TEXT20
TDTEXTShort Text TDTEXTCHAR30TDTEXT

Key field Non-key field



How do I retrieve data from SAP table JVVT685A_AJ0 using ABAP code

The following ABAP code Example will allow you to do a basic selection on JVVT685A_AJ0 to SELECT all data from the table
DATA: WA_JVVT685A_AJ0 TYPE JVVT685A_AJ0.

SELECT SINGLE *
FROM JVVT685A_AJ0
INTO CORRESPONDING FIELDS OF WA_JVVT685A_AJ0
WHERE...

How to access SAP table JVVT685A_AJ0

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