BAPI1022_DEP_AREAS SAP (Depreciation areas (all logical field groups)) Structure details

Dictionary Type: Structure
Description: Depreciation areas (all logical field groups)




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




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

BAPI1022_DEP_AREAS 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 areas (all logical field groups)" 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_BAPI1022_DEP_AREAS TYPE BAPI1022_DEP_AREAS.

The BAPI1022_DEP_AREAS table consists of various fields, each holding specific information or linking keys about Depreciation areas (all logical field groups) data available in SAP. These include DESCRIPT (Short name for depreciation area), DEACTIVATE (Indicator: Depreciation area is deactivated), DEP_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 BAPI1022_DEP_AREAS 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
AREAReal depreciation area BF_AFABE_DNUMC2BF_AFABEAFB
DESCRIPTShort name for depreciation area AFBKTXCHAR12TEXT12
DEACTIVATEIndicator: Depreciation area is deactivated BF_XAFBECHAR1BF_XFELD
DEP_KEYDepreciation key BF_AFASLCHAR4BF_AFASL
ULIFE_YRSPlanned useful life in years BF_NDJARNUMC3BF_JARAF
ULIFE_PRDSPlanned useful life in periods BF_NDPERNUMC3BF_PERAF
EXP_ULIFE_YRSExpired useful life in years at start of the fiscal year BF_NDABJNUMC3BF_JARAF
EXP_ULIFE_PRDSExpired useful life in periods at start of fiscal year BF_NDABPNUMC3BF_PERAF
EXP_ULIFE_SDEP_YRSYrs Expired up to Fisc.Yr Start from Start of Spec.Dep. BF_ANDSJNUMC3BF_JARAF
EXP_ULIFE_SDEP_PRDSExpired useful life in periods during FY from SDep start dat BF_ANDSPNUMC3BF_PERAF
ORIG_ULIFE_YRSOriginal useful life in years BF_NDURJNUMC3BF_JARAF
ORIG_ULIFE_PRDSOriginal useful life in periods BF_NDURPNUMC3BF_PERAF
CHANGE_YRDepreciation key for the changeover year BF_UMJARNUMC4GJAHRGJAHR
DEP_UNITSNumber of units depreciated in unit-of-prod. depreciation RSTCKDEC15PACK8
ODEP_START_DATEDepreciation calculation start date BF_AFABGDATS8DATUM
SDEP_START_DATEStart date for special depreciation BF_SAFBGDATS8DATUM
INTEREST_START_DATEStart date for interest calculation BF_ZINBGDATS8DATUM
READINESSAsset Accounting: Date of operating readiness BF_INBDADATS8DATUM
INDEXIndex series for replacement values BF_WBINDCHAR5BF_WBIND
AGE_INDEXIndex series for replacement values by age BF_ALINDCHAR5BF_WBIND
VAR_DEP_PORTIONVariable depreciation portion BF_APROPDEC7(4) DEC3_4
SCRAPVALUEAsset scrap value BF_SCHRWDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
NEG_VALUESIndicator: Negative values allowed BF_XNEGACHAR1BF_XFELD
GRP_ASSETGroup asset BF_ANLGRCHAR12ALPHABF_ANLN1AN1
GRP_ASSET_SUBNOSubnumber of group asset BF_ANLGR2CHAR4ALPHABF_ANLN2
ACQ_YRAcquisition year of the asset (manually changeable) BF_VYEARNUMC4GJAHRGJAHR
ACQ_PRDAsset Accounting: Acquis. month (in depreciation area) BF_VMNTHNUMC3POPER
SCRAPVALUE_PRCTGScrap Value as Percentage of APC SCHRW_PROZDEC14(11)
FROM_DATEDate for beginning of validity BF_ADATUDATS8DATUMADT
TO_DATEDate validity ends BF_BDATUDATS8DATUM

Key field Non-key field



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

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

How to access SAP table BAPI1022_DEP_AREAS

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