N2ZTPDEF SAP (IS-H*MED: Table of time definitions) Table details

Dictionary Type: Table
Description: IS-H*MED: Table of time definitions




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




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

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

The N2ZTPDEF table consists of various fields, each holding specific information or linking keys about IS-H*MED: Table of time definitions data available in SAP. These include EINRI (Institution), ZPID (Time ID), ZBBEZ (Description of Time), ZPTYP (Time Field Category).. 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)

Text table = N2ZTPDEFT


SAP N2ZTPDEF 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
ZPIDTime ID N2OZPIDCHAR10N2OZPID
ZBBEZDescription of Time N2ZPBEZCHAR30N2ZPBEZ
ZPTYPTime Field Category N2ZPTYPCHAR1N2ZPTYP
ZPBERArea Assignment for a Time Field N2ZPBERCHAR1N2ZPBER
ZPVER1Comparison Time 1 N2ZPVER1CHAR10N2ZTPDEFN2OZPID
ZPVER2Comparison Time 2 N2ZPVER2CHAR10N2ZTPDEFN2OZPID
ZPFNReference Time N2ZPREFCHAR30N2ZPREF
ZPREFIDTime ID for Saving in N2ZEITEN N2ZPREFIDCHAR10Assigned to domainN2OZPID
ZPNRSequence Number for Time N2ZPNRNUMC4NUM04
ZPXPOSX-Position for Display of Time Field N2ZPXPOSNUMC4NUM04
ZPNEWLNumber of Line Feeds N2ZPNEWLNUMC4NUM04
ZPSTATISTIKStatistics for Relevant Time N2ZPSTATCHAR1N2_FLAG1
ZPSCHNITTIndicator for the Incision Time in the Institution N2SCHNITTKZCHAR1N2_FLAG1
ZPNAHTIndicator for the Suture Time of the Institution N2NAHTKZCHAR1N2_FLAG1
ZPOPBUCHIndicator for Inclusion in OR Register N2OPBUCHKZCHAR1XFELD
ZPREPORTIndicator - Hide in Report N2ZPREPORTCHAR1N2_FLAG1
ZPBEW_ERFIndicator for 'Surgery Movement not Required' N2ZPBEWERFCHAR1N2_FLAG1

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2ZTPDEF
INTO CORRESPONDING FIELDS OF WA_N2ZTPDEF
WHERE...

How to access SAP table N2ZTPDEF

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