ENT5749 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT5749 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 ENT5749 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 ENT5749 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
GRUPPE1Code Group QCODEGRPCHAR8QCODEGRPCGP
CODE1Code QCODECHAR4QCODEQCODE
VERSION1Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART2Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
CODE2Code QCODECHAR4QCODEQCODE
GRUPPE2Code Group QCODEGRPCHAR8QCODEGRPCGP
VERSION2Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART3Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1TQ15QKATARTQKT
GRUPPE3Code Group QCODEGRPCHAR8QCODEGRPCGP
VERSION3Version Number QVERSNRCHAR6ALPHAQVERSNR
CODE3Code QCODECHAR4QCODEQCODE
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
VERSION5Version Number QVERSNRCHAR6ALPHAQVERSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT5749
INTO CORRESPONDING FIELDS OF WA_ENT5749
WHERE...

How to access SAP table ENT5749

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