ANW1 SAP (Asset value fields) Structure details

Dictionary Type: Structure
Description: Asset value fields




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




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

ANW1 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 "Asset value fields" 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_ANW1 TYPE ANW1.

The ANW1 table consists of various fields, each holding specific information or linking keys about Asset value fields data available in SAP. These include AFBKTX (Short name for depreciation area), KANSW (Cumulative acquisition and production costs), KANZA (Cumulative down payments), KAUFW (Cumulative revaluation on the replacement value).. 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 ANW1 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
AFABEReal depreciation area AFABE_DNUMC2Assigned to domainAFABEAFB
AFBKTXShort name for depreciation area AFBKTXCHAR12TEXT12
KANSWCumulative acquisition and production costs KANSWCURR13(2) ANLKWERT
KANZACumulative down payments KANZACURR13(2) ANLKWERT
KAUFWCumulative revaluation on the replacement value KAUFWCURR13(2) ANLKWERT
KINVZCumulative investment grants KINVZCURR13(2) ANLKWERT
KNAFAAccumulated ordinary depreciation KNAFACURR13(2) ANLKWERT
KSAFACumulative special depreciation KSAFACURR13(2) ANLKWERT
KAAFACumulative unplanned depreciation KAAFACURR13(2) ANLKWERT
KMAFACumulative reserves transfer KMAFACURR13(2) ANLKWERT
KAUFNCumulative revaluation of ordinary depreciation KAUFNCURR13(2) ANLKWERT
KZINWCumulative interest KZINWCURR13(2) ANLKWERT
AUFWBRevaluation posted on replacement value AUFWBCURR13(2) ANLKWERT
NAFAGOrdinary depreciation posted in the current year NAFAGCURR13(2) ANLKWERT
SAFAGSpecial depreciation posted in the current fiscal year SAFAGCURR13(2) ANLKWERT
AAFAGUnplanned depreciation posted for the year AAFAGCURR13(2) ANLKWERT
MAFAGAcquisition value reducing depreciation posted for the year MAFAGCURR13(2) ANLKWERT
ZINSGInterest posted for the year DZINSGCURR13(2) ANLKWERT
AUFNGPosted revaluation of accumulated ordinary depreciation AUFNGCURR13(2) ANLKWERT
ANSWRTAsset acquisition value ANSWRTCURR13(2) ANLKWERT
RESTWRTFiscal year end net book value RBWGJECURR13(2) ANLKWERT
BUCHWRTCurrent net book value RBWAKTCURR13(2) ANLKWERT
ANBTRAmount posted ANBTRCURR13(2) ANLKWERT
BWASLAsset Transaction Type BWASLCHAR3TABWBWASLBWA
BZDATAsset value date BZDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INDEXField defined as in SY-TABIX TABIX_DINT410TABIX
AFBLPEPeriod in which last depreciation was posted AFBLPENUMC3PERAF

Key field Non-key field



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

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

How to access SAP table ANW1

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