V_ANKB_00 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

V_ANKB_00 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_ANKB_00 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include ANLKL (Asset Class), AFAPL (Chart of depreciaton for asset valuation), AFABE (Depreciation area real or derived), BDATU (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: Not classified


SAP V_ANKB_00 table view 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 MANDTCLNT3MANDT
ANLKLAsset Class ANLKLCHAR8ANKAALPHAANLKLANKSH_ANLKA
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
AFABEDepreciation area real or derived AFABERNUMC2T093AFABE
BDATUDate validity ends BDATUDATS8DATUM
FEGTBField group table assignment FEGTBCHAR1FEGTB
XSPEBIndicator: lock asset class (chart of depreciation-specif.) XSPEB_ANKBCHAR1XFELD
FELEIScreen layout for Asset Accounting FELEICHAR4T082AFELEI
XNEGAIndicator: Negative values allowed XNEGACHAR1XFELD
XGWGKLow-value asset amount and quantity check XGWGKNUMC1XGWGK
MINDJMinimum useful life in years MINDJNUMC3JARAF
MINDPMinimum useful life in periods MINDPNUMC3PERAF
MAXDJMaximum useful life in years MAXDJNUMC3JARAF
MAXDPMaximum useful life in periods MAXDPNUMC3PERAF
AFASLDepreciation key AFASLCHAR4T090NAAFASLSH_AFASL
NDJARPlanned useful life in years NDJARNUMC3JARAF
NDPERPlanned useful life in periods NDPERNUMC3PERAF
WBINDIndex series for replacement values WBINDCHAR5T094AWBIND
ALINDIndex series for replacement values by age ALINDCHAR5T094AWBIND
APROPVariable depreciation portion APROPDEC7(4) DEC3_4
XAFBEIndicator: Depreciation area is deactivated XAFBECHAR1XFELD
ANLGRGroup asset ANLGRCHAR12ANLHALPHAANLN1AN1
AFATXTName for external depreciation key AFATXTCHAR50TEXT50
AFBKTXShort name for depreciation area AFBKTXCHAR12TEXT12
AFBTXTName of depreciation area AFBTXTCHAR50TEXT50
KTEXTDescription: Company code group for dep. calculation TEXT_AFAPLCHAR50TEXT50
VZINDW+/- Sign for revaluation VZINDWCHAR1VORZW
INDTXTIndex series names INDTXTCHAR50TEXT50
INDTXTALTIndex series names INDTXTCHAR50TEXT50
TXT30Name of screen layout rule TXT30_082HCHAR30TEXT30
XSTOREIndicator: Store real depreciation area XSTORECHAR1XFELD
PARAFBTransfer of Depreciation Terms from Depreciation Area PARAFBNUMC2T093AFABE
XINDIDIdentical depreciation terms copied XINDIDCHAR1XFELD
TXK50Asset class description TXT50_ANKTCHAR50TEXT50
ADATUDate for beginning of validity ADATUDATS8DATUMADT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged on AEDAT_ANLADATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table V_ANKB_00 using ABAP code

The following ABAP code Example will allow you to do a basic selection on V_ANKB_00 to SELECT all data from the table
DATA: WA_V_ANKB_00 TYPE V_ANKB_00.

SELECT SINGLE *
FROM V_ANKB_00
INTO CORRESPONDING FIELDS OF WA_V_ANKB_00
WHERE...

How to access SAP table V_ANKB_00

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