BAPIQUOTA SAP (BAPI: Quota Arrangement) Structure details

Dictionary Type: Structure
Description: BAPI: Quota Arrangement




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




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

BAPIQUOTA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BAPI: Quota Arrangement" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPIQUOTA TYPE BAPIQUOTA.

The BAPIQUOTA table consists of various fields, each holding specific information or linking keys about BAPI: Quota Arrangement data available in SAP. These include PLANT (Plant), PERIOD_TIL (Quota arrangement period valid until), PERIOD_FRO (Quota arrangement period valid from), CREAT_DATE (Date on Which Record Was Created).. 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: Cannot Be Enhanced


SAP BAPIQUOTA structure 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
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PERIOD_TILQuota arrangement period valid until QUOBIDATS8DATUM
PERIOD_FROQuota arrangement period valid from QUOABDATS8DATUM
CREAT_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
MIN_SPLITMinimum Quantity for Splitting Quota SCMNGQUAN15(3) MENG15
QUOTA_ITEMQuota Arrangement Item QUPOSNUMC3NUM03
PROCURE_TYProcurement Type QBESKCHAR1QBESKMBS
SPECIAL_TYSpecial procurement type SOBESCHAR1SOBES
VENDOR_NUMAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
PROC_PLANTPlant from Which Material is Procured BEWRKCHAR4T001WWERKS
QUOTAQuota QUOTEDEC3QUOTE
BASE_QUANQuota Base Quantity of Quota Arrangement Item QUBASQUAN15(3) MENG15
ALOC_QUANAllocated Quantity of Quota Arrangement Item QUMNGQUAN15(3) MENG15
MAX_QUANMaximum Quantity of Quota Arrangement Item QUMAXQUAN15(3) MENG15
PROD_VERProduction Version VERIDCHAR4MKALVERIDVER
MAX_LOTMaximum Lot Size per Quota Item MAXLSQUAN13(3) MENG13
MIN_LOTMinimum Lot Size per Quota Item MINLSQUAN13(3) MENG13
PROFILE_RDRounding Profile RDPRFCHAR4RDPRRDPRF
ROUNDVALUERounding value for purchase order quantity BSTRFQUAN13(3) MENG13
ONCE_ONLYIndicator: 'Once-Only' KZEIMCHAR1XFELD
MAX_RELMaximum Release Quantity per Period ABRMGQUAN13(3) MENG13
PERIOD_RELPeriod to Which the Release Quantity Relates ABPERCHAR1RWPER
NUM_PE_RELNumber of Periods to Which the Release Quantity Relates ABANZNUMC2NUMC2
PRIORITY_RPriority for Determination of Sequence PREIHNUMC2NUMC2

Key field Non-key field



How do I retrieve data from SAP structure BAPIQUOTA using ABAP code?

As BAPIQUOTA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPIQUOTA as there is no data to select.

How to access SAP table BAPIQUOTA

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