ENT5727 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT5727 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 ENT5727 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PRUEFLOS (Inspection Lot Number), VORGLFNR (Current Node Number from Order Counter APLZL), MERKNR (Inspection Characteristic Number), PROBENR (Number of the Partial Sample).. 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 ENT5727 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
MANDANTClient MANDTCLNT3T000MANDT
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
PROBENRNumber of the Partial Sample QSTIPRONRNUMC6QASVQPROBENR
KATALGART1Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
VERSION5Version Number QVERSNRCHAR6ALPHAQVERSNR
GRUPPE1Code Group QCODEGRPCHAR8QCODEGRPCGP
CODE1Code QCODECHAR4QCODEQCODE
VERSION1Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART2Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
GRUPPE2Code Group QCODEGRPCHAR8QCODEGRPCGP
CODE2Code QCODECHAR4QCODEQCODE
VERSION2Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART3Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
GRUPPE3Code Group QCODEGRPCHAR8QCODEGRPCGP
CODE3Code QCODECHAR4QCODEQCODE
VERSION3Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART4Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
GRUPPE4Code Group QCODEGRPCHAR8QCODEGRPCGP
CODE4Code QCODECHAR4QCODEQCODE
VERSION4Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART5Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
GRUPPE5Code Group QCODEGRPCHAR8QCODEGRPCGP
CODE5Code QCODECHAR4QCODEQCODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT5727
INTO CORRESPONDING FIELDS OF WA_ENT5727
WHERE...

How to access SAP table ENT5727

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