ENT5013 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT5013 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 ENT5013 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), LIFNR (Vendor Account Number), EKORG (Purchasing Organization).. 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 ENT5013 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
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EBELPBSP
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BEDATPurchasing Document Date EBDATDATS8DATUM
IHRANQuotation Submission Date IHRANDATS8DATUM
AGDATDeadline for Submission of Bid/Quotation ANGABDATS8DATUM
TXZ01Short Text TXZ01CHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant EWERKCHAR4T001WWERKSWRK
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
KTMNGTarget Quantity KTMNGQUAN13(3) MENGE
MAHN1Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
MAHN2Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
MAHN3Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
LMEINBase Unit of Measure LAGMEUNIT3T006CUNITMEINS
EVERSShipping Instructions EVERSCHAR2T027AEVERS
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3T006CUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
PEINHPrice Unit EPEINDEC5DEC5
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
ZWERTTarget Value for Outline Agreement in Document Currency DZWERTCURR13(2) WERT7
BONUSSettlement Group 1 (Purchasing) EBONUCHAR2EBONU
STATURFQ status ASTATCHAR1ASTAT
AGMEMInternal Comment on Quotation AGMEMCHAR3TMAMAGMEM
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MAHNZNumber of Reminders/Expediters MAHNZDEC3PACK2
AEDATPurchasing Document Item Change Date PAEDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT5013
INTO CORRESPONDING FIELDS OF WA_ENT5013
WHERE...

How to access SAP table ENT5013

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