N1TPM SAP (IS-H*MED: Medical Enhancements for the Service Catalog Items) Table details

Dictionary Type: Table
Description: IS-H*MED: Medical Enhancements for the Service Catalog Items




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




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

N1TPM is a standard SAP Table which is used to store IS-H*MED: Medical Enhancements for the Service Catalog Items data and is available within R/3 SAP systems depending on the version and release level.

The N1TPM table consists of various fields, each holding specific information or linking keys about IS-H*MED: Medical Enhancements for the Service Catalog Items data available in SAP. These include EINRI (Institution), TARIF (IS-H: Service Catalog Identification Key), TALST (Service in Service Catalog), APRI (Prioritization for Request/Movement (Internal)).. 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)


SAP N1TPM 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 EINRICHAR4TN01ALPHAEINRIEIN
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
TALSTService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
APRIPrioritization for Request/Movement (Internal) N1APRI_DNUMC3N1APRI
DAUERIS-H*MED: Duration in Minutes N1DAUER_MINNUMC4N1DAUER_MIN
IFGDegree of Infection - Internal Format N1IFG_INTNUMC2NUMC2
ANERFAnesthetist Required (Master Data) N1ANERFORDCHAR1N1ANERF
PATEINConsent of Patient (for Master Data) N1PATEIN2CHAR1N1PATEIN2
PATNUEPatient Fasting Indicator N1PATNUECHAR1XFELD
LIDIPosition ID Internal N1LID_INTNUMC3NUM3
VORBZEITPreparation Time for a Service N1VORBZEITNUMC4ISH_DZEIT
NACHBZEITClean-Up Time for a Service N1NACHBZEITNUMC4ISH_DZEIT
WLTYPWaiting List Type N1WLTYPCHAR6CHAR6
AZVKGNumber of Preregistrations Displayed N1AZVKGNUMC2NUMC2
APCHRequest Profile Changeable N1APCHCHAR1N1C001
KMContrast Medium Application N1KMCHAR1N1KM
SMPacemaker N1SMCHAR1XFELD
MIMetal Implants N1METIMPCHAR1XFELD
LOKEntry of Localization in the Request N1LOKINPCHAR1N1LOKIMP
TDRADTechn. Examination Data of the Radiology Obligat. N1TDRADCHAR1XFELD
MTRADMaterial Must Be Entered N1MTRADCHAR1XFELD
ORGANDescription of an Organ N1ORGAN_DECHAR6N1ORGANN1ORGAN_DE
BILDImage-Producing Process N1BILDCHAR1XFELD
WLRELEVANTNot Relevant to Worklist N1RELEVANTCHAR1XFELD
REQ_SERContains No Requestable Services N1REQ_SERCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1TPM
INTO CORRESPONDING FIELDS OF WA_N1TPM
WHERE...

How to access SAP table N1TPM

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