N2VDNOTE SAP (IS-H*MED PD: Progress Entry) Table details

Dictionary Type: Table
Description: IS-H*MED PD: Progress Entry




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




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

N2VDNOTE is a standard SAP Table which is used to store IS-H*MED PD: Progress Entry data and is available within R/3 SAP systems depending on the version and release level.

The N2VDNOTE table consists of various fields, each holding specific information or linking keys about IS-H*MED PD: Progress Entry data available in SAP. These include NOTEKEY (PD: PD Key), STATUS (PD: Status), DESCR (PD:Short Description), ADDED_NOTE (PD: Supplement Indicator for an Entry).. 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 N2VDNOTE 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
NOTEKEYPD: PD Key N2VD_KEYCHAR20Assigned to domainALPHAN2VD_KEY
STATUSPD: Status N2VD_STATUSCHAR2VDSTAN2VD_STATUS
DESCRPD:Short Description N2VD_ITEMDESCRCHAR64N2VD_ITEMDESCR
ADDED_NOTEPD: Supplement Indicator for an Entry N2VD_ADDED_NOTECHAR1N2VD_FLAG
RESPEmployee Responsible N1MITARBCHAR10NGPAALPHARI_KUNNRVMA
DOC_UNITDocumenting Organizational Unit ORGDOCHAR8NORGALPHAORGIDOED
ACTION_DATEPD: Reference Date N2VD_ACTION_DATEDATS8N2VD_DATE
ACTION_TIMEPD: Reference Time N2VD_ACTION_TIMETIMS6N2VD_TIME
CANCELLEDIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
CANCEL_USRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
CANCEL_DATEDate of Cancellation STORN_DATDATS8RI_DATUM
INSTITUTIONInstitution EINRICHAR4TN01ALPHAEINRIEIN
CANCEL_CAUSEReason for Canceling Medical Object N1STOIDCHAR3N1STGRN1STOID
N8CRUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
N8CRDATEIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
N8CRTIMEIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
N8UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
N8UPDATEIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
N8UPTIMEIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
N8DLFLAGDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
N8DLUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
N8DLDATEDate of Deletion RI_LODATDATS8RI_DATUM
N8DLTIMEDeletion Time RI_LOTIMTIMS6UHRZT
DOC_UNIT2PD: Documenting Org. Unit 2 N2VD_DOC_OU2CHAR8NORGALPHAORGID
CHART_RELEVANT'Display Note in Chart' Indicator N2VD_CHART_RELEVANTCHAR1N2VD_CHART_RELEVANT
OCCUP_GROUPOccupational Group N2VD_OCC_GROUPCHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2VDNOTE
INTO CORRESPONDING FIELDS OF WA_N2VDNOTE
WHERE...

How to access SAP table N2VDNOTE

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