AW01_DEP_PAR SAP (Output Values of Depreciation Terms in Asset Explorer) Structure details

Dictionary Type: Structure
Description: Output Values of Depreciation Terms in Asset Explorer




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




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

AW01_DEP_PAR 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 "Output Values of Depreciation Terms in Asset Explorer" 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_AW01_DEP_PAR TYPE AW01_DEP_PAR.

The AW01_DEP_PAR table consists of various fields, each holding specific information or linking keys about Output Values of Depreciation Terms in Asset Explorer data available in SAP. These include AFATXT (Name for external depreciation key), ANLGR (Group asset), ANLGR2 (Subnumber of group asset), NDJAR (3-Byte field).. 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 AW01_DEP_PAR 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
AFASLDepreciation key AFASLCHAR4Assigned to domainAFASLSH_AFASL
AFATXTName for external depreciation key AFATXTCHAR50TEXT50
ANLGRGroup asset ANLGRCHAR12Assigned to domainALPHAANLN1AN1
ANLGR2Subnumber of group asset ANLGR2CHAR4Assigned to domainALPHAANLN2
NDJAR3-Byte field CHAR3CHAR3CHAR3
NDPER3-Byte field CHAR3CHAR3CHAR3
AFABGDepreciation calculation start date AFABGDATS8DATUM
SAFBGStart date for special depreciation SAFBGDATS8DATUM
ZINBGStart date for interest calculation DZINBGDATS8DATUM
WBINDIndex series for replacement values WBINDCHAR5Assigned to domainWBIND
UMJARNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ALINDIndex series for replacement values by age ALINDCHAR5Assigned to domainWBIND
INVSLInvestment support key INVSLCHAR2Assigned to domainINVSL
NDABJ3-Byte field CHAR3CHAR3CHAR3
NDABP3-Byte field CHAR3CHAR3CHAR3
ANLGRTXTText for the group asset ANLGRTXTCHAR50TXT50
RSTNDJ3-Byte field CHAR3CHAR3CHAR3
RSTNDP3-Byte field CHAR3CHAR3CHAR3
SCHRWAsset scrap value SCHRWCURR13(2) ANLKWERT
SCHRW_PROZScrap Value as Percentage of APC SCHRW_PROZDEC14(11)
APROPVariable depreciation portion APROPDEC7(4) DEC3_4

Key field Non-key field



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

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

How to access SAP table AW01_DEP_PAR

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