EKAN SAP (Vendor Address: Purchasing Document) Table details

Dictionary Type: Table
Description: Vendor Address: Purchasing Document




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




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

EKAN is a standard SAP Table which is used to store Vendor Address: Purchasing Document data and is available within R/3 SAP systems depending on the version and release level.

The EKAN table consists of various fields, each holding specific information or linking keys about Vendor Address: Purchasing Document data available in SAP. These include EBELN (Purchasing Document Number), NAME1 (Name 1), NAME2 (Name 1), NAME3 (Name 1).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EKAN table 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
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 1 NAME1_GPCHAR35NAME
NAME3Name 1 NAME1_GPCHAR35NAME
NAME4Name 1 NAME1_GPCHAR35NAME
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
LAND1Country Key LAND1CHAR3T005LAND1LND
STRASHouse number and street STRAS_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
ANREDTitle ANREDCHAR15TEXT15
TELX1Telex number TELX1CHAR30TEXT30
TELFXFax Number TELFXCHAR31TEXT31
TELTXTeletex number TELTXCHAR30TEXT30
DATLTData communication line no. DATLTCHAR14TEXT14
TELBXTelebox number TELBXCHAR15TEXT15
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKAN
INTO CORRESPONDING FIELDS OF WA_EKAN
WHERE...

How to access SAP table EKAN

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