E3T001W SAP (Segment for plants) Structure details

Dictionary Type: Structure
Description: Segment for plants




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




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

E3T001W 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 "Segment for plants" 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_E3T001W TYPE E3T001W.

The E3T001W table consists of various fields, each holding specific information or linking keys about Segment for plants data available in SAP. These include WERKS (Plant), NAME1 (Name), NAME2 (Name 2), STRAS (House number and street).. 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 E3T001W 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
NAME1Name NAME1CHAR30TEXT30
NAME2Name 2 NAME2CHAR30TEXT30
STRASHouse number and street STRASCHAR30TEXT30
PFACHPO Box PFACHCHAR10PFACH
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
VKORGSales organization for intercompany billing VKOIVCHAR4Assigned to domainVKORGVKO
CHAZVIndicator: batch status management active CHAZVCHAR1XFELD
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID
KKOWKIndicator: Conditions at plant level KKOWKCHAR1KKOWK
KORDBIndicator: Source list requirement KORDBCHAR1XFELD
BEDPLActivating requirements planning BEDPLCHAR1XFELD
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
CITYCCity Code CITYCCHAR4Assigned to domainCITYC
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
VTWEGDistribution channel for intercompany billing VTWIVCHAR2Assigned to domainVTWEGVTW
SPARTDivision for intercompany billing SPAIVCHAR2Assigned to domainSPARTSPA
KUNNRCustomer number of plant KUNNR_WKCHAR10Assigned to domainALPHAKUNNR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
WKSOPSOP plant WKSOPCHAR1XFELD
AWSLSVariance Key AWSLSCHAR6Assigned to domainAWSLS
CHAZV_OLDIndicator: batch status management active CHAZVCHAR1XFELD
VLFKZPlant category VLFKZCHAR1VLFKZ
LIFNRVendor number of plant LIFNR_WKCHAR10Assigned to domainALPHALIFNR
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
ZONE1Supply region (region supplied) LFREGCHAR10Assigned to domainZONE
TAXIWTax Indicator: Plant (Purchasing) TAXIW1CHAR1Assigned to domainTAXIW1
BZQHLTake regular vendor into account BZQHLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table E3T001W

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