ENT6027 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT6027 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 ENT6027 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LFART (Delivery Type), SPRAS (Language Key), VTEXT (Description), KOPGR (Screen sequence group for document header & item).. 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 ENT6027 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
LFARTDelivery Type LFARTCHAR4LFARTALT
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
VTEXTDescription BEZEI20CHAR20TEXT20
KOPGRScreen sequence group for document header & item BIFGRCHAR4TVHBBIFGR
UEVORF-code default for overview screen UEVOR_VLCHAR4UEVOR_VL
TXN08Number of the standard text TXN08CHAR8TXN08
UMFNGDisplay Range UMFNGCHAR20UMFNG
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
INCPOIncrement of item number in the SD document INCPONUMC6NUM6
PARGRPartner Determination Procedure PARGRCHAR4TVPGPARGR
AUFERA sales order is required as basis for delivery AUFERCHAR1VOERF
DAARTDefault order type for deliveries without reference to order DAARTCHAR4TVAKAUARTAUART
POBEDRequirement for item that does not refer to a sales order POBEDNUMC3BEDNG
REGGRDummy function DUMMY_3CHAR3CHAR3
REGLGRule for determining the storage location for picking REGLGCHAR4REGLG
WAAUSDummy function in length 1 DUMMYCHAR1DUMMY
ROUTFNew route determination: with or without a check? ROUTFCHAR1ROUTF
VBTYPSD document category VBTYPCHAR1VBTYP
TXTGRText determination procedure TXTGRCHAR2TTXGTXTGR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
KAPPLApplication for output conditions NA_KAPPLCHAR2T681AKAPPLNA_KAPPL
KALSMOutput determination procedure KALSMBCHAR6T683KALSM
KSCHLOutput Type NA_KSCHLCHAR4T685KSCHLNACCSH_NA_KSCHL
STGAKStatistics group for sales document type STGAKCHAR2TVSFALPHASTGVB
CMGRLDelivery credit group CMGRLCHAR2T691DCRMGR_CM
CMGRKCredit group for picking CMGRKCHAR2T691DCRMGR_CM
CMGRWGoods issue credit group CMGRWCHAR2T691DCRMGR_CM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT6027
INTO CORRESPONDING FIELDS OF WA_ENT6027
WHERE...

How to access SAP table ENT6027

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