SAP MSAM10_TEMPLATE_HEADER Header Data for Template equipment or Functional Location Table data and field list

MSAM10_TEMPLATE_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 Template equipment or Functional Location" 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_TEMPLATE_HEADER TYPE MSAM10_TEMPLATE_HEADER.

The MSAM10_TEMPLATE_HEADER table consists of various fields, each holding specific information or linking keys about Header Data for Template equipment or Functional Location data available in SAP. These include LVORM (Deletion Indicator), LAGER (Storage Location), CHARGE (Batch Number), KUNDE (Customer to Whom Serial Number was Delivered)... 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_TEMPLATE_HEADER structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP MSAM10_TEMPLATE_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_TEMPLATE_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
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
LVORMDeletion Indicator LVORMCHAR1XFELD
LAGERStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGEBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
KUNDECustomer to Whom Serial Number was Delivered KUNDSECHAR10Assigned to domainALPHAKUNNR
IMRC_POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
MANPARNOManufacturer part number MAPARCHAR30MAPAR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KZLTXLong Text Indicator KZLTACHAR1XFELD
TPLKZFunctional location structure indicator TPLKZCHAR5Assigned to domainTPLKZISR
FLTYPFunctional location category FLTYPCHAR1Assigned to domainFLTYPIFT
TPLMASuperior functional location TPLMACHAR30Assigned to domainTPLNRTPLNRIFLM
TPLMA_DISPFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
CR_OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
PPSIDObject ID of PP work center PPSIDNUMC8Assigned to domainCR_OBJID
PPSIDIData origin for PP work center field INH_PPSIDICHAR1INHER
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
HEQUI_SHTXTDescription of technical object KTX01CHAR40TEXT40
TPLNR_SHTXTDescription of technical object KTX01CHAR40TEXT40
TPLMA_SHTXTDescription of technical object KTX01CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table MSAM10_TEMPLATE_HEADER

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