FAA_S_DEPRAREA SAP (Configuration of Depreciation Area) Structure details

Dictionary Type: Structure
Description: Configuration of Depreciation Area




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




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

FAA_S_DEPRAREA 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 "Configuration of Depreciation Area" 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_FAA_S_DEPRAREA TYPE FAA_S_DEPRAREA.

The FAA_S_DEPRAREA table consists of various fields, each holding specific information or linking keys about Configuration of Depreciation Area data available in SAP. These include USE_NBV_RETIRMNT (Indicator post net book value for retirement), USE_GROUP_ASSETS (Indicator for reporting on group asset and its assets), CURRENCY (Currency Key), CURR_DECIMALS (Number of decimal places).. 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 FAA_S_DEPRAREA 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
POSTING_TYPEPost to G/L account BUHBKTCHAR1BUHBKT
USE_NBV_RETIRMNTIndicator post net book value for retirement KZRBWBCHAR1XFELD
USE_GROUP_ASSETSIndicator for reporting on group asset and its assets XAKPLCHAR1XAKPL
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR_DECIMALSNumber of decimal places CURRDECINT13CURRDEC
VALUE_TAKEOVERAdoption of values from depreciation area WRTAFBNUMC2Assigned to domainAFABE
IS_VALUE_IDENTIdentical transfer of acquisition value XWRTIDCHAR1XFELD
PARAM_TAKEOVERTransfer of Depreciation Terms from Depreciation Area PARAFBNUMC2Assigned to domainAFABE
IS_PARAM_IDENTIdentical depreciation terms copied XINDIDCHAR1XFELD
SIGN_APC+/- Sign for acquisition value VZANSWCHAR1VORZW
SIGN_NBV+/- Sign for net book value VZRESTCHAR1VORZW
SIGN_DEPR_O+/- Sign for ordinary depreciation VZNAFACHAR1VORZW
SIGN_DEPR_S+/- Sign for special depreciation VZSAFACHAR1VORZW
SIGN_DEPR_U+/- Sign for unplanned depreciation VZAAFACHAR1VORZW
SIGN_RESERVE+/- Sign for transfer of reserves(acquis.val.reducing dep.) VZAWMACHAR1VORZW
SIGN_REVL_APC+/- Sign for revaluation VZINDWCHAR1VORZW
SIGN_REVL_DEPR+/- Sign for revaluation of ordinary depreciation VZINDACHAR1VORZW
SIGN_INVEST+/- Sign for investment grants VZINVZCHAR1VORZW
SIGN_INTEREST+/- Sign for interest VZZINSCHAR1VORZW
ADJUSTMENT_AREADepreciation Area FAA_DEPRAREACHAR12
AREA_USAGE_INDPurpose of Depreciation Area AREA_USAGE_INDCHAR1AREA_USAGE_IND
CALC_SEQUENCESequence for depreciation calculation AFARFOCHAR4AFARFO
USE_WEIGHTINGWeight depreciation distribution X445RCHAR1XFELD
USE_SMOOTHINGSmoothing (deprec. for past) when posting depreciation XRESTVCHAR1XFELD
PERIOD_INTERVALNumber of periods between two depreciation runs AFBRHYNUMC3PERAF
RESERVE_NETIndicator: Special reserves setting (net) SOPNETCHAR1XFELD
MEMO_VALUEMemo value ERWERTCURR13(2) WERT13
LVA_AMOUNTMaximum low-value asset amount GWGWRTCURR13(2) WERT13
LVA_AMOUNT_POMaximum LVA amount for purchase order GWGBSTCURR13(2) WERT13
DEPR_CHANGEVALUENet book value for changeover of depreciation method UMRWRTCURR13(2) WERT13
TOLERANCE_AMOUNTTolerance amount in deprec. calculation FIAA_TOLECURR13(2) ANLKWERT
LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TEXT_LONGName of depreciation area AFBTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table FAA_S_DEPRAREA

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