SAP E3685A Conditions: Types: Additional Price Element Data Table data and field list

E3685A 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 "Conditions: Types: Additional Price Element Data" 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_E3685A TYPE E3685A.

The E3685A table consists of various fields, each holding specific information or linking keys about Conditions: Types: Additional Price Element Data data available in SAP. These include KZBZG (Scale basis indicator), KNTYP (Condition category (examples: tax, freight, price, cost)), KONAU (Condition is mandatory), KMANU (Making manual entries)... 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. .

E3685A structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the E3685A table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
KRECHCalculation type for condition KRECHCHAR1KRECH
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KONAUCondition is mandatory KONAUCHAR1XFELD
KMANUMaking manual entries KMANUCHAR1KMANU
GRZGFAccess sequence for the group key GRZGFCHAR4Assigned to domainKOZGF
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
SOSTASpecial form for scale determination SOSTACHAR1SOSTA
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
KAEND_MEHCondition scope of change for unit of measure KAEND_MEHCHAR1XFELD
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 RKAPPLCHAR2Assigned to domainKAPPL
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

Key field Non-key field



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

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

How to access SAP table E3685A

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

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