MCWMHDADD SAP (Additional tax/data fields for warehouse controlling header) Structure details

Dictionary Type: Structure
Description: Additional tax/data fields for warehouse controlling header




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




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

MCWMHDADD 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 "Additional tax/data fields for warehouse controlling header" 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_MCWMHDADD TYPE MCWMHDADD.

The MCWMHDADD table consists of various fields, each holding specific information or linking keys about Additional tax/data fields for warehouse controlling header data available in SAP. These include TB_PZEIT (Time of Planned Execution of Transfer Requirement), TB_BDATU (Creation Date of Transfer Request), TB_BZEIT (Creation time of transfer request), TB_UNAME (User Name).. 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: Not classified


SAP MCWMHDADD 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
TB_PDATUDate of Planned Execution of Transfer Request LTBK_PDATUDATS8DATUM
TB_PZEITTime of Planned Execution of Transfer Requirement LTBK_PZEITTIMS6UZEIT
TB_BDATUCreation Date of Transfer Request LTBK_BDATUDATS8DATUM
TB_BZEITCreation time of transfer request LTBK_BZEITTIMS6UZEIT
TB_UNAMEUser Name LVS_BNAMECHAR12USNAM
TB_STATUHeader Status of Transfer Requirement LTBK_STATUCHAR1LTBK_STATU
TB_ANZPSNumber of Transfer Requirement Items LTBK_ANZPSDEC4LTBK_ANZPS
TB_BRGEWTotal Weight of Transfer Request LTBK_BRGEWDEC11(3) DEC8_3
TB_GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
TB_VLTYPSource Storage Type T333_VLTYPCHAR3Assigned to domainLGTYP
TB_VLPLASource storage bin T333_VLPLACHAR10Assigned to domainLGPLA
TB_VKDYNIndicator: dynamic source bin T333_VKDYNCHAR1XFELD
TB_NLTYPDestination Storage Type T333_NLTYPCHAR3Assigned to domainLGTYP
TB_NLPLADestination Storage Bin T333_NLPLACHAR10Assigned to domainLGPLA
TB_NKDYNIndicator: dynamic destination bin T333_NKDYNCHAR1XFELD
VB_VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VB_ROUTERoute ROUTECHAR6Assigned to domainROUTE
VB_BEROTPicked items location BEROTCHAR20BEROT
VB_LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
VB_KODATPicking Date KODATDATS8DATUM
VB_LDDATLoading Date LDDATDATS8DATUM
VB_BTGEWTotal Weight GSGEWQUAN15(3) MENG15
VB_GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VB_VOLUMVolume VOLUM_15QUAN15(3) MENG15
VB_VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VB_KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR

Key field Non-key field



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

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

How to access SAP table MCWMHDADD

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