ESO_S_ERP_EQUIPMENT SAP (Enterprise Search Header-Level Information for Equipment) Structure details

Dictionary Type: Structure
Description: Enterprise Search Header-Level Information for Equipment




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




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

ESO_S_ERP_EQUIPMENT 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 "Enterprise Search Header-Level Information for Equipment" 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_ESO_S_ERP_EQUIPMENT TYPE ESO_S_ERP_EQUIPMENT.

The ESO_S_ERP_EQUIPMENT table consists of various fields, each holding specific information or linking keys about Enterprise Search Header-Level Information for Equipment data available in SAP. These include SERNR (Serial Number), MATNR (Material Number), EQTYP (Equipment category), HERST (Manufacturer of asset).. 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 ESO_S_ERP_EQUIPMENT 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EQTYPEquipment category EQTYPCHAR1Assigned to domainEQTYPEQT
HERSTManufacturer of asset HERSTCHAR30TEXT30
SERGEManufacturer serial number SERGECHAR30CHAR30
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
EQUNR_EXTEquipment number EQUNR_TREXCHAR18EQNEQUI
MATNR_EXTExternal Long Material Number MATNR_TREXCHAR40
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
GROESSize/dimension GROSSCHAR18GROES
ELIEFVendor number ELIEFCHAR10Assigned to domainALPHALIFNR
ELIEF_EXTAccount Number of Vendor LIFNR_EXTCHAR10
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
GERNRSerial Number GERNRCHAR18GERNRGERNRSER
EQBERTechnical information, intended for SAP internal use EQBERCHAR30CHAR30
KMATNConfigurable Material KMATNCHAR18Assigned to domainMATN1MATNRMAT1
KMATN_EXTExternal Long Material Number MATNR_TREXCHAR40
IMRC_POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
MGANRMaster warranty number MGANRCHAR20Assigned to domainALPHAMGANRGAM
MGANR_EXTChar 20 CHAR20CHAR20CHAR20
SERNR_EXTExternal representation for Serial number GERNR_EXTCHAR18
DOCLINK_DOKOBLinked SAP Object DOKOBCHAR10Assigned to domainDOKOB
DOCLINK_OBJKYDocument management object key OBJKYCHAR50CHAR50
UIIUnique Item Identifier UII_CHAR72CHAR72UII_CHAR72UIIH_UII
PRTKZObject Is a Production Resource/Tool EAMWS_PRTKZCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ESO_S_ERP_EQUIPMENT

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