REEXC_ASSET_CLASS_X SAP (Asset Classes in Asset Accounting and Addit. Fields (ANKA/) Structure details

Dictionary Type: Structure
Description: Asset Classes in Asset Accounting and Addit. Fields (ANKA/




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




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

REEXC_ASSET_CLASS_X 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 Classes in Asset Accounting and Addit. Fields (ANKA/" 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_REEXC_ASSET_CLASS_X TYPE REEXC_ASSET_CLASS_X.

The REEXC_ASSET_CLASS_X table consists of various fields, each holding specific information or linking keys about Asset Classes in Asset Accounting and Addit. Fields (ANKA/ data available in SAP. These include MANDT (Client), ANLKL (Asset Class), ERNAM (Name of Person who Created the Object), ERDAT (Date on Which Record Was Created).. 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 REEXC_ASSET_CLASS_X 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
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
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
XLOEVInd.: Asseet class marked for deletion XLOEV_ANKACHAR1XFELD
XSPEAIndicator: Asset class is blocked XSPEA_ANKACHAR1XFELD
XOPVWAsset under construct. with line item settlement OPVWACHAR1XFELD
NUMKRNumber range NUMKRCHAR2CHAR2
KTOGRAccount determination KTOGRCHAR8T095AALPHAKTOGR
ANKARLayout set name for asset history ANKARCHAR16TDFORMNEW
FELEIScreen layout for Asset Accounting FELEICHAR4T082AFELEI
BEGRUAuthorization Group BEGRUCHAR4BEGRU
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3TZUNZUAWA
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
ANEQKIndicator: Historical management ANEQKNUMC1ANEQK
ANEQSCompleteness indicator for the asset ANEQSNUMC1ANEQS
MACKZMatchcode indicator MACKZCHAR1MACKZ
LAND1Asset's country of origin AM_LAND1CHAR3T005LAND1
LIFNRAccount number of vendor (other key word) AM_LIFNRCHAR10LFA1ALPHALIFNRLIF
LIEFEName of asset supplier LIEFECHAR30TEXT30
ANLUEAsset super number ANLUECHAR12T087UANLUEH_T087U
EIGKZProperty indicator EIGKZCHAR1T097EIGKZ
VMGLIProperty classification key VMGLICHAR4T092ALPHAVMGLI
XVRMWManual net worth tax value XVRMWCHAR1XFELD
INVSLInvestment support key INVSLCHAR2Assigned to domainINVSL
ORD41Evaluation group 1 ORD41CHAR4T087ORD4X
ORD42Evaluation group 2 ORD42CHAR4T087ORD4X
ORD43Evaluation group 3 ORD43CHAR4T087ORD4X
ORD44Evaluation group 4 ORD44CHAR4T087ORD4X
IZWEKReason for investment IZWEKCHAR2T087IIZWEK
HERSTManufacturer of asset HERSTCHAR30TEXT30
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
FEINSArea unit FEINSUNIT3T006CUNITMEINSFEH
INKENInventory indicator INKENCHAR1XFELD
FIAMTLocal tax office FIAMTCHAR25TEXT25
STADTMunicipality ORT01_ANLACHAR25TEXT25
ANLTPAsset Category ANLTPNUMC1ANLTP
XUNTVExternal/internal asset subnumber assignment XUNTVCHAR1XFELD
XAKTIVIndicator: Capitalize fixed asset XAKTIVCHAR1XFELD
LEAFILeasing company LEAFICHAR10Assigned to domainALPHALIFNR
LEJARLength of lease in years LEJARNUMC3JARAF
LEPERLength of lease in periods LEPERNUMC3PERAF
LRYTHLease payment cycle LRYTHNUMC3PERAF
LMZINLeasing monthly interest rate (Capital Lease) LMZINDEC7(4) AFPROZ
LEANZNumber of lease payments LEANZDEC5DEC5
LETXTLeasing data text LETXTCHAR50TEXT50
AIMMOIndicator: real estate AIMMONUMC1AIMMO
GDLGRPEvaluation group 5 GDLGRPCHAR8T087GGDLGRP
XERWRTIndicator: Ignore memo value XERWRTCHAR1XFELD
XANLGRIndicator: asset class managed as group asset XANLGRCHAR1XFELD
XINVMAsset under Construction for Investment Measures IM_XINVMCHAR1XFELD
LEARTLeasing type LEARTCHAR2T083LLEASART
ABGSLCapitalization Key for Investment Measure IM_ABGR_SLCHAR6TKKAAABGR_SCHLACS
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TXK20Short Text for Asset Class Name TXT20_ANKTCHAR20TEXT20
TXK50Asset class description TXT50_ANKTCHAR50TEXT50
TXT50Asset description TXA50_ANLTCHAR50TEXT50
TXA50Asset description TXA50_ANLTCHAR50TEXT50
XLTXIDIndicator: Long text active XLTXIDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table REEXC_ASSET_CLASS_X

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