THMC_HEDGE_PROC SAP (Config Para for Hedge) Table details

Dictionary Type: Table
Description: Config Para for Hedge




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




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

THMC_HEDGE_PROC is a standard SAP Table which is used to store Config Para for Hedge data and is available within R/3 SAP systems depending on the version and release level.

The THMC_HEDGE_PROC table consists of various fields, each holding specific information or linking keys about Config Para for Hedge data available in SAP. These include BUKRS (Company Code), VALUATION_AREA (Valuation Area), PROS_HR_ADMIN (Prospective asessement failure customizing for hr processing), CF_CAT (Method of ineffectiveness measurement).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP THMC_HEDGE_PROC table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
PROS_HR_ADMINProspective asessement failure customizing for hr processing THM_PROS_PROCESSINT13THM_PROS_PROCESS
CF_CATMethod of ineffectiveness measurement THM_CASH_FLOW_EFF_CATINT13THM_CASH_FLOW_EFF_CAT
AUSWTEvaluation type in Risk Management TV_AUSWTCHAR4JBREVALJBREVAL
FLG_LEADING_VAE-HA: Leading Valuation Area THA_FLG_LEADING_VACHAR1XFELD
FLG_EDIT_RECLASSE-HA: Edit Amount to Be Reclassified THA_FL_EDIT_RECLASSCHAR1XFELD
RECLASS_ORIGINReason for Equity Capital Reclassification TPM_TRIL_RECLASS_ORIGINCHAR4TPM_TRIL_RECLASS_ORIGIN

Key field Non-key field



How do I retrieve data from SAP table THMC_HEDGE_PROC using ABAP code

The following ABAP code Example will allow you to do a basic selection on THMC_HEDGE_PROC to SELECT all data from the table
DATA: WA_THMC_HEDGE_PROC TYPE THMC_HEDGE_PROC.

SELECT SINGLE *
FROM THMC_HEDGE_PROC
INTO CORRESPONDING FIELDS OF WA_THMC_HEDGE_PROC
WHERE...

How to access SAP table THMC_HEDGE_PROC

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