SDCAS_KNA1_LISTE SAP (Reporting: KNA1) Structure details

Dictionary Type: Structure
Description: Reporting: KNA1




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




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

SDCAS_KNA1_LISTE 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 "Reporting: KNA1" 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_SDCAS_KNA1_LISTE TYPE SDCAS_KNA1_LISTE.

The SDCAS_KNA1_LISTE table consists of various fields, each holding specific information or linking keys about Reporting: KNA1 data available in SAP. These include BAHNE (Express train station), BAHNS (Train station), 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: Can be enhanced (character-type or numeric)


SAP SDCAS_KNA1_LISTE 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
AUFSDCentral order block for customer AUFSD_XCHAR2Assigned to domainKAUFS
BAHNEExpress train station BAHNECHAR25BAHNH
BAHNSTrain station BAHNSCHAR25BAHNH
BBBNRInternational location number (part 1) BBBNRNUMC7NUM07
BBSNRInternational location number (Part 2) BBSNRNUMC5NUM05
BRSCHIndustry key BRSCHCHAR4Assigned to domainBRSCH
BUBKZCheck digit for the international location number BUBKZNUMC1NUM01
EXABLIndicator: Unloading points exist EXABLCHAR1XFELD
FAKSDCentral billing block for customer FAKSD_XCHAR2Assigned to domainFAKSP
KONZSGroup key KONZSCHAR10KONZS
KTOKDCustomer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
KUKLACustomer classification KUKLACHAR2Assigned to domainKUKLA
LIFSDCentral delivery block for the customer LIFSD_XCHAR2Assigned to domainLIFSP
LOEVMCentral Deletion Flag for Master Record LOEVM_XCHAR1XFELD
RPMKRRegional Market RPMKRCHAR5RPMKR
NIELSNielsen ID NIELSCHAR2Assigned to domainNIELS
GFORMLegal status GFORMCHAR2Assigned to domainGFORM
BRAN1Industry Code 1 BRAN1_DCHAR10Assigned to domainBRACO
BRAN2Industry code 2 BRAN2CHAR10Assigned to domainBRACO
BRAN3Industry code 3 BRAN3CHAR10Assigned to domainBRACO
BRAN4Industry code 4 BRAN4CHAR10Assigned to domainBRACO
BRAN5Industry code 5 BRAN5CHAR10Assigned to domainBRACO
UMJAHYear For Which Sales are Given UMJAHNUMC4JAHR
UWAERCurrency of sales figure UWAERCUKY5Assigned to domainWAERS
JMZAHYearly number of employees JMZAHNUMC6JMZAH
JMJAHYear for which the number of employees is given JMJAHNUMC4JAHR
KATR1Attribute 1 KATR1CHAR2Assigned to domainATTR1
KATR2Attribute - 2 KATR2CHAR2Assigned to domainATTR2
KATR3Attribute 3 KATR3CHAR2Assigned to domainATTR3
KATR4Attribute 4 KATR4CHAR2Assigned to domainATTR4
KATR5Attribute 5 KATR5CHAR2Assigned to domainATTR5
KATR6Attribute 6 KATR6CHAR3Assigned to domainATTR6
KATR7Attribute 7 KATR7CHAR3Assigned to domainATTR7
KATR8Attribute 8 KATR8CHAR3Assigned to domainATTR8
KATR9Attribute 9 KATR9CHAR3Assigned to domainATTR9
KATR10Attribute 10 KATR10CHAR3Assigned to domainATTR10
STKZNNatural Person STKZNCHAR1STKZN
UMSA1Annual sales UMSA1CURR15(2) UMSA1
CIVVEID for mainly non-military use CIVVECHAR1XFELD
MILVEID for mainly military use MILVECHAR1XFELD
ANRED_KNA1Form of address ANRED_VPCHAR15ANRED
NAME1_KNA1Name 1 NAME1_GPCHAR35NAME
NAME2_KNA1Name 2 NAME2_GPCHAR35NAME
NAME3_KNA1Name 3 NAME3_GPCHAR35NAME
NAME4_KNA1Name 4 NAME4_GPCHAR35NAME
STRAS_KNA1House number and street STRAS_GPCHAR35TEXT35
LAND1_KNA1Country Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
PSTLZ_KNA1Postal Code PSTLZCHAR10PSTLZ
PSTL2_KNA1P.O. Box Postal Code PSTL2CHAR10PSTLZ
PFORT_KNA1PO Box city PFORT_GPCHAR35TEXT35
ORT01_KNA1City ORT01_GPCHAR35TEXT35
ORT02_KNA1District ORT02_GPCHAR35TEXT35
REGIO_KNA1STATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CITYC_KNA1City Code CITYCCHAR4Assigned to domainCITYC
COUNC_KNA1County Code COUNCCHAR3Assigned to domainCOUNC
PFACH_KNA1PO Box PFACHCHAR10PFACH
TELF1_KNA1First telephone number TELF1CHAR16TEXT16
TELF2_KNA1Second telephone number TELF2CHAR16TEXT16
TELBX_KNA1Telebox number TELBXCHAR15TEXT15
TELFX_KNA1Fax Number TELFXCHAR31TEXT31
TELTX_KNA1Teletex number TELTXCHAR30TEXT30
TELX1_KNA1Telex number TELX1CHAR30TEXT30
LZONE_KNA1Transportation zone to or from which the goods are delivered LZONECHAR10Assigned to domainZONE

Key field Non-key field



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

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

How to access SAP table SDCAS_KNA1_LISTE

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