TEMS_SCALED_AMT_UI SAP (Scaled Amounts) Structure details

Dictionary Type: Structure
Description: Scaled Amounts




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




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

TEMS_SCALED_AMT_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 "Scaled Amounts" 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_SCALED_AMT_UI TYPE TEMS_SCALED_AMT_UI.

The TEMS_SCALED_AMT_UI table consists of various fields, each holding specific information or linking keys about Scaled Amounts data available in SAP. These include HM_FOREIGN_AMT_S (Foreign Currency Amount of Exposure in E-Hedge Accounting), CURR_MINIMUM_AMT_S (Current Trivial Amount Limit), MINIMUM_AMT_S (Trivial Amount Limit for Hedge (Absolute Amount)), FOREIGN_AMT_TO_HEDGE_S (Maximum Amount to Be Hedged).. 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: Can be enhanced (character-type or numeric)


SAP TEMS_SCALED_AMT_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
FOREIGN_AMT_SForeign Currency Amount of Exposure TEM_EXPOSURE_AMTCURR17(2) TEM_EXPOSURE_AMT
HM_FOREIGN_AMT_SForeign Currency Amount of Exposure in E-Hedge Accounting TEM_HM_EXPOSURE_AMTCURR17(2) TEM_EXPOSURE_AMT
CURR_MINIMUM_AMT_SCurrent Trivial Amount Limit TEM_CURR_POLICY_MIN_AMTCURR17(2) TEM_EXPOSURE_AMT
MINIMUM_AMT_STrivial Amount Limit for Hedge (Absolute Amount) TEM_POLICY_MIN_AMTCURR17(2) TEM_EXPOSURE_AMT
FOREIGN_AMT_TO_HEDGE_SMaximum Amount to Be Hedged TEM_FOREIGN_AMT_TO_HEDGECURR17(2) TEM_EXPOSURE_AMT
FOREIGN_AMT_MIN_TO_HEDGE_SMinimum Amount to Be Hedged TEM_FOREIGN_AMT_MIN_TO_HEDGECURR17(2) TEM_EXPOSURE_AMT
FOREIGN_AMT_HEDGED_SForeign Currency Amount of Exposure TEM_EXPOSURE_AMTCURR17(2) TEM_EXPOSURE_AMT
OLD_FOREIGN_AMT_SForeign Currency Amount of Exposure TEM_EXPOSURE_AMTCURR17(2) TEM_EXPOSURE_AMT
OLD_MINIMUM_AMT_STrivial Amount Limit for Hedge (Absolute Amount) TEM_POLICY_MIN_AMTCURR17(2) TEM_EXPOSURE_AMT
D_FOREIGN_AMT_SChange to Exposure Amount TEM_DELTA_EXPOSURE_AMTCURR17(2) TEM_EXPOSURE_AMT
D_FOREIGN_AMT_TO_HEDGE_SDifference for Maximum Amount to Be Hedged TEM_DELTA_AMT_TO_HEDGECURR17(2) TEM_EXPOSURE_AMT
D_FOREIGN_AMT_MIN_TO_HEDGE_SDifference for Minimum Amount to Be Hedged TEM_DELTA_AMT_MIN_TO_HEDGECURR17(2) TEM_EXPOSURE_AMT

Key field Non-key field



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

As TEMS_SCALED_AMT_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_SCALED_AMT_UI as there is no data to select.

How to access SAP table TEMS_SCALED_AMT_UI

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