N2V_VDNOTE_CTX SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N2V_VDNOTE_CTX is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The N2V_VDNOTE_CTX table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include NOTEKEY (PD: PD Key), VDKEY (PD: PD Key), TYPE (PD: PD Type), RANK (PD: Rank of 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP N2V_VDNOTE_CTX table view 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 MANDTCLNT3MANDT
NOTEKEYPD: PD Key N2VD_KEYCHAR20N2VDNOTEALPHAN2VD_KEY
VDKEYPD: PD Key N2VD_KEYCHAR20N2VDALPHAN2VD_KEY
TYPEPD: PD Type N2VD_VDTYPECHAR10TN2VDTYPEN2VD_TYPE
RANKPD: Rank of an Entry N2VD_RANKINT13N2VD_RANK
CONTEXTIDPD: Context Code N2VD_CONTEXTIDCHAR10N2VD_CONTEXTID
INSTITUTIONInstitution EINRICHAR4ALPHAEINRIEIN
CASEIDIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
MOVEMENTIDIS-H: Sequence Number of Movement LFDBEWNUMC5NBEWLFDBEW
SERVICEIDIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
DOKARDocument Type N2_DOKARTCHAR3DOKARCV2N2DOC_DOKAR
DOKNRDocument number DOKNRCHAR25ALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
REFERENCE1Reference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
SCHEDULE_IDPatient Pathway Key N2GL_TM_IDCHAR32SYSUUID_C
STEP_IDStep Key N2GL_STEP_IDCHAR32SYSUUID_C
STEPNOTE_CATCategory ID of Note N2GL_NOTECAT_IDCHAR3TN2GL_NOTECATN2GL_NOTECAT_ID
REFERENCE2UUID in character form SYSUUID_CCHAR32SYSUUID_C
REFERENCE3UUID in character form SYSUUID_CCHAR32SYSUUID_C
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
CANCEL_CAUSEReason for Canceling Medical Object N1STOIDCHAR3N1STOID
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 N2V_VDNOTE_CTX using ABAP code

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

SELECT SINGLE *
FROM N2V_VDNOTE_CTX
INTO CORRESPONDING FIELDS OF WA_N2V_VDNOTE_CTX
WHERE...

How to access SAP table N2V_VDNOTE_CTX

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