MEREQ3326 SAP (Purchase Requisition: Overview of Sources of Supply) Structure details

Dictionary Type: Structure
Description: Purchase Requisition: Overview of Sources of Supply




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




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

MEREQ3326 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 "Purchase Requisition: Overview of Sources of Supply" 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_MEREQ3326 TYPE MEREQ3326.

The MEREQ3326 table consists of various fields, each holding specific information or linking keys about Purchase Requisition: Overview of Sources of Supply data available in SAP. These include SOURCE_ASSIGNED (Assign source of supply), VENDOR (Vendor Account Number), RESWK (Plant from Which Material is Procured), VENDORNAME (Name 1).. 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 (Deep)


SAP MEREQ3326 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
OBJREF 0
SOURCE_ASSIGNEDAssign source of supply SRC_ASSIGNEDCHAR64
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
RESWKPlant from Which Material is Procured BEWRKCHAR4Assigned to domainWERKS
VENDORNAMEName 1 NAME1_GPCHAR35NAME
INFNRKONNRSource of supply (info record/outline agreement) SRCSUCHAR10Assigned to domainALPHAEBELN
ITEMNUMBERItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
NETPRNet price of source of supply BEZNPCURR11(2) WERT11
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RLFDTRealistic Delivery Date RLFDTDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
BESWKProcuring Plant BESWKCHAR4Assigned to domainWERKSBESW
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
PTEXTText for Item Category PTEXT_DCHAR20TEXT20
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
TXZ01Short Text TXZ01CHAR40TEXT40
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
CELL_LAYOUT 0
COLORS 0
VALID_FROMStart of Validity Period KDATBDATS8DATUM
VALID_TOEnd of Validity Period KDATEDATS8DATUM
HIERARCHY_EXISTSPart of a Contract Hierarchy HIERARCHY_EXISTSCHAR1XFELD
THRESHOLD_EXISTSThreshold Value for Exchange Rates Exists EX_RATE_THRESHOLDCHAR1XFELD
DESCRIPTIONContract Name CONTRACT_DESCRIPTIONCHAR40TEXT40
RELEASE_DATERelease Date of Contract RELEASE_DATEDATS8DATUM
PAYMENT_TERMSTerms of Payment Key DZTERMCHAR4ZTERM
CREATION_DATEDate on Which Record Was Created ERDATDATS8DATUM
REL_VALUERelease Value of Contract REL_VALUECURR15(2) WERT15
TARGET_VALUETarget Value for Header Area per Distribution KTWRTCURR15(2) WERT15
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO
REL_QUANTITYRelease Quantity of Contract Item REL_QUANTITYQUAN13(3) MENGE
TARGET_QUANTITYTarget Quantity KTMNGQUAN13(3) MENGE

Key field Non-key field



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

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

How to access SAP table MEREQ3326

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