TEMT_POLICY SAP (Hedging Policy) Table details

Dictionary Type: Table
Description: Hedging Policy




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




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

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

The TEMT_POLICY table consists of various fields, each holding specific information or linking keys about Hedging Policy data available in SAP. These include PROFILE_ID (Planning Profile), FOREIGN_CURR (Exposure Currency), HORIZON (Time Horizon of an Exposure), TRANSACTION_CAT (Transaction Category (E-HA)).. 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 TEMT_POLICY 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
PROFILE_IDPlanning Profile TEM_PLANNING_PROFILECHAR10TEMT_PROFILETEM_PLANNING_PROFILETEM_PLANPROFIL
FOREIGN_CURRExposure Currency TEM_EXPOSURE_CURRENCYCUKY5TCURCWAERS
HORIZONTime Horizon of an Exposure TEM_POLICY_HORIZONNUMC4TEM_POLICY_HORIZON
TRANSACTION_CATTransaction Category (E-HA) THM_TRANSCATNUMC2THMEXTS_CATEGORYTHM_TRANSCAT
SIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
ATTRIBUTE_01Value of a Free Attribute TEM_ATTRIBUTE_VALUECHAR20TEMC_ATTRIBUTETEM_ATTRIBUTE_VALUE
ATTRIBUTE_02Value of a Free Attribute TEM_ATTRIBUTE_VALUECHAR20TEMC_ATTRIBUTETEM_ATTRIBUTE_VALUE
ATTRIBUTE_03Value of a Free Attribute TEM_ATTRIBUTE_VALUECHAR20TEMC_ATTRIBUTETEM_ATTRIBUTE_VALUE
ATTRIBUTE_04Value of a Free Attribute TEM_ATTRIBUTE_VALUECHAR20TEMC_ATTRIBUTETEM_ATTRIBUTE_VALUE
ATTRIBUTE_05Value of a Free Attribute TEM_ATTRIBUTE_VALUECHAR20TEMC_ATTRIBUTETEM_ATTRIBUTE_VALUE
ATTRIBUTE_06Value of a Free Attribute TEM_ATTRIBUTE_VALUECHAR20TEMC_ATTRIBUTETEM_ATTRIBUTE_VALUE
VALID_FROMPolicy - Valid from TEM_POLICY_VALID_FROMDATS8TEM_POLICY_VALID_FROM
PERCENTAGEMaximum Percentage to Be Hedged TEM_POLICY_PERCENTAGEDEC5(2) DECV3_2
PERCENTAGE_MINMinimum Percentage to Be Hedged TEM_POLICY_PERCENTAGE_MINDEC5(2) DECV3_2
MINIMUM_AMTTrivial Amount Limit for Hedge (Absolute Amount) TEM_POLICY_MIN_AMTCURR17(2) TEM_EXPOSURE_AMT
CREATION_DATEFirst Entered on DERFDATS8DATUM
CREATION_TIMETime of Initial Entry TERFTIMS6TIMES
CREATION_USEREntered by RERFCHAR12SYCHAR12
LASTCHANGE_DATELast Edited on DBEARDATS8DATUM
LASTCHANGE_TIMELast Edited at TBEARTIMS6TIMES
LASTCHANGE_USEREmployee ID RBEARCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEMT_POLICY
INTO CORRESPONDING FIELDS OF WA_TEMT_POLICY
WHERE...

How to access SAP table TEMT_POLICY

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