FAA_S_ASSETCLASS_ERP SAP (Communication Structure of Asset Class in ERP) Structure details

Dictionary Type: Structure
Description: Communication Structure of Asset Class in ERP




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




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

FAA_S_ASSETCLASS_ERP 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 "Communication Structure of Asset Class in ERP" 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_FAA_S_ASSETCLASS_ERP TYPE FAA_S_ASSETCLASS_ERP.

The FAA_S_ASSETCLASS_ERP table consists of various fields, each holding specific information or linking keys about Communication Structure of Asset Class in ERP data available in SAP. These include EXTRNL_SUBNUMBER (External/internal asset subnumber assignment), FLD_LAYOUT (Screen layout for Asset Accounting), HISTORY (Asset is managed historically), IS_INVSTMNT_MSR (Asset under Construction for Investment Measures).. 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: Cannot Be Enhanced


SAP FAA_S_ASSETCLASS_ERP 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
EXTRNL_SUBNUMBERExternal/internal asset subnumber assignment XUNTVCHAR1XFELD
FLD_LAYOUTScreen layout for Asset Accounting FELEICHAR4Assigned to domainFELEI
HISTORYAsset is managed historically XHIST_AMCHAR1XFELD
IS_INVSTMNT_MSRAsset under Construction for Investment Measures IM_XINVMCHAR1XFELD
LINE_ITEM_SETTLAsset under construct. with line item settlement OPVWACHAR1XFELD
REAL_ESTATEIndicator: real estate AIMMONUMC1AIMMO
INCL_IN_INV_LISTInventory indicator INKENCHAR1XFELD
CAP_KEYResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
EVALGROUP1Evaluation group 1 ORD41CHAR4Assigned to domainORD4X
EVALGROUP2Evaluation group 2 ORD42CHAR4Assigned to domainORD4X
EVALGROUP3Evaluation group 3 ORD43CHAR4Assigned to domainORD4X
EVALGROUP4Evaluation group 4 ORD44CHAR4Assigned to domainORD4X
EVALGROUP5Evaluation group 5 GDLGRPCHAR8Assigned to domainGDLGRP
INV_REASONReason for investment IZWEKCHAR2Assigned to domainIZWEK
ENVIR_INVESTReason for environmental investment BF_AM_UMWKZCHAR5BF_AM_UMWKZ
ASSETSUPNOAsset super number ANLUECHAR12Assigned to domainANLUEH_T087U
CLASS_KEYProperty classification key VMGLICHAR4Assigned to domainALPHAVMGLI
PROP_INDProperty indicator EIGKZCHAR1Assigned to domainEIGKZ
MAN_PROP_VAL_INDManual net worth tax value XVRMWCHAR1XFELD
COMPANYLeasing company LEAFICHAR10Assigned to domainALPHALIFNR
LNGTH_YRSLength of lease in years LEJARNUMC3JARAF
LNGTH_PRDSLength of lease in periods LEPERNUMC3PERAF
TEXTLeasing data text LETXTCHAR50TEXT50
NO_PAYMNTSNumber of lease payments LEANZDEC5DEC5
CYCLELease payment cycle LRYTHNUMC3PERAF

Key field Non-key field



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

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

How to access SAP table FAA_S_ASSETCLASS_ERP

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