BAPI_THA_HEDGE_ITEM_DETAIL SAP (BAPI: Display Hedged Items) Structure details

Dictionary Type: Structure
Description: BAPI: Display Hedged Items




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




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

BAPI_THA_HEDGE_ITEM_DETAIL 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 "BAPI: Display Hedged 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_BAPI_THA_HEDGE_ITEM_DETAIL TYPE BAPI_THA_HEDGE_ITEM_DETAIL.

The BAPI_THA_HEDGE_ITEM_DETAIL table consists of various fields, each holding specific information or linking keys about BAPI: Display Hedged Items data available in SAP. These include VALUATION_AREA (Valuation Area), HEDGE_ITEM (Identification Number of Hedge Item), HEDGE_CATEGORY (Hedge category), TARGET_RATIO (Target ratio of the hedge item).. 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: Cannot Be Enhanced


SAP BAPI_THA_HEDGE_ITEM_DETAIL 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
EXPOSURE_IDExposure ID THM_EXPOSUREIDNUMC5Assigned to domainTHM_EXPOSUREID
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
HEDGE_ITEMIdentification Number of Hedge Item THM_HEDGE_IDNUMC10Assigned to domainTHM_HEDGE_IDHEDGEID
HEDGE_CATEGORYHedge category THM_HEDGE_CATEGORYNUMC2THM_HEDGE_CATEGORY
TARGET_RATIOTarget ratio of the hedge item THM_HEDGE_RATIO_TARGETDEC5(2) THM_RATIO
ACTUAL_RATIOActual ratio of the hedge item THM_HEDGE_RATIO_ACTUALDEC5(2) THM_RATIO
NOMINALAmount or Nominal in Hedge Accounting BAPITHA_AMOUNTDEC23(4) BAPICURR
NOMINAL_CHARE-HA: Transaction Amount THMEXAMOUNTCHAR23CHAR23
NOMINAL_CURRENCYCurrency of the hedge item THM_HEDGE_CURRENCYCUKY5Assigned to domainWAERS
NOMINAL_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
OLD_HEDGE_ITEM_BEFORE_ROLLOVERRolled hedge ID THM_HED_ID_ROLLNUMC10Assigned to domainTHM_HEDGE_ID
DESIGNATED_NOMINALAmount or Nominal in Hedge Accounting BAPITHA_AMOUNTDEC23(4) BAPICURR
DESIGNATED_NOMINAL_CHARE-HA: Transaction Amount THMEXAMOUNTCHAR23CHAR23
QUANTITYQuantity of Commodities BAPI_QUANTITYDEC13(3) BAPI_QUANTITY
UNIT_OF_MEASUREUnit of measure TRCO_COMM_UOMUNIT3Assigned to domainTRCO_COMM_UOM
UNIT_OF_MEASURE_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
DESIGNATED_QUANTITYQuantity of Commodities BAPI_QUANTITYDEC13(3) BAPI_QUANTITY

Key field Non-key field



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

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

How to access SAP table BAPI_THA_HEDGE_ITEM_DETAIL

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