MCWBHI_REF SAP (Ref. Structure for LIS: Trading Contract (Item)) Structure details

Dictionary Type: Structure
Description: Ref. Structure for LIS: Trading Contract (Item)




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




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

MCWBHI_REF 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 "Ref. Structure for LIS: Trading Contract (Item)" 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_MCWBHI_REF TYPE MCWBHI_REF.

The MCWBHI_REF table consists of various fields, each holding specific information or linking keys about Ref. Structure for LIS: Trading Contract (Item) data available in SAP. These include MATKL (Material Group), WERKS (Plant), LGORT (Storage Location), BWTAR (Valuation Type).. 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 MCWBHI_REF 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SALESKey figure: trade sales MC_SALESCURR17(2) WERTV9
O_SALESKey figure: other sales MC_OSALECURR17(2) WERTV9
PURCHKey figure: trade purchase MC_PURCHASECURR17(2) WERTV9
PROFIT_AKey figure: gross trade profit amount MC_PROFIT_ACURR17(2) WERTV9
PROFIT_RKey figure: gross trade profit ratio MC_PROFIT_RDEC5(2) PRZ32
P_PEXPKey figure: purchase expense MC_P_EXPCURR17(2) WERTV9
U_PEXPKey figure: unplanned purchase expense from VBD MC_VBD_PEXPCURR17(2) WERTV9
POEXPKey figure: planned purchase expense from PO MC_PO_EXPCURR17(2) WERTV9
SEXPKey figure: selling expense MC_S_EXPCURR17(2) WERTV9
U_SEXPKey figure: unplanned selling expense from VBD MC_VBD_USEXCURR17(2) WERTV9
P_SEXPKey figure: planned selling expense from VBD MC_VBD_SEXPCURR17(2) WERTV9
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table MCWBHI_REF

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