THMT_CALC_TYPES SAP (Calculation types.) Table details

Dictionary Type: Table
Description: Calculation types.




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




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

THMT_CALC_TYPES is a standard SAP Table which is used to store Calculation types. data and is available within R/3 SAP systems depending on the version and release level.

The THMT_CALC_TYPES table consists of various fields, each holding specific information or linking keys about Calculation types. data available in SAP. These include CALC_TYPE (Calculation type), CALC_CATEGORY (Calculation category for effectiveness), OFFSET_CALC_CAT (Offset Calculation Category), AUSWT (Evaluation type in Risk Management).. 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)

Text table = THMT_CALC_TYPEST


SAP THMT_CALC_TYPES 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
CALC_TYPECalculation type THM_CALC_TYPECHAR3THM_CALC_TYPE
CALC_CATEGORYCalculation category for effectiveness THM_CALC_CATEGORYNUMC3Assigned to domainTHM_CALC_CATEGORY
OFFSET_CALC_CATOffset Calculation Category THM_OFFSET_CALC_CATNUMC2THM_OFFSET_CALC_CAT
AUSWTEvaluation type in Risk Management TV_AUSWTCHAR4ATSYCJBREVAL
NPV_TYPEPrice/NPV Type for OTC Transactions TV_OKUARTCHAR3ATVOKT_OKUART
KORARTCorrelation Types TV_KORARTCHAR3ATKO1T_KORART
NPV_FIXRead NPV from table VTVBAR THA_NPV_FIXCHAR1XFELD
NPV_RATE_CATExchange rate type for NPVs of VTVBAR THA_NPV_RATE_CATEGORYCHAR4TCURVKURST
AUTO_INCEPDo You Want To Create the Initial Value Automatically? THA_AUTO_INCEPNUMC1THA_AUTO_INCEP
AUTO_EXECCalculate Net Present Value for Option Exercise THA_AUTO_EXECNUMC1THA_AUTO_EXEC
THRESHOLDThreshold for Effectiveness Calculation in Percent THA_THRESHOLDDEC5(3) PRZ23
TRANS_SPEEDTransition Speed for Effectiveness Calculation THA_TRANS_SPEEDDEC5(2) THA_TRANS_SPEED
AUTO_NO_CLEANDo Not Calculate Clean Price Automatically THA_AUTO_NO_CLEANCHAR1XFELD
FLG_SAVE_LOGSave Detail Log During Measurement THA_SAVE_LOGCHAR1XFELD
AUSWT2Evaluation type in Risk Management TV_AUSWTCHAR4JBREVALJBREVAL
NPV_TYPE2Price/NPV Type for OTC Transactions TV_OKUARTCHAR3ATVOKT_OKUART
NPV_TYPE3Price/NPV Type for OTC Transactions TV_OKUARTCHAR3ATVOKT_OKUART
HYPO_PERFHypothetical Derivative Is a Perfect Derivative THA_HYPO_PERFCHAR1XFELD
SIGNIFICANCELevel of Significance TMF_ALPHADEC5(4) TMF_ALPHA
EFF_TEST_METHODEffectiveness Test Method Category THA_EFF_TEST_METHODCHAR2THA_EFF_TEST_METHOD
HYPO_CREATE_AUTOCreate Hypothetical Derivative automatically TPM_HYP_DERIV_CREATE_AUTOCHAR1XFELD
HD_CREATION_CATHypothetical Derivative Creation Category TPM_HD_CREATION_CATCHAR2TPM_HD_CREATION_CAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM THMT_CALC_TYPES
INTO CORRESPONDING FIELDS OF WA_THMT_CALC_TYPES
WHERE...

How to access SAP table THMT_CALC_TYPES

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