ENT1003 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT1003 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 ENT1003 table consists of various fields, each holding specific information or linking keys about Generated Table for View 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 ENT1003 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
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
NAME1Name NAME1CHAR30TEXT30
NAME2Name 2 NAME2CHAR30TEXT30
STRASHouse number and street STRASCHAR30TEXT30
PFACHPO Box PFACHCHAR10PFACH
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
ADRNRAddress ADRNRCHAR10ALPHAADRNR
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
FABKLFactory calendar key FABKLCHAR2TFACDWFCID
LAND1Country Key LAND1CHAR3T005LAND1LND
KKOWKIndicator: Conditions at plant level KKOWKCHAR1KKOWK
KORDBIndicator: Source list requirement KORDBCHAR1XFELD
BEDPLActivating requirements planning BEDPLCHAR1XFELD
CHAZVIndicator: batch status management active CHAZVCHAR1XFELD
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
VLFKZPlant category VLFKZCHAR1VLFKZ
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNCCounty Code COUNCCHAR3T005ECOUNC
CITYCCity Code CITYCCHAR4T005GCITYC
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
WKSOPSOP plant WKSOPCHAR1XFELD
AWSLSVariance Key AWSLSCHAR6TKV01AWSLS
CHAZV_OLDIndicator: batch status management active CHAZVCHAR1XFELD
TAXIWTax Indicator: Plant (Purchasing) TAXIW1CHAR1TMKW1TAXIW1
BZQHLTake regular vendor into account BZQHLCHAR1XFELD
LET01Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
LET02Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
LET03Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
TXNAM_MA1Text name of 1st dunning of vendor declarations TXNAM_MA1CHAR16TXNAM16
TXNAM_MA2Text name of the 2nd dunning of vendor declarations TXNAM_MA2CHAR16TXNAM16
TXNAM_MA3Text name of 3rd dunning of vendor declarations TXNAM_MA3CHAR16TXNAM16
BETOLNumber of days for PO tolerance - Compress info records - SU BETOLNUMC3NUMC3
J_1BBRANCHBusiness Place J_1BBRANC_CHAR4J_1BBRANCHJ_1BBRANCH
FPRFWDistribution profile at plant level FPRFWCHAR3TWFPFFEPRF
ACHVMCentral archiving marker for master record ACHVM_XCHAR1XFELD
DVSARTBatch Record: Type of DMS Used DVSARTCHAR1DVSART
NODETYPENode type: supply chain network NODETYPECHAR3MDRP_NODTNODETYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT1003
INTO CORRESPONDING FIELDS OF WA_ENT1003
WHERE...

How to access SAP table ENT1003

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