VALS_IMPAIRMENT SAP (CFM: Record impairment for position - amounts) Structure details

Dictionary Type: Structure
Description: CFM: Record impairment for position - amounts




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




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

VALS_IMPAIRMENT 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 "CFM: Record impairment for position - 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_VALS_IMPAIRMENT TYPE VALS_IMPAIRMENT.

The VALS_IMPAIRMENT table consists of various fields, each holding specific information or linking keys about CFM: Record impairment for position - amounts data available in SAP. These include IM_CL (Impairment Amount in Position Currency Index Clean), IM_VC (Impairment Amount in Valuation Currency), IM_FX_VC (FX Impairment in Valuation Currency), IM_OCI_REV_PC (Impairment: Reset OCI Flow - Amount in Position Currency).. 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 VALS_IMPAIRMENT 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
IM_PCImpairment Amount in Position Currency TPM_IM_PCCURR21(2) TPM_AMOUNT
IM_CLImpairment Amount in Position Currency Index Clean TPM_IM_CLCURR21(2) TPM_AMOUNT
IM_VCImpairment Amount in Valuation Currency TPM_IM_VCCURR21(2) TPM_AMOUNT
IM_FX_VCFX Impairment in Valuation Currency TPM_IMPAIRMENT_FX_VCCURR21(2) TPM_AMOUNT
IM_OCI_REV_PCImpairment: Reset OCI Flow - Amount in Position Currency TPM_OCI_REV_PCCURR21(2) TPM_AMOUNT
IM_OCI_REV_CLImpairment: Reset OCI Flow Index Clean TPM_OCI_REV_CLCURR21(2) TPM_AMOUNT
IM_OCI_REV_VCImpairment: Reset OCI Flow - Amount in Valuation Currency TPM_OCI_REV_VCCURR21(2) TPM_AMOUNT
IM_OCI_REV_FE_VCImpairment: Reset OCI Flow - Amount in Valuation Currency TPM_OCI_REV_VCCURR21(2) TPM_AMOUNT
IM_OBV_OCI_REV_PCBook Value Old (Before OCI Reset) in Position Currency TPM_IM_OBV_OCI_REV_PCCURR21(2) TPM_AMOUNT
IM_OBV_OCI_REV_CLBook Value Old (Before OCI Reset) Index Clean TPM_IM_OBV_OCI_REV_CLCURR21(2) TPM_AMOUNT
IM_OBV_OCI_REV_VCBook Value Old (Before OCI Reset) in Valuation Currency TPM_IM_OBV_OCI_REV_VCCURR21(2) TPM_AMOUNT
IM_NBV_OCI_REV_PCNew Net Present Value (After OCI Reset) in Position Currency TPM_IM_NBV_OCI_REV_PCCURR21(2) TPM_AMOUNT
IM_NBV_OCI_REV_CLNew Book Value (After OCI Reset) Index Clean TPM_IM_NBV_OCI_REV_CLCURR21(2) TPM_AMOUNT
IM_NBV_OCI_REV_VCNew NPV (After OCI Reset) in Valuation Currency TPM_IM_NBV_OCI_REV_VCCURR21(2) TPM_AMOUNT
IM_OBV_IMP_PCBook Value Old (Before Impairment) in Position Currency TPM_IM_OBV_IMP_PCCURR21(2) TPM_AMOUNT
IM_OBV_IMP_CLBook Value Old (Before Impairment) Index Clean TPM_IM_OBV_IMP_CLCURR21(2) TPM_AMOUNT
IM_OBV_IMP_VCBook Value Old (Before Impairment) in Valuation Currency TPM_IM_OBV_IMP_VCCURR21(2) TPM_AMOUNT
IM_NBV_IMP_PCNew Book Value (After Impairment) in Position Currency TPM_IM_NBV_IMP_PCCURR21(2) TPM_AMOUNT
IM_NBV_IMP_CLNew Book Value (After Impairment) Index Clean TPM_IM_NBV_IMP_CLCURR21(2) TPM_AMOUNT
IM_NBV_IMP_VCNew Book Value (After Impairment) in Valuation Currency TPM_IM_NBV_IMP_VCCURR21(2) TPM_AMOUNT
IM_PL_TITEL_REV_PCAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
IM_PL_TITEL_REV_CLAmount in Position Currency Index-Clean TPM_POSITION_AMT_IDX_CLEANCURR21(2) TPM_AMOUNT
IM_PL_TITEL_REV_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
IM_PL_FE_REV_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT

Key field Non-key field



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

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

How to access SAP table VALS_IMPAIRMENT

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