NMSEP SAP (IS-H MM: Material Catalog Items) Table details

Dictionary Type: Table
Description: IS-H MM: Material Catalog Items




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




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

NMSEP is a standard SAP Table which is used to store IS-H MM: Material Catalog Items data and is available within R/3 SAP systems depending on the version and release level.

The NMSEP table consists of various fields, each holding specific information or linking keys about IS-H MM: Material Catalog Items data available in SAP. These include SETID (IS-H MM: Identification of a material set), MATNR (IS-H: Material Number for Material Requisition), WERKS (Plant), MENGE (Material Quantity in Order Unit).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP NMSEP table 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
MANDTClient MANDTCLNT3T000MANDT
SETIDIS-H MM: Identification of a material set ISH_MSETIDCHAR8NMSETISH_MSETID
MATNRIS-H: Material Number for Material Requisition ISH_MMATNRCHAR18MARCMATN1MATNR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MENGEMaterial Quantity in Order Unit ISH_MBSMNGQUAN15(3) MENGV8
MEINSIS-H MM: Order Unit of Material ISH_MBMEINUNIT3T006CUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table NMSEP using ABAP code

The following ABAP code Example will allow you to do a basic selection on NMSEP to SELECT all data from the table
DATA: WA_NMSEP TYPE NMSEP.

SELECT SINGLE *
FROM NMSEP
INTO CORRESPONDING FIELDS OF WA_NMSEP
WHERE...

How to access SAP table NMSEP

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