BIW_ASSET SAP (Asset Master Record at Given Date (ANLZ and ANLA)) Structure details

Dictionary Type: Structure
Description: Asset Master Record at Given Date (ANLZ and ANLA)




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




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

BIW_ASSET 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 Record at Given Date (ANLZ and ANLA)" 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_BIW_ASSET TYPE BIW_ASSET.

The BIW_ASSET table consists of various fields, each holding specific information or linking keys about Asset Master Record at Given Date (ANLZ and ANLA) data available in SAP. These include BUKRS (Company Code), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber), DATETO (Date validity ends).. 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 or numeric)


SAP BIW_ASSET 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
DATETODate validity ends BDATUDATS8DATUM
DATEFROMDate for beginning of validity ADATUDATS8DATUMADT
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CAUFNInternal order CAUFNCHAR12Assigned to domainALPHAAUFNR
GPLABPlanned retirement date GPLABDATS8DATUM
AKTIVAsset capitalization date AKTIVDDATS8DATUM
ZUPERPeriod in which first acquisition was posted DZUPERNUMC3POPER
ZUJHRFiscal year in which first acquisition was posted DZUJAHRNUMC4GJAHRGJAHR
ORD41Evaluation group 1 ORD41CHAR4Assigned to domainORD4X
ORD42Evaluation group 2 ORD42CHAR4Assigned to domainORD4X
ORD43Evaluation group 3 ORD43CHAR4Assigned to domainORD4X
ORD44Evaluation group 4 ORD44CHAR4Assigned to domainORD4X
ANLUEAsset super number ANLUECHAR12Assigned to domainANLUEH_T087U
EAUFNInvestment Order AM_AUFNRCHAR12Assigned to domainALPHAAUFNR
GDLGRPEvaluation group 5 GDLGRPCHAR8Assigned to domainGDLGRP
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
STORTAsset location STORTCHAR10Assigned to domainAP_STAND
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
KOSTLVCost center responsible for asset KOSTLVCHAR10Assigned to domainALPHAKOSTL
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GEBER2Fund for APC Account Assignments BP_GEBER2CHAR10Assigned to domainBP_GEBERFIC
FKBER2Functional Area for APC Account Assignments FKBER2CHAR16Assigned to domainFKBERFBE
GRANT_NBR2Grant for APC Account Assignments GM_GRANT_NBR2CHAR20ALPHAGM_GRANT_NBR
FISTL2Funds Center for APC Account Assignments FISTL2CHAR16Assigned to domainFISTLFIS
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
PS_PSP_PNR2WBS Element (Costs) PS_PSP_PNR2NUMC8Assigned to domainABPSPPS_POSNR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
BUDGET_PD2Budget Period for APC Account Assignments FM_BUDGET_PERIOD2CHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
DEAKTDeactivation date DEAKTDATS8DATUM
INKENInventory indicator INKENCHAR1XFELD
ZUGDTAsset value date of the first posting DZUGDATDATS8DATUM
ERGSOAA: Balance sheet item (debit) AM_ERGSOCHAR10ERGSL
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
KTOGRAccount determination KTOGRCHAR8Assigned to domainALPHAKTOGR

Key field Non-key field



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

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

How to access SAP table BIW_ASSET

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