BQPEX SAP (Exporting Structure for Source of Supply Check) Structure details

Dictionary Type: Structure
Description: Exporting Structure for Source of Supply Check




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




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

BQPEX 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 "Exporting Structure for Source of Supply Check" 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_BQPEX TYPE BQPEX.

The BQPEX table consists of various fields, each holding specific information or linking keys about Exporting Structure for Source of Supply Check data available in SAP. These include SOBES (Special procurement type), QUNUM (Number of Quota Arrangement), QUPOS (Quota Arrangement Item), LIFNR (Account Number of Vendor or Creditor).. 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: Can be enhanced (character-type or numeric)


SAP BQPEX 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
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBESSpecial procurement type SOBESCHAR1SOBES
QUNUMNumber of Quota Arrangement QUNUMCHAR10ALPHAQUNUM
QUPOSQuota Arrangement Item QUPOSNUMC3NUM03
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
FLIEFFixed Vendor FLIEFCHAR10LFA1ALPHALIFNR
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
BEWRKPlant from Which Material is Procured BEWRKCHAR4T001WWERKS
INFNRNumber of Purchasing Info Record INFNRCHAR10EINAALPHAINFNRINFMEIN_C
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
KONNRNumber of Principal Purchase Agreement KONNRCHAR10EKKOALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5EKPOEBELP
VRTYPPurchasing Document Category BSTYPCHAR1BSTYP
RETCOCheckbox XFELDCHAR1XFELD
FESKZFixed Source of Supply FESKZCHAR1XFELD
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
MPROFManufacturer Part Profile MPROFCHAR4Assigned to domainMPROF
MFRNRNumber of a Manufacturer MFRNRCHAR10LFA1ALPHALIFNR
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
EMNFRExternal manufacturer code name or number EMNFRCHAR10CHAR10
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
BQSELCheckbox XFELDCHAR1XFELD
SOURCING_DONECheckbox XFELDCHAR1XFELD
BESWKProcuring Plant BESWKCHAR4Assigned to domainWERKSBESW
RESLOIssuing Storage Location for Stock Transport Order RESLOCHAR4Assigned to domainLGORT
ESOKZPurchasing info record category ESOKZCHAR1ESOKZESO
MHDRZMinimum Remaining Shelf Life MHDRZDEC4DEC4
IPRKZPeriod Indicator for Shelf Life Expiration Date DATTPCHAR1PERKZDATTPH_PERDKZ
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO

Key field Non-key field



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

As BQPEX 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 BQPEX as there is no data to select.

How to access SAP table BQPEX

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