ENT5611 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT5611 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 ENT5611 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EQUNR (Equipment Number), DATBI (Valid To Date), EQLFN (Consecutive numbering of EquipUsagePeriods on same day), EQUZN (Number of next EquipUsagePeriod on same day).. 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 ENT5611 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
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
DATBIValid To Date DATBIDATS8DATUM
EQLFNConsecutive numbering of EquipUsagePeriods on same day EQLFNNUMC3NUM03EQL
EQUZNNumber of next EquipUsagePeriod on same day EQNNRNUMC3NUM03
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
TIMBIEquipment usage period time stamp TIMBITIMS6ZEITBI
ESTAISAP Development Reserve: Format CHAR, Length 1 RESERVE_CHAR_001CHAR1CHAR1
ESTAESAP Development reserve: Format CHAR, length 4 RESERVE_CHAR_004CHAR4CHAR4
STNAMSAP Development Reserve: Format CHAR, Length 12 RESERVE_CHAR_012CHAR12CHAR12
LVORMSAP Development Reserve: Format CHAR, Length 1 RESERVE_CHAR_001CHAR1CHAR1
DATABValid-From Date DATABDATS8DATUM
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
IWERKIData origin indicator INHERCHAR1INHER
SUBMTConstruction type material of the object SUBMTCHAR18MARAMATN1MATNRMAT
MAPARManufacturer part number MAPARCHAR30MAPAR
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
INGRPIData origin indicator INHERCHAR1INHER
PM_OBJTYObject Type of CIM Resources for Work Center PM_OBJTYCHAR2CR_OBJTY
GEWRKObject ID of the Work Center LGWIDNUMC8CRIDCR_OBJID
GEWRKIData origin indicator INHERCHAR1INHER
TIDNRTechnical identification number TIDNRCHAR25TIDNR
TIDNRIData origin indicator INHERCHAR1INHER
ILOANLocation and account assignment for technical object ILOANCHAR12ILOAILOAN
KUND1Customer number KUND1CHAR10KNA1ALPHAKUNNR
KUND2End customer number KUND2CHAR10KNA1ALPHAKUNNR
KUND3Operator KUND3CHAR10KNA1ALPHAKUNNR
LIZNREquipment license number LIZNRCHAR20CHAR20
RBNRCatalog Profile RBNRCHAR9T352BRBNR
HEQUISuperordinate Equipment HEQUICHAR18EQUIALPHAEQUNR
HEQNREquipment position at InstallLoc (Superior Equip./FunctLoc) HEQNRCHAR4CHAR4
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
ABCKZABC indicator for technical object ABCKZCHAR1T370CABCKZ
ABCKZIData origin for ABC indicator field INH_ABCKZICHAR1INHER

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT5611
INTO CORRESPONDING FIELDS OF WA_ENT5611
WHERE...

How to access SAP table ENT5611

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