MCWBHE SAP (Trading Contract: Schedule Line Data) Structure details

Dictionary Type: Structure
Description: Trading Contract: Schedule Line Data




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




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

MCWBHE 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 "Trading Contract: Schedule Line Data" 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_MCWBHE TYPE MCWBHE.

The MCWBHE table consists of various fields, each holding specific information or linking keys about Trading Contract: Schedule Line Data data available in SAP. These include MANDT (Client), TKONN (Trading Contract: Trading Contract Number), TPOSN (Trading Contract: Item Number), TPOSN_SUB (Trading Contract: Sub-Item 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: Can be enhanced (character-type or numeric)


SAP MCWBHE 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
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
MANDTClient MANDTCLNT3T000MANDT
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
TEINNTrading Contract: Schedule Line Number TEINNNUMC4TEINN
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
KWMENGCumulative Order Quantity in Sales Units WKWMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
MENGEQuantity Ordered Against this Purchase Requisition BSMNGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
EDATU_SDSchedule line date EDATUDATS8DATUM
EDATU_MMSchedule line date EDATUDATS8DATUM
LPEIN_SDDate type (day, week, month, interval) LPEIN_INTCHAR1PRGRS
LPEIN_MMDate type (day, week, month, interval) LPEIN_INTCHAR1PRGRS
.INCLU--AP 0
EZEIT_SDArrival time EZEIT_VBEPTIMS6UZEIT
EZEIT_MMDelivery Date Time-Spot LZEITTIMS6UZEIT
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
KETDAT_MMTrading Contract: Schedule Line Date, Purchasing ETDAT_MMCHAR10ETDAT
KPEIN_MMCategory of Delivery Date LPEINCHAR1TPRGPRGBZ
KETDAT_SDTrading Contract: Schedule Line Date, Sales ETDAT_SDCHAR10ETDAT
KPRGBZ_SDDate type of the requested delivery date KPRGBZCHAR1TPRGPRGBZ
.INCLU--AP 0
NR_MENGEQuantity Ordered Against this Purchase Requisition BSMNGQUAN13(3) MENG13
NR_KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15

Key field Non-key field



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

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

How to access SAP table MCWBHE

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