N1TPORATE SAP (IS-H*MED: Dosage Quantities of Template) Table details

Dictionary Type: Table
Description: IS-H*MED: Dosage Quantities of Template




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




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

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

The N1TPORATE table consists of various fields, each holding specific information or linking keys about IS-H*MED: Dosage Quantities of Template data available in SAP. These include TPRATEID (Medication: Order - Dosage Sequence ID), TPID (Medication: ID Order Template), EINRI (Institution), EXTRATEID (Medication: Order - External Sequence Nummer Flow Rate).. 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 N1TPORATE 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
TPRATEIDMedication: Order - Dosage Sequence ID N1ME_ORATEIDCHAR10ALPHAN1ME_ORATEID
TPIDMedication: ID Order Template N1ME_TPIDCHAR10N1TPMEORDERALPHAN1ME_TPID
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
EXTRATEIDMedication: Order - External Sequence Nummer Flow Rate N1ME_EXTRATEIDINT13
CALCUDMedication: Order - Calculation Factor N1ME_CALCUDCHAR1N1ME_CALCUD
CMUMedication: Order - Calculation Method Unit N1ME_CMUUNIT3Assigned to domainCUNITMEINS
DURSTRMedication: Order - Dose for Flow Rate Calculation N1ME_DURSTRQUAN24(12) ME12DN1ME_QUANTITY_2412
DURSTRUMedication: Order - Dose Unit Flow Rate Calculation N1ME_DURSTRUUNIT3CUNITN1ME_UNIT
CALCDURMedication: Order - Duration for Flow Rate Calculation N1ME_CALCDURQUAN12(3) MEQUAN1ME_QUAN123
CALCDURUMedication: Order - Duration Unit N1ME_CALCDURUUNIT3CUNITN1ME_UNIT
RECAAMedication: Order - Amount for Administration N1ME_RECCAQUAN24(12) ME12DN1ME_QUANTITY_2412
RECUMedication: Unit of Quantity to Be Administered N1ME_RECUUNIT3N1ME_DRUGU
RATEDURMedication: Order - Duration of Flow Rate N1ME_RATEDURQUAN24(12) ME12DN1ME_QUANTITY_2412
RATEDURUMedication: Order - Duration Unit of Flow Rate N1ME_RATEDURUUNIT3CUNITN1ME_UNIT
ADRATEMedication: Flow Rate Volume N1ME_ADRATE1QUAN24(12) ME12DN1ME_QUANTITY_2412
ADRATEUMedication: Flow Rate Volume Unit N1ME_ADRATEUUNIT3N1ME_DRUGU
ADRATEOMedication: Order - Flow Rate Time N1ME_ADRATEOQUAN12(3) MEQUAN1ME_QUAN123
ADRATEOUMedication: Order - Flow Rate Time Unit N1ME_ADRATEOUUNIT3CUNITN1ME_UNIT
RTYPEMedication: Flow Rate Type N1ME_RTYPECHAR2N1ME_RTYPE
MMACTMedication: Rate (Min/Max) Is Active N1ME_MMACTCHAR1XFELD
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
DC_USEDMedication: Order - Dose Calculator Used N1ME_DC_USEDCHAR1N1ME_DC_USED
COMP_USEDMedication: Ingredient Used for Calculation N1ME_COMP_USEDCHAR32N1ME_COMP_USED
COMP_TYPEMedication: Ingredient Type N1ME_COMP_TYPECHAR1N1ME_COMP_TYPE
CMQUANMedication: Calculation Method - Quantity per Unit of Weight N1ME_CMQUANQUAN12(3) MEQUAN1ME_CMQUAN
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
STTIMIS-H: Cancellation Time STORN_TIMTIMS6UHRZT
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
ADRATEMAXMedication: Maximum Flow Rate Volume N1ME_ADRATEMAXQUAN24(12) ME12DN1ME_QUANTITY_2412

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1TPORATE
INTO CORRESPONDING FIELDS OF WA_N1TPORATE
WHERE...

How to access SAP table N1TPORATE

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