VALS_AMORTIZATION SAP (Treasury: Amortization Amounts in Amortization) Structure details

Dictionary Type: Structure
Description: Treasury: Amortization Amounts in Amortization




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




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

VALS_AMORTIZATION 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 "Treasury: Amortization Amounts in Amortization" 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_VALS_AMORTIZATION TYPE VALS_AMORTIZATION.

The VALS_AMORTIZATION table consists of various fields, each holding specific information or linking keys about Treasury: Amortization Amounts in Amortization data available in SAP. These include AM_PC (Amortization in Position Currency), AM_VC (Amortization Amount in Valuation Currency), AC_CL (Deferral: Deferral Item for Purchase Value, Clean), AC_PC (Deferral: Deferral Item for Purchase Value in Position Crcy).. 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 VALS_AMORTIZATION 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
AM_CLAmortization Amount Clean TPM_AM_CLCURR21(2) TPM_AMOUNT
AM_PCAmortization in Position Currency TPM_AM_PCCURR21(2) TPM_AMOUNT
AM_VCAmortization Amount in Valuation Currency TPM_AM_VCCURR21(2) TPM_AMOUNT
AC_CLDeferral: Deferral Item for Purchase Value, Clean TPM_AC_CLCURR21(2) TPM_AMOUNT
AC_PCDeferral: Deferral Item for Purchase Value in Position Crcy TPM_AC_PCCURR21(2) TPM_AMOUNT
AC_VCDeferral: Deferral Item for Purchase Value in Valuation Crcy TPM_AC_VCCURR21(2) TPM_AMOUNT
AM_GL_CLAmortization Amount if Constant Effect. Interest Rate: Clean TPM_AM_GL_CLCURR21(2) TPM_AMOUNT
AM_GL_PCAmortization Amount if Constant Effect. Interest Rate in PC TPM_AM_GL_PCCURR21(2) TPM_AMOUNT
AM_GL_VCAmortization Amount if Constant Effect. Interest Rate in PC TPM_AM_GL_VCCURR21(2) TPM_AMOUNT
AC_UNREAL_SEC_PCAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
AC_UNREAL_SEC_IDX_PCAmount in Position Currency Index-Clean TPM_POSITION_AMT_IDX_CLEANCURR21(2) TPM_AMOUNT
AC_UNREAL_SEC_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
AC_UNREAL_FX_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
AC_UNREAL_IDX_PCAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
AC_UNREAL_IDX_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
AM_VAD_GAIN_PCAmortization Amount for Value Adjustment of Gains in PC TPM_AM_VAD_GAIN_PCCURR21(2) TPM_AMOUNT
AM_VAD_GAIN_VCAmortization Amount for Value Adjustment of Gains in VC TPM_AM_VAD_GAIN_VCCURR21(2) TPM_AMOUNT
AM_VAD_LOSS_PCAmortization Amount for Value Adjustment of Losses in PC TPM_AM_VAD_LOSS_PCCURR21(2) TPM_AMOUNT
AM_VAD_LOSS_VCAmortization Amount for Value Adjustment of Losses in VC TPM_AM_VAD_LOSS_VCCURR21(2) TPM_AMOUNT

Key field Non-key field



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

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

How to access SAP table VALS_AMORTIZATION

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