MEREQ_SOURCE_ADD SAP (Source of Supply: Extras) Structure details

Dictionary Type: Structure
Description: Source of Supply: Extras




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




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

MEREQ_SOURCE_ADD 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 "Source of Supply: Extras" 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_MEREQ_SOURCE_ADD TYPE MEREQ_SOURCE_ADD.

The MEREQ_SOURCE_ADD table consists of various fields, each holding specific information or linking keys about Source of Supply: Extras data available in SAP. These include BMEIN (Purchase Order Unit of Measure), VERID (Production Version), PSTYP (Item Category in Purchasing Document), EMATN (Material Number Corresponding to Manufacturer Part Number).. 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 MEREQ_SOURCE_ADD 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
FESKZFixed Source of Supply FESKZCHAR1XFELD
BMEINPurchase 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 MFRNRCHAR10Assigned to domainALPHALIFNR
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
EMNFRExternal manufacturer code name or number EMNFRCHAR10CHAR10
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
NETPRNet price NETPRCURR11(2) WERTV6
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PREISPrice in Purchase Requisition BAPRECURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
RLFDTRealistic Delivery Date RLFDTDATS8DATUM
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK

Key field Non-key field



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

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

How to access SAP table MEREQ_SOURCE_ADD

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