N2DI_RECORD SAP (Administration Data of Speech Recording) Table details

Dictionary Type: Table
Description: Administration Data of Speech Recording




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




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

N2DI_RECORD is a standard SAP Table which is used to store Administration Data of Speech Recording data and is available within R/3 SAP systems depending on the version and release level.

The N2DI_RECORD table consists of various fields, each holding specific information or linking keys about Administration Data of Speech Recording data available in SAP. These include RECORD_ID (Recording ID), DICTAT_ID (Dictation ID), SYSTEM_ID (Dictation System ID), RECSTATE (Recording 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N2DI_RECORD 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
RECORD_IDRecording ID N2DI_REC_IDCHAR32SYSUUID_C
DICTAT_IDDictation ID N2DI_IDCHAR32N2DI_DICTATSYSUUID_C
SYSTEM_IDDictation System ID N2DI_SYSTEM_IDCHAR30TN2DI_SYSTEMN2DI_SYSTEM_ID
RECSTATERecording Status N2DI_RECORD_STATECHAR3N2DI_RECORD_STATE
RECTYPERecording Type N2DI_RECORD_TYPECHAR2N2DI_RECORD_TYPE
DESCRIPTIONTitle of Dication N2DI_DICTAT_DESCCHAR60N2DI_DESCR
DURATIONRecording Length (secs) N2DI_RECORD_LENGTHNUMC10
AUTHORAuthor of Speech Recording N2DI_AUTHORCHAR10Assigned to domainALPHARI_KUNNR
TYPISTClerk N2DI_TYPISTCHAR10Assigned to domainALPHARI_KUNNR
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
DELETEDDeletion Flag/Indicator RI_LOEKZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2DI_RECORD
INTO CORRESPONDING FIELDS OF WA_N2DI_RECORD
WHERE...

How to access SAP table N2DI_RECORD

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