N2VD_NOTE SAP (IS-H*MED PD: Attribute Structure of Progress Entry) Structure details

Dictionary Type: Structure
Description: IS-H*MED PD: Attribute Structure of Progress Entry




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




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

N2VD_NOTE 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 "IS-H*MED PD: Attribute Structure of Progress Entry" 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_N2VD_NOTE TYPE N2VD_NOTE.

The N2VD_NOTE table consists of various fields, each holding specific information or linking keys about IS-H*MED PD: Attribute Structure of Progress Entry data available in SAP. These include DESCR (PD:Short Description), ADDED_NOTE (PD: Supplement Indicator for an Entry), RESP (Employee Responsible), DOC_UNIT (Documenting Organizational 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP N2VD_NOTE 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
STATUSPD: Status N2VD_STATUSCHAR2VDSTAN2VD_STATUS
DESCRPD:Short Description N2VD_ITEMDESCRCHAR64N2VD_ITEMDESCR
ADDED_NOTEPD: Supplement Indicator for an Entry N2VD_ADDED_NOTECHAR1N2VD_FLAG
RESPEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
DOC_UNITDocumenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
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 structure N2VD_NOTE using ABAP code?

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

How to access SAP table N2VD_NOTE

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