W_KNA1 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

W_KNA1 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 W_KNA1 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include KUNNR (Customer Numbers), AUFSD (Central order block for customer), BBBNR (International location number (part 1)), BBSNR (International location number (Part 2)).. 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 W_KNA1 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
KUNNRCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
AUFSDCentral order block for customer AUFSD_XCHAR2TVASTKAUFS
BBBNRInternational location number (part 1) BBBNRNUMC7NUM07
BBSNRInternational location number (Part 2) BBSNRNUMC5NUM05
BEGRUAuthorization Group BRGRUCHAR4BRGRU
BRSCHIndustry key BRSCHCHAR4T016BRSCH
BUBKZCheck digit for the international location number BUBKZNUMC1NUM01
EXABLIndicator: Unloading points exist EXABLCHAR1XFELD
FAKSDCentral billing block for customer FAKSD_XCHAR2TVFSFAKSP
KNAZKWorking Time Calendar KNAZKCHAR2TFACDWFCID
KNRZAAccount number of an alternative payer KNRZACHAR10KNA1ALPHAKUNNR
KUKLACustomer classification KUKLACHAR2TKUKLKUKLA
LAND1Country Key LAND1_GPCHAR3T005LAND1C_LAND1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
LIFSDCentral delivery block for the customer LIFSD_XCHAR2TVLSLIFSP
LOEVMCentral Deletion Flag for Master Record LOEVM_XCHAR1XFELD
NAME1Name 1 NAME1_GPCHAR35NAME
NIELSNielsen ID NIELSCHAR2TNLSNIELS
RPMKRRegional Market RPMKRCHAR5RPMKR
SPERRCentral posting block SPERB_XCHAR1XFELD
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
STKZAIndicator: Business Partner Subject to Equalization Tax? STKZACHAR1STKZA
STKZULiable for VAT STKZUCHAR1XFELD
XCPDKIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
XZEMPIndicator: Is an alternative payer allowed in document? XREGUCHAR1XFELD
DEAR1Indicator: Competitor DEAR1CHAR1XFELD
DEAR2Indicator: Sales partner DEAR2CHAR1XFELD
DEAR3Indicator: Sales prospect DEAR3CHAR1DEAR3
DEAR4Indicator for customer type 4 DEAR4CHAR1XFELD
DEAR5ID for default sold-to party DEAR5CHAR1XFELD
GFORMLegal status GFORMCHAR2TVGFGFORM
STKZNNatural Person STKZNCHAR1STKZN
INSPBYDEBIInspection Carried Out By Customer (No Inspection Lot) QINSPBYDEBCHAR1QKZ
INSPATDEBIInspection for a Delivery Note After Outbound Delivery QINSPATDEBCHAR1QKZ
KTOCDReference Account Group for One-Time Account (Customer) KTOCDCHAR4T077DKTOKD
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
DTAWSInstruction key for data medium exchange DTAWSCHAR2DTAWS
DUEFLStatus of Data Transfer into Subsequent Release DUEFL_BKPFCHAR1DUEFL_BKPF
HZUORAssignment to Hierarchy HZUORNUMC2HZUOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM W_KNA1
INTO CORRESPONDING FIELDS OF WA_W_KNA1
WHERE...

How to access SAP table W_KNA1

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