MEREQ_PROP SAP (PReq Item Default Values) Structure details

Dictionary Type: Structure
Description: PReq Item Default Values




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




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

MEREQ_PROP 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 Item Default Values" 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_PROP TYPE MEREQ_PROP.

The MEREQ_PROP table consists of various fields, each holding specific information or linking keys about PReq Item Default Values data available in SAP. These include KZZUO (Automatic Source Determination), WERKS (Plant), LGORT (Storage Location), PSTYP (Item Category in Purchasing Document).. 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)


SAP MEREQ_PROP 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
BSARTPurchase Requisition Document Type BBSRTCHAR4T161BSARTBBA
KZZUOAutomatic Source Determination KZZUOCHAR1XFELD
WERKSPlant EWERKCHAR4T001WWERKSWRK
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
PTEXTText for Item Category PTEXT_DCHAR20TEXT20
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
ELPEICategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
EEINDDelivery Date EEINDCHAR10CHAR10
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
BPUEBAdopt Requisition Price in Purchase Order BPUEBCHAR1BPUEB
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
EKGRPPurchasing Group BKGRPCHAR3T024EKGRPEKG
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
BSART_XAlways Propose MEPO_PRMCHAR1
KZZUO_XAlways Propose MEPO_PRMCHAR1
WERKS_XAlways Propose MEPO_PRMCHAR1
LGORT_XAlways Propose MEPO_PRMCHAR1
PSTYP_XAlways Propose MEPO_PRMCHAR1
PTEXT_XAlways Propose MEPO_PRMCHAR1
KNTTP_XAlways Propose MEPO_PRMCHAR1
AFNAM_XAlways Propose MEPO_PRMCHAR1
BEDNR_XAlways Propose MEPO_PRMCHAR1
MATKL_XAlways Propose MEPO_PRMCHAR1
ELPEI_XAlways Propose MEPO_PRMCHAR1
EEIND_XAlways Propose MEPO_PRMCHAR1
DISPO_XAlways Propose MEPO_PRMCHAR1
BPUEB_XAlways Propose MEPO_PRMCHAR1
AKTNR_XAlways Propose MEPO_PRMCHAR1
WAERS_XAlways Propose MEPO_PRMCHAR1
EKGRP_XAlways Propose MEPO_PRMCHAR1
RESWK_XAlways Propose MEPO_PRMCHAR1

Key field Non-key field



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

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

How to access SAP table MEREQ_PROP

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