FCOM_S_EQM_VIEW_DATA_EXP SAP (Transfer Structure in Equipment Monitor) Structure details

Dictionary Type: Structure
Description: Transfer Structure in Equipment Monitor




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




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

FCOM_S_EQM_VIEW_DATA_EXP 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 "Transfer Structure in Equipment Monitor" 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_FCOM_S_EQM_VIEW_DATA_EXP TYPE FCOM_S_EQM_VIEW_DATA_EXP.

The FCOM_S_EQM_VIEW_DATA_EXP table consists of various fields, each holding specific information or linking keys about Transfer Structure in Equipment Monitor data available in SAP. These include PAST (Assignment Exists in Past for express planning), CLASS (Class), ANLKL (Asset Class), EQTYP (Equipment category).. 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 FCOM_S_EQM_VIEW_DATA_EXP 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
INDEX_EQMIndex for Equipment Monitor FCOM_INDEX_EQMINT410FCOM_INDEX_EQM
PASTAssignment Exists in Past for express planning FCOM_PAST_EXPSTRG256
CLASSClass FCOM_CLASSCHAR8FCOM_CLASS
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
EQTYPEquipment category EQTYPCHAR1Assigned to domainEQTYPEQT
LEIHGObject on Loan FCOM_LEIHGCHAR4Assigned to domainSUBTY_591A
CL_DESCClass Description FCOM_CL_DESCCHAR38FCOM_CL_DESC
TXK20Short Text for Asset Class Name TXT20_ANKTCHAR20TEXT20
TYPTXTechnical type text TYPTXCHAR30TEXT30
LEIHG_TEXTName of Subtype SBTTXCHAR40TEXT40
OBJIDObject ID FCOM_OBJIDCHAR20FCOM_OBJID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTCompany Code Name FCOM_BUTXTCHAR29FCOM_BUTXT
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
LOBNRID of Object on Loan FCOM_LOBNRCHAR20FCOM_ANLNR
KTXShort Text FCOM_KTXCHAR92FCOM_KTX
TXT50Asset description TXA50_ANLTCHAR50TEXT50
EQKTXDescription of technical object KTX01CHAR40TEXT40
TEXT1Line from Infotype Text Module FCOM_ITXTZCHAR72TEXT72
STORTLocation FCOM_STORTCHAR52FCOM_STORT
RAUMNRRoom RAUMNRCHAR8CHAR8
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KTXTDescription of Cost Center FCOM_KTXTCHAR33FCOM_KTXT
AP_PERIODAssignment Period FCOM_AP_PERIODCHAR23FCOM_AP_PERIOD
PERNRPersonnel Number FCOM_PERNRCHAR12FCOM_PERNR
ENAMEEmployee FCOM_ENAMECHAR52TEXT52
AFAYDepreciation for Year FCOM_AFAYCHAR22FCOM_ANLKWERT
AFAPCDepreciation in % FCOM_AFAPCDEC8(2) FCOM_AFAPC
LFD_BCHWRTCurrent Book Value of Asset FCOM_LFD_BCHWRTCHAR22FCOM_ANLKWERT
ANSW_LFDCurrent Acquisition Value FCOM_ANSW_LFDCHAR22FCOM_ANLKWERT
AA_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REPL_DATReplacement Date FCOM_REPL_DATDATS8DATS
IH_COSTSRepairs FCOM_IH_COSTSCHAR27FCOM_COSTS
IO_COSTSTotal Costs FCOM_IO_COSTSCHAR27FCOM_COSTS
CO_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ORGEH_EMOrganizational Unit FCOM_ORGEH_EMCHAR51FCOM_ORGEH
ORGEH_CCOrganizational Unit FCOM_ORGEH_CCCHAR51FCOM_ORGEH
USER01User Field 1 FCOM_USER01CHAR255FCOM_USERFIELD
USER02User Field 2 FCOM_USER02CHAR255FCOM_USERFIELD
USER03User Field 3 FCOM_USER03CHAR255FCOM_USERFIELD
USER04User Field 4 FCOM_USER04CHAR255FCOM_USERFIELD
USER05User Field 5 FCOM_USER05CHAR255FCOM_USERFIELD
CONSISTENCYData consistency FCOM_EQUI_ICONSTRG0
TOOLTIP_CONSData consistency FCOM_EQUI_ICONSTRG0

Key field Non-key field



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

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

How to access SAP table FCOM_S_EQM_VIEW_DATA_EXP

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