/SAPPSSRM/V_THMT SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




ABAP Code to SELECT data from /SAPPSSRM/V_THMT
Related tables to /SAPPSSRM/V_THMT
Access table /SAPPSSRM/V_THMT




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

/SAPPSSRM/V_THMT is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/V_THMT table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PURCH_ORG (Responsible Purchasing Organization), TH_TYPE (Threshold Type), TH_NUMBER (Threshold Number), TH_DESC (Threshold Description).. 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: Not classified


SAP /SAPPSSRM/V_THMT table view 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
CLIENTClient MANDTCLNT3MANDT
PURCH_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14/SAPPSSRM/TH_TYPHROBJEC_14BBP_PROC_ORG
TH_TYPEThreshold Type /SAPPSSRM/_TH_TYPECHAR10/SAPPSSRM/TH_TYP/SAPPSSRM/_TH_TYPE
TH_NUMBERThreshold Number /SAPPSSRM/_TH_NUMNUMC10NUMC10
TH_DESCThreshold Description /SAPPSSRM/_TH_DESCCHAR40/SAPPSSRM/_DESCRIPTION
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CALENDAR_YEARCalendar year RSCALYEARNUMC4GJAHRGJAHR
ORDER_NOOrder Number AUFNRCHAR12ALPHAAUFNRANR
COST_CENTERCost Center KOSTLCHAR10ALPHAKOSTLKOS
WBS_ELEM_EWork breakdown structure element (WBS element) BBP_POSIDCHAR24BBP_POSIDPRO
ASSET_NOMain Asset Number ANLN1CHAR12ALPHAANLN1AN1
PURCH_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
COMPANYCompany Code /SAPPSSRM/_COMPANY_CODECHAR14HROBJEC_14/SAPPSSRM/H_COMPANY_CODE
CENTRAL_PERSONCentral Person /SAPPSSRM/_CENTRAL_PERSONCHAR14HROBJEC_14
TH_POSITIONPosition /SAPPSSRM/_POSITIONCHAR14HROBJEC_14
USERNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
HOM_CATHomogeneous Category /SAPPSSRM/_HOMCATCHAR20/SAPPSSRM/THHOMC/SAPPSSRM/_HOMCAT
TH_TYPE_DESCThreshold Type Description /SAPPSSRM/_TH_TYPE_DESCCHAR40/SAPPSSRM/_DESCRIPTION
TH_AMOUNTThreshold Amount /SAPPSSRM/_TH_AMOUNTCURR20(2)
REF_AMT_BY_LAWReference to Amount by Law /SAPPSSRM/_REF_AMT_BY_LAW_ICHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/V_THMT using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/V_THMT
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/V_THMT
WHERE...

How to access SAP table /SAPPSSRM/V_THMT

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