FIAA_COMPARE_VALUES SAP (Structure for Comparison of Asset Values over Several Years) Structure details

Dictionary Type: Structure
Description: Structure for Comparison of Asset Values over Several Years




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




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

FIAA_COMPARE_VALUES 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 "Structure for Comparison of Asset Values over Several Years" 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_FIAA_COMPARE_VALUES TYPE FIAA_COMPARE_VALUES.

The FIAA_COMPARE_VALUES table consists of various fields, each holding specific information or linking keys about Structure for Comparison of Asset Values over Several Years data available in SAP. These include BEW (Transactions for the year affecting asset values), INV (Investment grant for the year), AUF (Planned revaluation on replacement value), RUECK (Planned transfer of reserves).. 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: Not classified


SAP FIAA_COMPARE_VALUES 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
JAHR Fiscal Year0
BEWTransactions for the year affecting asset values ANSWLCURR13(2) ANLKWERT
INVInvestment grant for the year INVZMCURR13(2) ANLKWERT
AUFPlanned revaluation on replacement value AUFWPCURR13(2) ANLKWERT
RUECKPlanned transfer of reserves RUECK_GEPCURR13(2) ANLKWERT
AHKAsset acquisition value at end of fiscal year GJE_KANSWCURR13(2) ANLKWERT
NAFAPlanned ordinary depreciation for the year NAFAPCURR13(2) ANLKWERT
SAFAPlanned special depreciation for the year SAFAPCURR13(2) ANLKWERT
AAFAScheduled unplanned depreciation for the year AAFAPCURR13(2) ANLKWERT
ZUSCHWrite-up GJE_ZUSCHRCURR13(2) ANLKWERT
WERTBValue adjustments on transactions, at FY end GJE_BWGWBCURR13(2) ANLKWERT
AUFNPlanned revaluation of accumulated ordinary depreciation AUFNPCURR13(2) ANLKWERT
NBWBook value at fiscal year end BCHWRT_GJECURR13(2) ANLKWERT
ZINSInterest on transaction DZINSBCURR13(2) ANLKWERT
ANZDown payments on asset ANSAZCURR13(2) ANLKWERT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COLORING 0

Key field Non-key field



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

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

How to access SAP table FIAA_COMPARE_VALUES

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