HRMSS_D_NOTES SAP (Notes in ESS/MSS) Table details

Dictionary Type: Table
Description: Notes in ESS/MSS




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




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

HRMSS_D_NOTES is a standard SAP Table which is used to store Notes in ESS/MSS data and is available within R/3 SAP systems depending on the version and release level.

The HRMSS_D_NOTES table consists of various fields, each holding specific information or linking keys about Notes in ESS/MSS data available in SAP. These include NOTE_ID (), E_PERNR (Personnel number), M_PERNR (Personnel number), NOTE_TEXT ().. 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 (Deep)


SAP HRMSS_D_NOTES 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 MANDTCLNT3Assigned to domainMANDT
NOTE_ID 0
E_PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
M_PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
NOTE_TEXT 0
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
CREATED_ON Created On0
THUMBS_UPBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
THUMBS_DOWNBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
TAGS 0
NOTE_TITLE 0
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ATTACHMENT_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
ATTACHMENT_NAME Name of the attachment0

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRMSS_D_NOTES
INTO CORRESPONDING FIELDS OF WA_HRMSS_D_NOTES
WHERE...

How to access SAP table HRMSS_D_NOTES

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