EQUP SAP (Quota File: Item) Table details

Dictionary Type: Table
Description: Quota File: Item




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




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

EQUP is a standard SAP Table which is used to store Quota File: Item data and is available within R/3 SAP systems depending on the version and release level.

The EQUP table consists of various fields, each holding specific information or linking keys about Quota File: Item data available in SAP. These include QUNUM (Number of Quota Arrangement), QUPOS (Quota Arrangement Item), BESKZ (Procurement Type), SOBES (Special procurement type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EQUP table 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
QUNUMNumber of Quota Arrangement QUNUMCHAR10ALPHAQUNUM
QUPOSQuota Arrangement Item QUPOSNUMC3NUM03
BESKZProcurement Type QBESKCHAR1QBESKMBS
SOBESSpecial procurement type SOBESCHAR1SOBES
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
BEWRKPlant from Which Material is Procured BEWRKCHAR4Assigned to domainWERKS
QUOTEQuota QUOTEDEC3QUOTE
QUBMGQuota Base Quantity of Quota Arrangement Item QUBASQUAN15(3) MENG15
QUMNGAllocated Quantity of Quota Arrangement Item QUMNGQUAN15(3) MENG15
MAXMGMaximum Quantity of Quota Arrangement Item QUMAXQUAN15(3) MENG15
VERIDProduction Version VERIDCHAR4MKALVERIDVER
MAXLSMaximum Lot Size per Quota Item MAXLSQUAN13(3) MENG13
MINLSMinimum Lot Size per Quota Item MINLSQUAN13(3) MENG13
RDPRFRounding Profile RDPRFCHAR4RDPRRDPRF
KZEINIndicator: 'Once-Only' KZEIMCHAR1XFELD
ABRMGMaximum Release Quantity per Period ABRMGQUAN13(3) MENG13
ABPERPeriod to Which the Release Quantity Relates ABPERCHAR1RWPER
ABANZNumber of Periods to Which the Release Quantity Relates ABANZNUMC2NUMC2
PREIHPriority for Determination of Sequence PREIHNUMC2NUMC2
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18MARAMATN1MATNRHTN
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM EQUP
INTO CORRESPONDING FIELDS OF WA_EQUP
WHERE...

How to access SAP table EQUP

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