FAA_S_DFLT_DEPR_PARAMTRS SAP (Depreciation terms) Structure details

Dictionary Type: Structure
Description: Depreciation terms




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




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

FAA_S_DFLT_DEPR_PARAMTRS 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 terms" 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_DFLT_DEPR_PARAMTRS TYPE FAA_S_DFLT_DEPR_PARAMTRS.

The FAA_S_DFLT_DEPR_PARAMTRS table consists of various fields, each holding specific information or linking keys about Depreciation terms data available in SAP. These include ULIFE_YRS (Planned useful life in years), ULIFE_PRDS (Planned useful life in periods), DEACTIVATE (Indicator: Depreciation area is deactivated), RPLCMNTVAL_INDEX (Index series for replacement values).. 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_DFLT_DEPR_PARAMTRS 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_KEYDepreciation key AFASLCHAR4Assigned to domainAFASLSH_AFASL
ULIFE_YRSPlanned useful life in years NDJARNUMC3JARAF
ULIFE_PRDSPlanned useful life in periods NDPERNUMC3PERAF
DEACTIVATEIndicator: Depreciation area is deactivated XAFBECHAR1XFELD
RPLCMNTVAL_INDEXIndex series for replacement values WBINDCHAR5Assigned to domainWBIND
AGE_INDEXIndex series for replacement values by age ALINDCHAR5Assigned to domainWBIND
VAR_DEP_PORTIONVariable depreciation portion APROPDEC7(4) DEC3_4
NEG_VALUESIndicator: Negative values allowed XNEGACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FAA_S_DFLT_DEPR_PARAMTRS

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