RN1ME_DYN_ORATE_GRID SAP (IS-H*MED: Grid Order Rate Data Structure) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Grid Order Rate Data Structure




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




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

RN1ME_DYN_ORATE_GRID is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H*MED: Grid Order Rate Data Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RN1ME_DYN_ORATE_GRID TYPE RN1ME_DYN_ORATE_GRID.

The RN1ME_DYN_ORATE_GRID table consists of various fields, each holding specific information or linking keys about IS-H*MED: Grid Order Rate Data Structure data available in SAP. These include ADRATE (Medication: Flow Rate Volume), ICON_CALC (Medication: Button for Dose Calculation), ADRATEU (Medication: Flow Rate Volume Unit), ADRATEO (Medication: Order - Flow Rate Time).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RN1ME_DYN_ORATE_GRID structure 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
ROW_IDIS-H: 5-Digit Number Field N_NUMC5NUMC5NUMC5
ADRATEMedication: Flow Rate Volume N1ME_ADRATE1_OUTQUAN12(3) MEQUAN1ME_QUAN123
ICON_CALCMedication: Button for Dose Calculation N1ME_ORATE_CALCCHAR50N1ICON
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_ADRATEOU_EXTCHAR3N1ME_UNIT_EXT
RATEDURMedication: Order - Duration of Flow Rate (Display) N1ME_RATEDUR_OUTQUAN12(3) MEQUAN1ME_QUAN123
RATEDURUMedication: Unit Plan. Duration Seq. (External) N1ME_RATEDURU_EXTCHAR3N1ME_UNIT_EXT
TOTALDOSEMedication: Order - Total Dose (Output Field) N1ME_TOTALDOSE_OUTQUAN12(3) MEQUAN1ME_QUAN123
TOTALDOSEUMedication: Order - Dose Unit Flow Rate Calculation N1ME_DURSTRU_EXTCHAR3N1ME_UNIT_EXT
TOTALVOLMedication: Order - Total Volume N1ME_TOTALVOLQUAN12(3) MEQUAN1ME_QUAN123
EXTRATEIDMedication: Order - External Sequence Nummer Flow Rate N1ME_EXTRATEIDINT13
CALCUDMedication: Order - Calculation Factor N1ME_CALCUDCHAR1N1ME_CALCUD
DURSTRMedication: Order - Dose for Flow Rate (Issue) N1ME_DURSTR_OUTQUAN12(3) MEQUAN1ME_QUAN123
DURSTRUMedication: Order - Dose Unit Flow Rate Calculation N1ME_DURSTRU_EXTCHAR3N1ME_UNIT_EXT
CALCDURMedication: Order - Duration for Flow Rate Calculation N1ME_CALCDURQUAN12(3) MEQUAN1ME_QUAN123
CALCDURUMedication: Order - Duration Unit (External) N1ME_CALCDURU_EXTCHAR3N1ME_UNIT_EXT
RECAAMedication: Quantity to Be Administered (Issue) N1ME_RECAA_OUTQUAN12(3) MEQUAN1ME_RECAA
RECUMedication: Unit of Quantity to Be Administered N1ME_RECUUNIT3N1ME_DRUGU
EMPRESPMedication: Employee Responsible N1ME_EMPRESPCHAR10Assigned to domainALPHARI_KUNNR
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
ORATE_REFIS-H: Object Reference of the Type IF_ISH_IDENTIFY_OBJECT NFVOBJECTREF0IF_ISH_IDENTIFY_OBJECT
RTYPE_TEXTMedication: Flow Rate Type N1ME_RTYPE_DESCRCHAR30TEXT30
ACT_BUT Rate Activation Button0
RATEDUR_BUTMedication: Pushbutton - Definition of Rate Duration N1ME_RATEDUR_BUTCHAR46TV_IMAGE
ADRATEMAXMedication: Maximum Flow Rate Volume (Output Field) N1ME_ADRATEMAX_OUTQUAN12(3) MEQUAN1ME_QUAN123

Key field Non-key field



How do I retrieve data from SAP structure RN1ME_DYN_ORATE_GRID using ABAP code?

As RN1ME_DYN_ORATE_GRID is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RN1ME_DYN_ORATE_GRID as there is no data to select.

How to access SAP table RN1ME_DYN_ORATE_GRID

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