TEMS_PROFILE_POLICY_UI SAP (Screen-UI-Elements for Master Data Planning Profile POLICY) Structure details

Dictionary Type: Structure
Description: Screen-UI-Elements for Master Data Planning Profile POLICY




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




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

TEMS_PROFILE_POLICY_UI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screen-UI-Elements for Master Data Planning Profile POLICY" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TEMS_PROFILE_POLICY_UI TYPE TEMS_PROFILE_POLICY_UI.

The TEMS_PROFILE_POLICY_UI table consists of various fields, each holding specific information or linking keys about Screen-UI-Elements for Master Data Planning Profile POLICY data available in SAP. These include PROFILE_ID (Planning Profile), FOREIGN_CURR (Exposure Currency), HORIZON (Time Horizon of an Exposure), SIGN (Direction of flow).. 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: Cannot Be Enhanced


SAP TEMS_PROFILE_POLICY_UI structure 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 THM_EXPCURRENCYCUKY5Assigned to domainTHM_EXPCURRENCY
HORIZONTime Horizon of an Exposure TEM_POLICY_HORIZONNUMC4TEM_POLICY_HORIZON
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
PERCENTAGEMaximum Percentage to Be Hedged TEM_POLICY_PERCENTAGEDEC5(2) DECV3_2
MINIMUM_AMTTrivial Amount Limit for Hedge (Absolute Amount) TEM_POLICY_MIN_AMTCURR17(2) TEM_EXPOSURE_AMT

Key field Non-key field



How do I retrieve data from SAP structure TEMS_PROFILE_POLICY_UI using ABAP code?

As TEMS_PROFILE_POLICY_UI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TEMS_PROFILE_POLICY_UI as there is no data to select.

How to access SAP table TEMS_PROFILE_POLICY_UI

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