N2ES SAP (IS-H*MED: Structure of documentation elements) Table details

Dictionary Type: Table
Description: IS-H*MED: Structure of documentation elements




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




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

N2ES is a standard SAP Table which is used to store IS-H*MED: Structure of documentation elements data and is available within R/3 SAP systems depending on the version and release level.

The N2ES table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure of documentation elements data available in SAP. These include DEID (Ident. of Documentation Element), DEIDZ (ID of Assigned Documentation Element), STATUS (Status for medical documentation objects), DESEQ (Print Sequence of Doc.Elements).. 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: Can be enhanced (character-type)


SAP N2ES 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
DEIDIdent. of Documentation Element N2_DEIDCHAR10N2DEN2_DEID
DEIDZID of Assigned Documentation Element N2_DEIDZCHAR10N2DEN2_DEID
STATUSStatus for medical documentation objects N2_STATUSCHAR1N2_STATUS
DESEQPrint Sequence of Doc.Elements N2_DESEQNUMC5NUM05
SCRYRow Position of the Value N2_SCRYNUMC4NUM04
SCRXColumn Position of the Value N2_SCRXNUMC3NUM03
REPYReport: Y PosValue N2_REPYNUMC4NUM04
REPXReport: X PosValue N2_REPXNUMC3NUM03
SCRYBEZRow Position of the Identifier N2_SCRYBEZNUMC4NUM04
SCRXBEZColumn Position of the Identifier N2_SCRXBEZNUMC3NUM03
REPYBEZReport: Y Position Descriptor N2_REPYBEZNUMC4NUM04
REPXBEZReport: X PosDescriptor N2_REPXBEZNUMC3NUM03
PW1SEQBEZSequence Order in View N2_PW1SQBZNUMC5NUM05
PW1SEQVALPrint Sequence N2_PW1SQVLNUMC5NUM05
PW1XBEZWindow1: X Position Descriptor N2_PW1XBEZNUMC3NUM03
PW1YBEZWindow1: Y Position Descriptor N2_PW1YBEZNUMC4NUM04
PW1XVALWindow1: X Position Value N2_PW1XVALNUMC3NUM03
PW1YVALWindow1: Y Position Value N2_PW1YVALNUMC4NUM04
PW2SEQBEZWindow2: Seq. Descriptor N2_PW2SQBZNUMC5NUM05
PW2SEQVALWindow2: SeqVal N2_PW2SQVLNUMC5NUM05
PW2XBEZLine Feed N2_PW2XBEZNUMC3NUM03
PW2YBEZWindow2: Y Item Descriptor N2_PW2YBEZNUMC4NUM04
PW2XVALWindow2: X Position Value N2_PW2XVALNUMC3NUM03
PW2YVALWindow2: Y Item Value N2_PW2YVALNUMC4NUM04
ABSKZAbsolute Positioning N2_ABSKZCHAR1XFELD
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 N2ES using ABAP code

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

SELECT SINGLE *
FROM N2ES
INTO CORRESPONDING FIELDS OF WA_N2ES
WHERE...

How to access SAP table N2ES

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