N2ZEITEN SAP (IS-H*MED: Times for anchor service) Table details

Dictionary Type: Table
Description: IS-H*MED: Times for anchor service




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




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

N2ZEITEN is a standard SAP Table which is used to store IS-H*MED: Times for anchor service data and is available within R/3 SAP systems depending on the version and release level.

The N2ZEITEN table consists of various fields, each holding specific information or linking keys about IS-H*MED: Times for anchor service data available in SAP. These include EINRI (Institution), ANKERLEIST (IS-H: Service Sequence Number), ZPID (Time ID), DATUM (Application Storage Date).. 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: Can be enhanced (character-type or numeric)


SAP N2ZEITEN 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
ANKERLEISTIS-H: Service Sequence Number LNRLSCHAR10NLEIALPHALNRLS
ZPIDTime ID N2OZPIDCHAR10N2ZTPDEFN2OZPID
DATUMApplication Storage Date N2_DATEDATS8AS4DATE
UHRZEITTime at Which Last Change Was Saved N2_TIMETIMS6AS4TIME
FREIGABEReserve field XFELD N2_XFELDCHAR1XFELD
STORNOReserve field XFELD N2_XFELDCHAR1XFELD
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
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LODATDate of Deletion RI_LODATDATS8RI_DATUM
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2ZEITEN
INTO CORRESPONDING FIELDS OF WA_N2ZEITEN
WHERE...

How to access SAP table N2ZEITEN

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