TXW_ANLP SAP (Asset Periodic Values) Structure details

Dictionary Type: Structure
Description: Asset Periodic Values




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




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

TXW_ANLP 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 Periodic Values" 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_TXW_ANLP TYPE TXW_ANLP.

The TXW_ANLP table consists of various fields, each holding specific information or linking keys about Asset Periodic Values data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), PERAF (Depreciation calculation period), AFBNR (Sequence number of depreciation posting run in the period).. 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 TXW_ANLP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERAFDepreciation calculation period TXW_PERAFNUMC2MONAT
AFBNRSequence number of depreciation posting run in the period AFBNRNUMC2NUM2
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
AFABERDepreciation area real or derived AFABERNUMC2Assigned to domainAFABE
ZUJHRAsset acquisition year (currently not used) DZUJHRNUMC4GJAHRGJAHR
ZUCODSub-classification of asset acquisitions(currently not used) DZUCODNUMC4AZCOD
AUFWPPlanned revaluation on replacement value TXW_AUFWPCHAR16CHAR16
AUFWBRevaluation posted on replacement value TXW_AUFWBCHAR16CHAR16
AUFWZRevaluation on replacement value to be posted TXW_AUFWZCHAR16CHAR16
NAFAPPlanned Ordinary Depreciation for the Year TXW_NAFAPCHAR16CHAR16
NAFAGOrdinary depreciation posted in the current year TXW_NAFAGCHAR16CHAR16
NAFAZOrdinary depreciation to be posted TXW_NAFAZCHAR16CHAR16
SAFAPPlanned special depreciation for the year TXW_SAFAPCHAR16CHAR16
SAFAGSpecial depreciation posted in the current fiscal year TXW_SAFAGCHAR16CHAR16
SAFAZSpecial depreciation to be posted TXW_SAFAZCHAR16CHAR16
AAFAPPlanned unplanned depreciation for the year TXW_AAFAPCHAR16CHAR16
AAFAGUnplanned depreciation posted for the year TXW_AAFAGCHAR16CHAR16
AAFAZUnplanned depreciation to be posted TXW_AAFAZCHAR16CHAR16
MAFAPPlanned Transfer of Reserves for the Year TXW_MAFAPCHAR16CHAR16
MAFAGAcquisition Value Reducing Depr. TXW_MAFAGCHAR16CHAR16
MAFAZTransferred reserves to be posted for the year TXW_MAFAZCHAR16CHAR16
ZINSPInterest planned for the year TXW_DZINSPCHAR16CHAR16
ZINSGInterest posted for the year TXW_DZINSGCHAR16CHAR16
ZINSZInterest for the year to be posted TXW_DZINZBCHAR16CHAR16
AUFNPPlanned revaluation of accumulated ordinary depreciation TXW_AUFNPCHAR16CHAR16
AUFNGPosted revaluation of accumulated ordinary depreciation TXW_AUFNGCHAR16CHAR16
AUFNZRevaluation to be posted on cum. ordinary depreciation TXW_AUFNZCHAR16CHAR16
ANSWLAcquisition value reducing transfers (year) TXW_ANSWLCHAR16CHAR16
INVZMInvestment Grant for the Year TXW_INVZMCHAR16CHAR16
KTOGRAccount determination KTOGRCHAR8Assigned to domainALPHAKTOGR
AFASLDepreciation key AFASLCHAR4Assigned to domainAFASLSH_AFASL
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CAUFNInternal order CAUFNCHAR12Assigned to domainALPHAAUFNR
XUNULIndicator: Post to below-zero account XUNULLCHAR1XFELD
ANUPDIndicator: Type of change to table ANUPDCHAR1ANUPD
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
BELNRDocument number of a depreciation posting document AFA_BLNRCHAR10ALPHABELNR
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table TXW_ANLP

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