N2VDNOTES SAP (IS-H*MED PD: Progress Entriess (Obsolete)) Table details

Dictionary Type: Table
Description: IS-H*MED PD: Progress Entriess (Obsolete)




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




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

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

The N2VDNOTES table consists of various fields, each holding specific information or linking keys about IS-H*MED PD: Progress Entriess (Obsolete) data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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 N2VDNOTES 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
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
MUSEQRow Number in Multiple Structures MUSEQNUMC5NUM05
N8CRDATEPD: Date when Record Was Added N2VD_CRDATEDATS8N2VD_DATE
N8CRTIMEPD: Time when Record Was Added N2VD_CRTIMETIMS6N2VD_TIME
N8CRUSRPD: Name of Entering Employee N2VD_CRUSRCHAR12N2VD_USER
N8UPDATEPD: Change Date N2VD_UPDATEDATS8N2VD_DATE
N8UPTIMEPD: Item Update Time N2VD_UPTIMETIMS6N2VD_TIME
N8UPUSRPD: Item Updated by User N2VD_UPUSRCHAR12N2VD_USER
N8DLDATEPD: Item Delete Date N2VD_DLDATEDATS8N2VD_DATE
N8DLTIMEPD: Item Delete Time N2VD_DLTIMETIMS6N2VD_TIME
N8DLUSRPD: Item Deleted by User N2VD_DLUSRCHAR12N2VD_USER
N8DESCRPD:Short Description N2VD_ITEMDESCRCHAR64N2VD_ITEMDESCR
N8NOTEKEYPD: Item Key N2VD_ITEMKEYCHAR100N2VD_ITEMKEY
N8DLFLAGPD: Deletion Flag N2VD_DLFLAGCHAR1FLAG
N8STATUSPD: Status N2VD_STATUSCHAR2VDSTAN2VD_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2VDNOTES
INTO CORRESPONDING FIELDS OF WA_N2VDNOTES
WHERE...

How to access SAP table N2VDNOTES

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