N2DTDTA SAP (IS-H*MED: Table of Documentation Categs. for Desktop Appl.) Table details

Dictionary Type: Table
Description: IS-H*MED: Table of Documentation Categs. for Desktop Appl.




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




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

N2DTDTA is a standard SAP Table which is used to store IS-H*MED: Table of Documentation Categs. for Desktop Appl. data and is available within R/3 SAP systems depending on the version and release level.

The N2DTDTA table consists of various fields, each holding specific information or linking keys about IS-H*MED: Table of Documentation Categs. for Desktop Appl. data available in SAP. These include SPRAS (Language Key), EINRI (Institution), DTID (Document Category ID), DTVERS (Version Number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP N2DTDTA 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 MANDTCLNT3T000MANDT
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2_VERS
APPIDApplication ID for Document Categories N2DAPPIDCHAR15N2DAPPID
ETIDIdent of the DE to DC Assignment N2_ETIDNUMC4Assigned to domainN2_ETID
PCFEXTExtension for a File Name N2_DOCFEXTCHAR8N2_FILE_EXTENSION
PCFKT1Function Module Name N2_DOCFKT1CHAR30Assigned to domainFUNCNAME
PCUSERUser Name for Document Category N2_DOCUSERCHAR12UBNAME
PCTERMTerminal Name of Text Processing User N2_DOCTERMCHAR20MSHOST
PCSTORELOCStorage / Storage Location N2_PCSTORELOCCHAR1N2_PCSTORELOC
PCKPROCATKPRO Storage Category N2_KPROCATCHAR10SDOKSTCASDOK_STCAT
PCFIL1Path + File Name of Program to be Started N2_DOCFIL1CHAR128LOCALFILE
PCFIL2Complete Link to Document Template *.dot N2_DOCFIL2CHAR128LOCALFILE
PCFIL3Complete Link to Document Template *.doc N2_DOCFIL3CHAR128LOCALFILE
PCFIL4Path where the Transfer File Is ishmed.dat N2_DOCFIL4CHAR128LOCALFILE
PCFIL5Program Name for View a Document Category N2_DOCFIL5CHAR128LOCALFILE
PCFIL6Macro Name Is Executed when a Doc. Is Opened. N2_DOCFIL6CHAR128LOCALFILE
PCFIL7Entry of Path for Saving Documents N2_DOCFIL7CHAR128LOCALFILE
PCSYM1Control Symbols for Open Symbol Transfer File N2_DOCSYM1CHAR1ABAPTYPE
PCSYM2Control Symbols for Close Symbol Transfer File N2_DOCSYM2CHAR1ABAPTYPE
PCSYM3Control Symbols for Separator Symb. Transfer File N2_DOCSYM3CHAR1ABAPTYPE
PCSYM4Control Symbols for Context Symbol Transfer File N2_DOCSYM4CHAR1ABAPTYPE
PCSYM5Control Symbols for Table Symbol Transfer File N2_DOCSYM5CHAR1ABAPTYPE
PCSYM6Control Symbols for Replace Symbol Transfer File N2_DOCSYM6CHAR1ABAPTYPE
PCMRK1Display Note, if Data Position Inconsistent N2_DOCMRK1CHAR1XFELD
PCMRK2Feature - Delete Transfer File on the PC N2_DOCMRK2CHAR1XFELD
PCMRK3Activate Number Allocation for Transfer File N2_DOCMRK3CHAR1XFELD
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2DTDTA
INTO CORRESPONDING FIELDS OF WA_N2DTDTA
WHERE...

How to access SAP table N2DTDTA

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