SAP MSAM10_EQUIP_HEADER Header Data for Equipment Table data and field list

MSAM10_EQUIP_HEADER 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 "Header Data 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_MSAM10_EQUIP_HEADER TYPE MSAM10_EQUIP_HEADER.

The MSAM10_EQUIP_HEADER table consists of various fields, each holding specific information or linking keys about Header Data for Equipment data available in SAP. These include TEMP_EQUI (Equipment Number), TPLNR (Functional Location), FUNCLOC_DISP (Functional Location Label), BEGRU (Technical object authorization group)... 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. .

MSAM10_EQUIP_HEADER structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP MSAM10_EQUIP_HEADER structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the MSAM10_EQUIP_HEADER table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TEMP_EQUIEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
FUNCLOC_DISPFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
EQTYPEquipment category EQTYPCHAR1Assigned to domainEQTYPEQT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SUBMTConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
HEQUISuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
TIDNRTechnical identification number TIDNRCHAR25TIDNR
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
WKCTRObject ID of the Work Center LGWIDNUMC8Assigned to domainCR_OBJID
SHTXTDescription of technical object KTX01CHAR40TEXT40
EQFNRSort field EQFNRCHAR30CHAR30
XA_STAT_PROFStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
NAME1Name 1 AD_NAME1CHAR40TEXT40
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
ENHANCEMENT_FLAGEnhancement for This Object Active ALM_ME_ENHANCEMENT_FLAGCHAR1CHAR01
TOB_SORTNOSort Number for Free Sorting ALM_ME_SORTNONUMC4NUMC4
LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
ALTITUDEGeo location height GEOALTDEC9(3) GEOALT
SRCIDGeo location data source ID/Geocoder ID GEOSRCIDCHAR4CHAR4
PRECISIDPrecision (street, postal code, ...) of a Geo location GEOPRECISNUMC4D_GEOPREC
EQUIPMENT_DISPLAYEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
FUNCLOC_DISPLAYFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
MANFACTUREManufacturer of asset HERSTCHAR30TEXT30
MANCOUNTRYCountry of manufacture HERLDCHAR3Assigned to domainLAND1
MANMODELManufacturer model number TYPBZCHAR20TYPBZ
CONSTYEARYear of construction BAUJJCHAR4GJAHRCJAHR
CONSTMONTHMonth of construction BAUMMCHAR2BAUMM
MANPARNOManufacturer part number MAPARCHAR30MAPAR
MANSERNOManufacturer serial number SERGECHAR30CHAR30
ABCINDICABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
SORTFIELDSort field EQFNRCHAR30CHAR30
OBJ_WEIGHTWeight of object OBJ_WEIGHTQUAN13(3) MENG13
OBJ_SIZESize/dimension GROSSCHAR18GROES
INVENTORYInventory number INVNRCHAR25INVNR_ANLA
START_FROMStart-up Date of the Technical Object ILOM_DATABDATS8DATUM
GEWEIUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
TEMP_EQ_PROFILETemplate equipment profile ALM_TEMP_EQ_PROFILECHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table MSAM10_EQUIP_HEADER

Within an ECC or HANA version of SAP you can also view further information about MSAM10_EQUIP_HEADER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).