THMT_ASS_TYPES SAP (Effectiveness assessment types) Table details

Dictionary Type: Table
Description: Effectiveness assessment types




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




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

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

The THMT_ASS_TYPES table consists of various fields, each holding specific information or linking keys about Effectiveness assessment types data available in SAP. These include ASSESS_TYPE (Assessment type), CALC_TYPE (Calculation type), RATIO_DOWN (Effectiveness ratio), RATIO_UP (Effectiveness ratio).. 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: Cannot Be Enhanced

Text table = THMT_ASS_TYPEST


SAP THMT_ASS_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
ASSESS_TYPEAssessment type THM_ASSESSMENT_TYPENUMC2THM_ASSESSMENT_TYPE
CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
RATIO_DOWNEffectiveness ratio THM_EFFECTIVENESS_RATIODEC10(7) DECV3_7
RATIO_UPEffectiveness ratio THM_EFFECTIVENESS_RATIODEC10(7) DECV3_7
OUT_CATEGORYAssessment counting THM_OUT_CATEGORYNUMC2THM_OUT_CATEGORY
COUNT_ABSNumber of effectiveness ratios out of range THM_COUNT_ABSINT13THM_COUNT_ABS
COUNT_BASISNumber of effectiveness ratios absolute THM_COUNT_BASISINT13THM_COUNT_ABS
R_SQUARECorrelation Coefficient TMF_R2DEC30(10) TMF_VARIABLES
F_STATISTICF Statistic TMF_FSTATDEC30(10) TMF_VARIABLES
SLOPE_FROMSlope TMF_CBETA2DEC27(7) TMF_COEFFICIENT
SLOPE_TOSlope TMF_CBETA2DEC27(7) TMF_COEFFICIENT
INTERCEPT_FROMAxis intercept TMF_CBETA1DEC27(7) TMF_COEFFICIENT
INTERCEPT_TOAxis intercept TMF_CBETA1DEC27(7) TMF_COEFFICIENT
T_STATISTICT Statistic of Slope TMF_SLOTSTATDEC30(10) TMF_VARIABLES
INTER_RATIO_FROMIntercept Ratio TPM_INTERCEPT_RATIODEC27(7) TPM_INTERCEPT_RATIO
INTER_RATIO_TOIntercept Ratio TPM_INTERCEPT_RATIODEC27(7) TPM_INTERCEPT_RATIO
CTRL_KEY_FIGControl Parameter Regression Analysis - Effectiveness Test TPM_REG_EFF_CTRLCHAR1TPM_REG_EFF_CTRL

Key field Non-key field



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

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

SELECT SINGLE *
FROM THMT_ASS_TYPES
INTO CORRESPONDING FIELDS OF WA_THMT_ASS_TYPES
WHERE...

How to access SAP table THMT_ASS_TYPES

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