FAA_S_DEPR_AREA_AMD SAP (Depreciation Area in Asset Master Record) Structure details

Dictionary Type: Structure
Description: Depreciation Area in Asset Master Record




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




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

FAA_S_DEPR_AREA_AMD 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 "Depreciation Area in Asset Master Record" 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_DEPR_AREA_AMD TYPE FAA_S_DEPR_AREA_AMD.

The FAA_S_DEPR_AREA_AMD table consists of various fields, each holding specific information or linking keys about Depreciation Area in Asset Master Record data available in SAP. These include TO_DATE (Date validity ends), FROM_DATE (Date for beginning of validity), DEPR_KEY (Depreciation key), ULIFE_YRS (Planned useful life in years).. 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_DEPR_AREA_AMD 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
DEPR_AREAReal depreciation area BF_AFABE_DNUMC2BF_AFABEAFB
TO_DATEDate validity ends BF_BDATUDATS8DATUM
FROM_DATEDate for beginning of validity BF_ADATUDATS8DATUMADT
DEPR_KEYDepreciation key BF_AFASLCHAR4BF_AFASL
ULIFE_YRSPlanned useful life in years BF_NDJARNUMC3BF_JARAF
ULIFE_PRDSPlanned useful life in periods BF_NDPERNUMC3BF_PERAF
VAR_DEPR_PORTIONVariable depreciation portion BF_APROPDEC7(4) DEC3_4
SCRAPVALUE_PRCTGScrap Value as Percentage of APC SCHRW_PROZDEC14(11)
DEACTIVATEIndicator: Depreciation area is deactivated BF_XAFBECHAR1BF_XFELD
CHANGEOVER_YRDepreciation key for the changeover year BF_UMJARNUMC4GJAHRGJAHR
CHANGEOVER_PRDChangeover Period of Depreciation Key UMPERNUMC3PERAF
ODEPR_START_DATEDepreciation calculation start date BF_AFABGDATS8DATUM
SDEPR_START_DATEStart date for special depreciation BF_SAFBGDATS8DATUM
INTR_START_DATEStart date for interest calculation BF_ZINBGDATS8DATUM
READINESSAsset Accounting: Date of operating readiness BF_INBDADATS8DATUM
CHCK_MAX_LVA_AMLow-value asset amount and quantity check XGWGKNUMC1XGWGK
ORIG_ULIFE_YRSOriginal useful life in years BF_NDURJNUMC3BF_JARAF
ORIG_ULIFE_PRDSOriginal useful life in periods BF_NDURPNUMC3BF_PERAF
ACQ_YRAcquisition year of the asset (manually changeable) BF_VYEARNUMC4GJAHRGJAHR
ACQ_PRDAsset Accounting: Acquis. month (in depreciation area) BF_VMNTHNUMC3POPER
NEG_VALUESIndicator: Negative values allowed XNEGACHAR1XFELD
SCRAPVALUEAsset scrap value SCHRWCURR13(2) ANLKWERT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AGE_INDEXIndex series for replacement values by age ALINDCHAR5Assigned to domainWBIND
RPLCMNTVAL_INDEXIndex series for replacement values WBINDCHAR5Assigned to domainWBIND
REVALTN_KEYRevaluation Key J_1AARVKEYCHAR4Assigned to domainJ_1AARVKEY
INVSUPPORT_KEYInvestment support key INVSLCHAR2Assigned to domainINVSL
GRP_ASSETGroup asset ANLGRCHAR12Assigned to domainALPHAANLN1AN1
GRP_ASSET_SUBNOSubnumber of group asset ANLGR2CHAR4Assigned to domainALPHAANLN2
CREATION_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGE_DATEChanged on AEDAT_ANLADATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
SCR_LAYOUT_CRTNScreen layout for Asset Accounting FELEICHAR4Assigned to domainFELEI
SHIFT_FACTMultiple-shift factor for multiple shift operation BF_MSFAKDEC3(2) BF_MSFAK
IS_SHUTDOWNAsset shutdown BF_XSTILCHAR1BF_XFELD

Key field Non-key field



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

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

How to access SAP table FAA_S_DEPR_AREA_AMD

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