N1ORATE SAP (IS-H*MED: Medication, Dosage Quantities Infusions) Table details

Dictionary Type: Table
Description: IS-H*MED: Medication, Dosage Quantities Infusions




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




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

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

The N1ORATE table consists of various fields, each holding specific information or linking keys about IS-H*MED: Medication, Dosage Quantities Infusions data available in SAP. These include ORATEID (Medication: Order - Dosage Sequence ID), MEORDID (Medication: Order - Order Number), 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 N1ORATE 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
ORATEIDMedication: Order - Dosage Sequence ID N1ME_ORATEIDCHAR10ALPHAN1ME_ORATEID
MEORDIDMedication: Order - Order Number N1ME_MEORDIDNUMC10N1ME_MEORDID
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
EMPRESPMedication: Employee Responsible N1ME_EMPRESPCHAR10Assigned to domainALPHARI_KUNNR
NEWRVERMedication: New Flow Rate for Verification N1ME_NEWRVERCHAR1XFELD
DBRATEMedication: Start Date of Flow Rate N1ME_DBRATEDATS8RI_DATUM
TBRATEMedication: Start Time of Flow Rate N1ME_TBRATETIMS6UHRZT
RTYPEMedication: Flow Rate Type N1ME_RTYPECHAR2N1ME_RTYPE
MMACTMedication: Rate (Min/Max) Is Active N1ME_MMACTCHAR1XFELD
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
CMQUANMedication: Calculation Method - Quantity per Unit of Weight N1ME_CMQUANQUAN12(3) MEQUAN1ME_CMQUAN
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
RATEDURMETHMedication: Determine Validity of Flow Rate N1ME_RATEDURMETHCHAR1N1ME_RATEDURMETH
ADRATEMAXMedication: Maximum Flow Rate Volume N1ME_ADRATEMAXQUAN24(12) ME12DN1ME_QUANTITY_2412
ORATEIDREFMedication: Order - Dosage Sequence Reference ID N1ME_ORATEIDREFCHAR10ALPHAN1ME_ORATEID
ACTIDMedication: Internal ID for Order Activities N1MEACTIDCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1ORATE
INTO CORRESPONDING FIELDS OF WA_N1ORATE
WHERE...

How to access SAP table N1ORATE

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