TXW_ANLA SAP (Asset master data) Structure details

Dictionary Type: Structure
Description: Asset master data




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




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

TXW_ANLA 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 master data" 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_ANLA TYPE TXW_ANLA.

The TXW_ANLA table consists of various fields, each holding specific information or linking keys about Asset master data data available in SAP. These include BUKRS (Company Code), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber), AIBDT (Original acquisition date of AuC/ transferred asset).. 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: Can be enhanced (character-type)


SAP TXW_ANLA 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
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
AIBDTOriginal acquisition date of AuC/ transferred asset AIBDTDATS8DATUM
AIBN1Original asset that was transferred AIBN1CHAR12Assigned to domainALPHAANLN1
AIBN2Original asset that was transferred AIBN2CHAR4Assigned to domainALPHAANLN2
AKTIVAsset capitalization date AKTIVDDATS8DATUM
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
EIGKZProperty indicator EIGKZCHAR1Assigned to domainEIGKZ
GDLGRPEvaluation group 5 GDLGRPCHAR8Assigned to domainGDLGRP
KTOGRAccount determination KTOGRCHAR8Assigned to domainALPHAKTOGR
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGETotal quantity TXW_QUANTCHAR16CHAR16
OBJNRObject number (forecast) OBJNRCHAR18OBJNROBN
ORD41Evaluation group 1 ORD41CHAR4Assigned to domainORD4X
ORD42Evaluation group 2 ORD42CHAR4Assigned to domainORD4X
ORD43Evaluation group 3 ORD43CHAR4Assigned to domainORD4X
ORD44Evaluation group 4 ORD44CHAR4Assigned to domainORD4X
POSNRWBS element investment project AM_POSNRNUMC8Assigned to domainABPSPPS_POSNR
POSIDWBS element investment project (external representation) TXW_AMPSIDCHAR24ABPSNPS_POSID
TXA50Asset description TXA50_ANLTCHAR50TEXT50
TXT50Asset description TXA50_ANLTCHAR50TEXT50
TYPBZManufacturer model number TYPBZCHAR20TYPBZ
URJHRFiscal year of original acquisition URJHRNUMC4GJAHRGJAHR
URWRTOriginal Acquisition Value TXW_URWRTCHAR16CHAR16
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
XAFABCHAsset acquired used XAFABCHCHAR1XFELD
XANLGRIndicator: Asset is a group asset XANLGR_1CHAR1XFELD
ZUGDTAsset value date of the first posting DZUGDATDATS8DATUM
ZUJHRFiscal year in which first acquisition was posted DZUJAHRNUMC4GJAHRGJAHR
ZUPERPeriod in which first acquisition was posted DZUPERNUMC3POPER
EAUFNInvestment Order AM_AUFNRCHAR12Assigned to domainALPHAAUFNR
DEAKTDeactivation date DEAKTDATS8DATUM
VMGLIProperty classification key VMGLICHAR4Assigned to domainALPHAVMGLI
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
INVNRInventory number INVNRCHAR25INVNR_ANLA
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C

Key field Non-key field



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

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

How to access SAP table TXW_ANLA

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