N2ET2 SAP (PMD: Definite Elements (Part 2)) Table details

Dictionary Type: Table
Description: PMD: Definite Elements (Part 2)




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




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

N2ET2 is a standard SAP Table which is used to store PMD: Definite Elements (Part 2) data and is available within R/3 SAP systems depending on the version and release level.

The N2ET2 table consists of various fields, each holding specific information or linking keys about PMD: Definite Elements (Part 2) data available in SAP. These include EINRI (Institution), DTID (Document Category ID), DTVERS (Version Number), ETID (Ident of the DE to DC Assignment).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N2ET2 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2_VERS
ETIDIdent of the DE to DC Assignment N2_ETIDNUMC4Assigned to domainN2_ETID
DTUUIDPMD: UUID N2_DT_UUIDCHAR32SYSUUID_C
FD_EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FD_DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
FD_DTVERSVersion Number N2_VERSNUMC3N2_VERS
FD_SELCRITPMD: Additional Search Criteria N2_FDSELCRITCHAR1N2_FDSELCRIT
FD_SAME_PATResearch Flag for Same Patient N2_GLPATCHAR1XFELD
FD_SAME_FALResearch Same Case N2_GLFALCHAR1XFELD
FD_SAME_BEWResearch Same Movement N2_GLBEWCHAR1XFELD
FD_SAME_LEIResearch Same Service N2_GLLEICHAR1XFELD
FD_DO_VORBPMD: Preset? N2_DO_VORBCHAR1N2_DO_VORB_AKT
FD_ETID_SUPERIdent of the DE to DC Assignment N2_ETIDNUMC4Assigned to domainN2_ETID
GROUPINGPMD: Element Grouping N2_GROUPINGCHAR20N2_GROUPING
P2LINETYPEPMD: Row Category for Complex Type N2_LINETYPECHAR30OBJECTNAME
P2TABLTYPEPMD: Name of Table Type N2_TABLTYPECHAR30OBJECTNAME
P2KOMPTYPEPMD: Name of Component N2_KOMPTYPECHAR30Assigned to domainFDNAME
P2TYPERUMPPMD: Row Category for Complex Type N2_LINETYPECHAR30OBJECTNAME
P2UEXCV_ACTUser Exit Is Active N2PMD_UEXACTIVECHAR1XFELD
P2UEXF4_ACTUser Exit Is Active N2PMD_UEXACTIVECHAR1XFELD
P2UEXMOD_ACTUser Exit Is Active N2PMD_UEXACTIVECHAR1XFELD
P2UEXSUP_ACTUser Exit Is Active N2PMD_UEXACTIVECHAR1XFELD
P2UEXCMD_ACTUser Exit Is Active N2PMD_UEXACTIVECHAR1XFELD
P2UEXCTM_ACTUser Exit Is Active N2PMD_UEXACTIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2ET2
INTO CORRESPONDING FIELDS OF WA_N2ET2
WHERE...

How to access SAP table N2ET2

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