TREAT_KEY_FIGURE SAP (Provides Key Figures for TREA) Table details

Dictionary Type: Table
Description: Provides Key Figures for TREA




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




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

TREAT_KEY_FIGURE is a standard SAP Table which is used to store Provides Key Figures for TREA data and is available within R/3 SAP systems depending on the version and release level.

The TREAT_KEY_FIGURE table consists of various fields, each holding specific information or linking keys about Provides Key Figures for TREA data available in SAP. These include GUID (Globally Unique Identifier), EVAL_DATE (Statement Date), DISCOUNTED (Indicates whether key figure is discounted), CONTEXT (Indicates Origin of GUID).. 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 (character-type or numeric)


SAP TREAT_KEY_FIGURE 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
GUIDGlobally Unique Identifier GUIDRAW16
EVAL_DATEStatement Date TPM_DATEDATS8TPM_DATE
DISCOUNTEDIndicates whether key figure is discounted TPM_TREA_KEY_FIGURE_DISCOUNTEDCHAR1CHAR1
CONTEXTIndicates Origin of GUID TPM_TREA_KEY_FIGURE_CONTEXTCHAR16TPM_TREA_KEY_FIGURE_CONTEXT
AMOUNTNet present value of OTC transaction TV_BARWERTCURR15(2) WERTV8_TR
CURRENCYCurrency of net present value TV_WBARWECUKY5Assigned to domainWAERS
CALCULATION_STATUSIndicates Whether Calculation Was Successful TPM_TREA_CALCULATION_STATUSCHAR1CHAR1
OBJECT_COMBINED_INGlobally Unique Identifier OS_GUIDRAW16SYSUUID
LOG_EXTNUMBERApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
LOG_NUM_TMPApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TREAT_KEY_FIGURE
INTO CORRESPONDING FIELDS OF WA_TREAT_KEY_FIGURE
WHERE...

How to access SAP table TREAT_KEY_FIGURE

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