ANLA0 SAP (Intro. Table Logical Database ADA) Structure details

Dictionary Type: Structure
Description: Intro. Table Logical Database ADA




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




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

ANLA0 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 "Intro. Table Logical Database ADA" 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_ANLA0 TYPE ANLA0.

The ANLA0 table consists of various fields, each holding specific information or linking keys about Intro. Table Logical Database ADA data available in SAP. These include XVERS (Insurance data indicator), XVERM (Property list indicator), XCHCK (Indicator for completion check of hist. sheet version), XKOST (Indicator for read cost center data).. 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 ANLA0 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
XEPOSIndicator for transaction list: line items desired XEPOSCHAR1XFELD
XVERSInsurance data indicator XVERSCHAR1XFELD
XVERMProperty list indicator XVERMCHAR1XFELD
XCHCKIndicator for completion check of hist. sheet version XCHECKCHAR1XFELD
XKOSTIndicator for read cost center data XKOSTCHAR1XFELD
XBILVBalance sheet version indicator XBILVCHAR1XFELD
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SIMVARSimulation version for AM reporting SIMVARCHAR2Assigned to domainSIMVAR
XJHRFTIndividual display future years (reporting) XJHRFTCHAR1XFELD
XALOEVIndicator: Select assets with deletion flag XALOEVCHAR1XFELD
XAKPLIndicator for reporting on group asset and its assets XAKPLCHAR1XAKPL
XGPLASimulate up to planned retirement date XGPLACHAR1XFELD
XHISTIndicator: Historical management XHISTCHAR1XFELD
XANLP'ANLP records read' indicator XANLPCHAR1CHAR1
XGBAFFIAA: Reporting, posted as opposed to planned depreciation XGBAFCHAR1XFELD
XNODBSNo totalling in database for totals report XNODBSCHAR1XFELD
XCALCProgram-specific call AFAR XCALCCHAR1XFELD
XNOAFABENo area data required XNOAFABECHAR1XFELD
NOANLCNo ANLC required AM_NOANLCCHAR1XFELD
XNOCHECKNo check of the report date wanted AM_NOCHECKCHAR1XFLAG
SELFIELD_STRUCTURE1Structure name of user structure for reports USERSTRUCTNAMECHAR30DDOBJNAME
SELFIELD_STRUCTURE2Structure name of user structure for reports USERSTRUCTNAMECHAR30DDOBJNAME
XNOINVMInd: Do not select AuC belonging to inv. measure XNOINVMCHAR1XFELD
XFI_DOCIndicator: Determine FI Document XFI_DOCCHAR1XFELD
XSEL_BZDATSelect by Asset Value Date XSEL_BZDATCHAR1XFELD
XPROJ_READRead Project Information from POSNR/PS_PSP_PNR2 XPROJ_READCHAR1BOOLEAN
XSEGM_REPSegment and Profit Center Reporting Active XSEGM_REPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ANLA0

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