MEPO1313 SAP (Item Details: GR Control, Urging/Reminders) Structure details

Dictionary Type: Structure
Description: Item Details: GR Control, Urging/Reminders




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




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

MEPO1313 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 "Item Details: GR Control, Urging/Reminders" 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_MEPO1313 TYPE MEPO1313.

The MEPO1313 table consists of various fields, each holding specific information or linking keys about Item Details: GR Control, Urging/Reminders data available in SAP. These include MAHN1 (Number of Days for First Reminder/Expediter), MAHN2 (Number of Days for Second Reminder/Expediter), MAHN3 (Number of Days for Third Reminder/Expediter), EVERS (Shipping Instructions).. 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 MEPO1313 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
MAHNZNumber of Reminders/Expediters MAHNZDEC3PACK2
MAHN1Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
MAHN2Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
MAHN3Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
EVERSShipping Instructions EVERSCHAR2T027AEVERS
UEBTOOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
UNTTOUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
INSMKStock Type INSMKCHAR1INSMK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
SSQSSQA Control Key SSQSSCHAR8SSQSS
MHDRZMinimum Remaining Shelf Life MHDRZDEC4DEC4
EGLKZ'Outward Delivery Completed' Indicator EGLKZCHAR1XFELD
IPRKZPeriod Indicator for Shelf Life Expiration Date DATTPCHAR1PERKZDATTPH_PERDKZ
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
LEWEDLatest Possible Goods Receipt LEWEDDATS8DATUM
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
INCO1Incoterms (Part 1) INCO1CHAR3TINCINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
KZTLFPartial Delivery at Item Level (Stock Transfer) KZTULCHAR1KZTUL
KANBAKanban Indicator KBNKZCHAR1KBNKZ
WEORAAcceptance At Origin WEORACHAR1XFELD
SPE_INSMK_SRCStock Type of Source Storage Location in STO /SPE/INSMK_SRCCHAR1INSMK
WABWEIndicator for GI-based goods receipt WABWECHAR1XFELD
VSARTShipping type VERSARTCHAR2T173VERSART
BEZEIDescription of the Shipping Type VERSARTBEZCHAR20TEXT20
HANDOVERLOCLocation for a physical handover of goods HANDOVER_LOCCHAR10ALPHAHANDOVER_LOC
TXTHOLDisplay text for Handover Loc (name, city, country, street) TXTHOLCHAR255TXTHOL

Key field Non-key field



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

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

How to access SAP table MEPO1313

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