MEPOSCHEDULEX SAP (Fields for Purchase Order Delivery Schedule Lines) Structure details

Dictionary Type: Structure
Description: Fields for Purchase Order Delivery Schedule Lines




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




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

MEPOSCHEDULEX 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 "Fields for Purchase Order Delivery Schedule Lines" 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_MEPOSCHEDULEX TYPE MEPOSCHEDULEX.

The MEPOSCHEDULEX table consists of various fields, each holding specific information or linking keys about Fields for Purchase Order Delivery Schedule Lines data available in SAP. These include ETENR_KEY (Delivery Schedule Line Number), SCHEDULE_ID (Natural Number), EBELN (Updated information in related user data field), EBELP (Updated information in related user data field).. 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 MEPOSCHEDULEX 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
EBELP_KEYItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ETENR_KEYDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
SCHEDULE_IDNatural Number INT4INT410INT4
EBELNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EBELPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ETENRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LPEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EINDTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ELPEIUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EEINDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UZEITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SLFDTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANFNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BNFPOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BEDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MNG02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DAT01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AULWEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MBDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MBUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LDDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LDUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TDDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TDUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WADATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WAUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ELDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ELUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOEKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EBAKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GEO_ROUTEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ROUTE_GTSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GTS_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TSPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CD_LOCNOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CD_LOCTYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVERDATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVERTIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DUMMYCheckbox XFELDCHAR1XFELD
.INCLU--AP 0
KEY_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_CURRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_RES_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_SPEC_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SPR_RSN_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUDG_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_STATUSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_REASONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHECK_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DL_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVER_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NO_SCEMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DNG_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DNG_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CNCL_ANCMNT_DONEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DATESHIFT_NUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table MEPOSCHEDULEX

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