E2KNVVM SAP (Master customer master sales data (KNVV)) Structure details

Dictionary Type: Structure
Description: Master customer master sales data (KNVV)




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




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

E2KNVVM 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 "Master customer master sales data (KNVV)" 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_E2KNVVM TYPE E2KNVVM.

The E2KNVVM table consists of various fields, each holding specific information or linking keys about Master customer master sales data (KNVV) data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), BEGRU (Authorization Group).. 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: Cannot Be Enhanced


SAP E2KNVVM 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
MSGFNFunction MSGFNCHAR3MSGFN
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion flag for customer (sales level) LOEVM_VCHAR1XFELD
VERSGCustomer Statistics Group STGKUCHAR1Assigned to domainSTGKU
AUFSDCustomer order block (sales area) AUFSD_VCHAR2Assigned to domainKAUFS
KALKSPricing procedure assigned to this customer KALKSCHAR1Assigned to domainKALKS
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
KONDAPrice group (customer) KONDACHAR2Assigned to domainKONDAVKA
PLTYPPrice list type PLTYPCHAR2Assigned to domainPLTYPVPL
AWAHR3-Byte field CHAR3CHAR3CHAR3
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
LIFSDCustomer delivery block (sales area) LIFSD_VCHAR2Assigned to domainLIFSP
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
ANTLFVersion Number Component CHAR2CHAR2CHAR2
KZTLFPartial delivery at item level KZTLFCHAR1KZTLF
KZAZUOrder Combination Indicator KZAZU_DCHAR1XFELD
CHSPLBatch split allowed CHSPLCHAR1XFELD
LPRIOVersion Number Component CHAR2CHAR2CHAR2
EIKTOShipper's (Our) Account Number at the Customer or Vendor EIKTOCHAR12CHAR12
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
FAKSDBilling block for customer (sales and distribution) FAKSD_VCHAR2Assigned to domainFAKSP
MRNKZManual invoice maintenance MRNKZCHAR1XFELD
PERFKInvoice dates (calendar identification) PERFKCHAR2Assigned to domainWFCID
PERRLInvoice list schedule (calendar identification) PERRLCHAR2Assigned to domainWFCID
WAERSR/2 table CHAR5CHAR5CHAR5
KTGRDAccount assignment group for this customer KTGRDCHAR2Assigned to domainKTGRD
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
VWERKDelivering Plant DWERKCHAR4Assigned to domainWERKS
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VSORTItem proposal VSORTCHAR10Assigned to domainALPHAVBELN
KVGR1Customer group 1 KVGR1CHAR3Assigned to domainKVGR1
KVGR2Customer group 2 KVGR2CHAR3Assigned to domainKVGR2
KVGR3Customer group 3 KVGR3CHAR3Assigned to domainKVGR3
KVGR4Customer group 4 KVGR4CHAR3Assigned to domainKVGR4
KVGR5Customer group 5 KVGR5CHAR3Assigned to domainKVGR5
BOKREIndicator: Customer Is Rebate-Relevant BOKRECHAR1XFELD
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
PRFRERelevant for price determination ID PRFRECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table E2KNVVM

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