NCMOS SAP (IS-HCM: Status Table for HCM Monitor) Table details

Dictionary Type: Table
Description: IS-HCM: Status Table for HCM Monitor




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




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

NCMOS is a standard SAP Table which is used to store IS-HCM: Status Table for HCM Monitor data and is available within R/3 SAP systems depending on the version and release level.

The NCMOS table consists of various fields, each holding specific information or linking keys about IS-HCM: Status Table for HCM Monitor data available in SAP. These include FUNAM (Name of Function Module/Check Routine to Be Executed), ERDAT (IS-H: Date when Record Created), ERTIM (IS-H: Time when Data Record Created), LFDNR (IS-H: Sequence Number of Status Message Table).. 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)


SAP NCMOS 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
FUNAMName of Function Module/Check Routine to Be Executed ISHFUNAMCHAR30NCMONFUNCNAME
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
LFDNRIS-H: Sequence Number of Status Message Table NMSGLFDNRNUMC3NUMC03
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
MSGARBApplication Area ARBGBCHAR20T100AARBGBMAG
MSGTYPMessage type (E, I, W, ...) MSGTY_COCHAR1MSGTY_CO
MSGNUMMessage number MSGNRCHAR3Assigned to domainMSGNR
PAR1Message Variable SYMSGVCHAR50SYCHAR50
PAR2Message Variable SYMSGVCHAR50SYCHAR50
PAR3Message Variable SYMSGVCHAR50SYCHAR50
PAR4Message Variable SYMSGVCHAR50SYCHAR50
RECEIVERRecipient Name SO_REC_NAMCHAR12USERNAME
RECESCSpecification of recipient type SO_ESCAPECHAR1SO_ESCAPE
INFORMEDIS-H: Indicator That a User was Informed About Action N_INFORMEDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM NCMOS
INTO CORRESPONDING FIELDS OF WA_NCMOS
WHERE...

How to access SAP table NCMOS

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