ATP_EKUB SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ATP_EKUB 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 ATP_EKUB table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MATNR (Material Number), RESWK (Supplying (Issuing) Plant in Stock Transport Order), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document).. 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 ATP_EKUB 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ETENRDelivery Schedule Line Counter EETENNUMC4EETEN
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
PLIFZPlanned Delivery Time in Days EPLIFDEC3DEC3
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1SOBKZ
EINDTItem Delivery Date EINDTDATS8DATUM
MENGEScheduled Quantity ETMENQUAN13(3) MENGE
WAMNGIssued Quantity WAMNGQUAN13(3) MENG13
GLMNGQuantity Delivered (Stock Transfer) GLMNGQUAN13(3) MENG13
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
WERKSPlant EWERKCHAR4T001WWERKSWRK
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10LFA1ALPHALIFNR
LBLKZSubcontracting vendor LBLKZCHAR1XFELD
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
STAPOItem is statistical STAPOCHAR1XFELD
BERIDMRP Area BERIDCHAR10MDLVBERIDBERID
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
RETPOReturns Item RETPOCHAR1XFELD
RESLOIssuing Storage Location for Stock Transport Order RESLOCHAR4T001LLGORT
UPTYPSubitem Category, Purchasing Document UPTYPCHAR1TMSI1UPTYP
CHARGBatch Number CHARG_DCHAR10CHARGCHA
FLS_RSTOStore Return with Inbound and Outbound Delivery FLS_RSTOCHAR1XFELD
DABMGQuantity Reduced (MRP) DABMGQUAN13(3) MENGE
FIXMGDelivery Date and Quantity Fixed ME_FIXMGCHAR1ME_FIXMG

Key field Non-key field



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

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

SELECT SINGLE *
FROM ATP_EKUB
INTO CORRESPONDING FIELDS OF WA_ATP_EKUB
WHERE...

How to access SAP table ATP_EKUB

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