MSAM_MO_MASTER_DATA SAP (MSAM Master data) Structure details

Dictionary Type: Structure
Description: MSAM Master data




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




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

MSAM_MO_MASTER_DATA 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 "MSAM Master data" 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_MSAM_MO_MASTER_DATA TYPE MSAM_MO_MASTER_DATA.

The MSAM_MO_MASTER_DATA table consists of various fields, each holding specific information or linking keys about MSAM Master data data available in SAP. These include MEAS_NO_DOCS (Number of Documents from History), MEA_COMP_DWNLOAD (Enable complete download), MEA_ENBLE_ATTACH (Enable attachments on the objects), MEA_MAX_ATT_SIZE (Maximum Attachment Size in KBs).. 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 MSAM_MO_MASTER_DATA 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
MEAS_SEL_VARIANTSelection Variant for Selecting Measuring Points MSAM_MO_MEASUREMNT_SEL_VARIANTCHAR14RALDB_VARI
MEAS_NO_DOCSNumber of Documents from History ALM_ME_HISTORY_NUMNUMC4NUMC04
MEA_COMP_DWNLOADEnable complete download MSAM_COMPLETE_DOWNLOADCHAR1FLAG
MEA_ENBLE_ATTACHEnable attachments on the objects MSAM_ENABLE_ATTACHMENTCHAR1FLAG
MEA_MAX_ATT_SIZEMaximum Attachment Size in KBs MSAM_MAX_ATTACHMENT_SIZENUMC4NUM04
MEA_NO_DAYS_ATTNumber of Days from History ALM_ME_HISTORY_DAYSNUMC4NUMC4
MEA_NO_DOCS_ATTNumber of Documents from History ALM_ME_HISTORY_NUMNUMC4NUMC04
PARTNER_VARIANTSelection Variants for Partner Selection MSAM_MO_PARTNER_SELECT_VARIANTCHAR14RALDB_VARI
PARTNER_CONTRACTSelect Contract Data ALM_ME_CONTRACT_DATA_SELECTCHAR1FLAG
PARTNER_CONTACTSelect Contact Person ALM_ME_CONTACT_DATA_SELECTCHAR1FLAG
PAR_COMP_DWNLOADEnable complete download MSAM_COMPLETE_DOWNLOADCHAR1FLAG
PAR_ENBLE_ATTACHEnable attachments on the objects MSAM_ENABLE_ATTACHMENTCHAR1FLAG
PAR_MAX_ATT_SIZEMaximum Attachment Size in KBs MSAM_MAX_ATTACHMENT_SIZENUMC4NUM04
PAR_NO_DAYS_ATTNumber of Days from History ALM_ME_HISTORY_DAYSNUMC4NUMC4
PAR_NO_DOCS_ATTNumber of Documents from History ALM_ME_HISTORY_NUMNUMC4NUMC04
CLASS_VARIANTSelection Variants for Classification Selection MSAM_MO_CLASS_SELECT_VARIANTCHAR14RALDB_VARI
CL_COMP_DWNLOADEnable complete download MSAM_COMPLETE_DOWNLOADCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table MSAM_MO_MASTER_DATA

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