MCWB2HED SAP (GTM: Hedging Items) Structure details

Dictionary Type: Structure
Description: GTM: Hedging Items




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




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

MCWB2HED 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 "GTM: Hedging Items" 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_MCWB2HED TYPE MCWB2HED.

The MCWB2HED table consists of various fields, each holding specific information or linking keys about GTM: Hedging Items data available in SAP. These include MANDT (Client), DOC_TYPE (Document Type), DOCUMENT (Assoc. Mngt: General Document), ITEM (Assoc. Mngt: Item Number in a General Document).. 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 MCWB2HED 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 MANDTCLNT3Assigned to domainMANDT
DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
SIDESide WB2_SIDECHAR1WB2_SIDE
PRED_DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
PRED_DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
PRED_ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
PRED_SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
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
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
UNIT_DOCAssoc. Mngt: Unit of Measure in Current Document WB2_UNIT_DOCUNIT3Assigned to domainCUNITMEINS
ITEM_QUANAssoc. Mngt: Quantity in Current Document WB2_QUANTITY_DOCQUAN15(3) MENGV15
ITEM_BUOMAssoc. Mngt: Quantity in Current Document WB2_QUANTITY_DOCQUAN15(3) MENGV15
UNIT_BUOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMZNumerator: Conversion Factor WB2_UMZDEC5WB2_UMZ
UMNDenominator: Conversion Factor WB2_UMNDEC5WB2_UMN
NETPR_MMTrading Contract: Purchase Price MMBTRCURR11(2) WERTV6
WAERS_MMTrading Contract: Purchasing Currency MMWRSCUKY5Assigned to domainWAERS
NETPR_SDTrading Contract: Sales Price SDBTRCURR11(2) WERTV6
SDWRSSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
NETWRT_IN_SDWRSNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
NETWRT_IN_WAERSGlobal Trade: Value in PO Currency NETWRT_MMCURR15(2) WERTV8
WAERS_PURCHCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7
RISK_UNITUnit of Measure (Commodity Future Base Unit of Measure) WB2_RISK_UNITUNIT3Assigned to domainCUNITMEINS
RISK_QUANTITYGTM Risk Quantity WB2_RISK_QUANQUAN15(3) MENGV15
RISK_MATERIALGTM Risk Material WB2_RISK_MATCHAR18Assigned to domainMATN1MATNR
RISK_DATEGTM Risk Date WB2_RISK_DATEDATS8DATUM
RISK_DATE_LOGGTM Risk Date WB2_RISK_DATEDATS8DATUM
RISK_DATE_FROMGTM Risk Date WB2_RISK_DATEDATS8DATUM
RISK_DATE_TOGTM Risk Date WB2_RISK_DATEDATS8DATUM
RISK_RANLText (20 Characters) TEXT20CHAR20TEXT20
RISK_TYPEGTM Risk Category WB2_RISK_TYPECHAR2WB2_RISK_TYPE
TC_STATUSTrading Contract: Application Status BTBSTACHAR1Assigned to domainBTBSTA
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



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

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

How to access SAP table MCWB2HED

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