MEREQ_ITEM_S_CUST_ALLOWED SAP (PReq Fields That Can Be Modified via User Exit) Structure details

Dictionary Type: Structure
Description: PReq Fields That Can Be Modified via User Exit




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




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

MEREQ_ITEM_S_CUST_ALLOWED 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 "PReq Fields That Can Be Modified via User Exit" 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_ITEM_S_CUST_ALLOWED TYPE MEREQ_ITEM_S_CUST_ALLOWED.

The MEREQ_ITEM_S_CUST_ALLOWED table consists of various fields, each holding specific information or linking keys about PReq Fields That Can Be Modified via User Exit data available in SAP. These include MEREQITEMDUMMY (Checkbox), AFNAM (Name of Requisitioner/Requester), BEDNR (Requirement Tracking Number), EKGRP (Purchasing Group).. 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 MEREQ_ITEM_S_CUST_ALLOWED 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
MEREQITEMDUMMYCheckbox XFELDCHAR1XFELD
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
TXZ01Short Text TXZ01CHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
MENGEPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
MEINSPurchase Requisition Unit of Measure BAMEIUNIT3Assigned to domainCUNITMEINS
BUMNGShortage (stock undercoverage) quantity BUMNGQUAN13(3) MENG13
BADATRequisition (Request) Date BADATDATS8DATUM
LPEINCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
LFDATItem Delivery Date EINDTDATS8DATUM
FRGDTPurchase Requisition Release Date FRGDTDATS8DATUM
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
PREISPrice in Purchase Requisition BAPRECURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
VRTKZDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
TWRKZPartial Invoice Indicator TWRKZCHAR1TWRKZ
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
REPOSInvoice Receipt Indicator REPOSCHAR1XFELD
LIFNRDesired Vendor WLIEFCHAR10Assigned to domainALPHALIFNR
FLIEFFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VRTYPPurchasing Document Category BSTYPCHAR1BSTYP
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
ZUGBAAssigned Source of Supply DZUGBACHAR1XFELD
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
EBAKZPurchase Requisition Closed EBAKZCHAR1XFELD
FIXKZPurchase Requisition is Fixed BAFIXCHAR1XFELD
BMEINPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
BPUEBAdopt Requisition Price in Purchase Order BPUEBCHAR1BPUEB
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
MFRNRNumber of a Manufacturer MFRNRCHAR10Assigned to domainALPHALIFNR
EMNFRExternal manufacturer code name or number EMNFRCHAR10CHAR10
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
BESWKProcuring Plant BESWKCHAR4Assigned to domainWERKSBESW

Key field Non-key field



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

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

How to access SAP table MEREQ_ITEM_S_CUST_ALLOWED

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