POC_D_TRACK_THR SAP (Threshold Tracking table) Table details

Dictionary Type: Table
Description: Threshold Tracking table




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




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

POC_D_TRACK_THR is a standard SAP Table which is used to store Threshold Tracking table data and is available within R/3 SAP systems depending on the version and release level.

The POC_D_TRACK_THR table consists of various fields, each holding specific information or linking keys about Threshold Tracking table data available in SAP. These include PROCESS_ID (Process ID), KPI_TYPE_ID (Key Performance Indicator Definition ID), VALUATION_ID (KPI Valuation ID), THR_DEF_ID (Threshold Definition ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP POC_D_TRACK_THR 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 MANDTCLNT3Assigned to domainMANDT
PROCESS_IDProcess ID POC_PROCESS_IDCHAR32POC_D_KPI_LOGPOC_PROCESS_ID
KPI_TYPE_IDKey Performance Indicator Definition ID POC_PROCESS_KPI_TYPECHAR3POC_D_KPI_LOGPOC_PROCESS_KPI_TYPE
VALUATION_IDKPI Valuation ID POC_KPI_VALUATION_IDNUMC3POC_KPI_VALUATION_ID
THR_DEF_IDThreshold Definition ID POC_THR_DEF_IDCHAR3POC_THR_DEF_ID
THR_COUNTCount Threshold Value POC_THR_VAL_COUNTDEC7POC_THRESHOLD_COUNT_VALUE
THR_CLASSIFICClassification Threshold POC_THR_VAL_CLASCHAR4Assigned to domainPOC_KPI_CTG_TYPE
THR_START_TIMEDuration Threshold Start Time POC_THR_START_TIMEDEC21(7) POCTSPOC_TIMESTAMP
THR_END_TIMEDuration Threshold End Time POC_THR_END_TIMEDEC21(7) POCTSPOC_TIMESTAMP
THR_DURATIONDuration Threshold Value POC_THR_VAL_DURDEC7POC_THR_VAL_DUR
THR_DURA_UNITUnit of Measurement for Duration Threshold POC_DUR_THR_UNITUNIT3POC_DUR_THR_UNIT
THR_NOTIF_TIMENotification Sent Time POC_THR_NOTIF_TIMEDEC21(7) POCTSPOC_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM POC_D_TRACK_THR
INTO CORRESPONDING FIELDS OF WA_POC_D_TRACK_THR
WHERE...

How to access SAP table POC_D_TRACK_THR

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