N2VDI_DICTAT_CTX SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N2VDI_DICTAT_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 N2VDI_DICTAT_CTX table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include DICTAT_ID (Dictation ID), CONTEXT_ID (Context ID), PRIORITY (Dictation Priority), DICTAT_STATE (Dictation Status).. 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 N2VDI_DICTAT_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
DICTAT_IDDictation ID N2DI_IDCHAR32SYSUUID_C
CONTEXT_IDContext ID N2DI_CONTEXT_IDCHAR32N2DI_CONTEXTSYSUUID_C
PRIORITYDictation Priority N2DI_PRIORITYNUMC2
DICTAT_STATEDictation Status N2DI_DICTAT_STATECHAR2N2DI_DICTAT_STATE
DESCRIPTIONTitle of Dication N2DI_DICTAT_DESCCHAR60N2DI_DESCR
EXPIRATION_DATEExpiry Date of Dictation N2DI_EXPIRED_DATEDATS8
CREATE_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
CREATE_DATEIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
CREATE_TIMEIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
CHANGE_USERIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
CHANGE_DATEIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
CHANGE_TIMEIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
DELETE_USERUser Who Deleted Record RI_LOUSRCHAR12USNAM
DELETE_DATEDate of Deletion RI_LODATDATS8RI_DATUM
DELETE_TIMEDeletion Time RI_LOTIMTIMS6UHRZT
CONTEXT_TYPEClass Name of Context Type N2DI_CONTEXT_TYPECHAR30SEOCLSNAME
BUSINESS_KEYSerialized i.s.h.med. Object Key N2DI_BUSINESS_KEYSSTR255
DELETEDDeletion Flag/Indicator RI_LOEKZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2VDI_DICTAT_CTX
INTO CORRESPONDING FIELDS OF WA_N2VDI_DICTAT_CTX
WHERE...

How to access SAP table N2VDI_DICTAT_CTX

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