RN1_EMARHDPRI SAP (IS-H*MED: Screen Fields eMAR Header for Primary IV / TPN) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Screen Fields eMAR Header for Primary IV / TPN




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




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

RN1_EMARHDPRI 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: Screen Fields eMAR Header for Primary IV / TPN" 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_RN1_EMARHDPRI TYPE RN1_EMARHDPRI.

The RN1_EMARHDPRI table consists of various fields, each holding specific information or linking keys about IS-H*MED: Screen Fields eMAR Header for Primary IV / TPN data available in SAP. These include LTDESCR (Medication: Line Type Description), QUANTM (Medication: Creation Quantity), QUANTU (Medication: Unit of Measure of Agent of Drug), FSOURCE (Medication: Fill Source Key).. 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 (character-type or numeric)


SAP RN1_EMARHDPRI 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
LINTYPIDMedication: Line Type N1ME_LTYPECHAR10N1ME_LTYPE
LTDESCRMedication: Line Type Description N1ME_LTDESCRCHAR60N1ME_LTDESCR
QUANTMMedication: Creation Quantity N1ME_QUANTMQUAN24(12) ME12DN1ME_QUANTITY_2412
QUANTUMedication: Unit of Measure of Agent of Drug N1ME_QUANTUUNIT3Assigned to domainCUNITMEINS
FSOURCEMedication: Fill Source Key N1ME_FSOURCECHAR12N1ME_FSOURCE
DRUGNAMEMedication: Drug Name N1ME_DRUGNAMECHAR120N1ME_DRUGNAME
DRUGNAME_ACTMedication: Drug Name N1ME_DRUGNAMECHAR120N1ME_DRUGNAME
DRUGASTRMedication: Dose N1ME_DRUGASTRQUAN24(12) ME12DN1ME_QUANTITY_2412
DRUGASTRUMedication: Dose Unit N1ME_DRUGASTRUUNIT3N1ME_DRUGU
RECQUANMedication: Recipe Quantity N1ME_RECQUANQUAN24(12) ME12DN1ME_QUANTITY_2412
RECQUANUMedication: Recipe Quantity Unit N1ME_RECQUANUUNIT3Assigned to domainCUNITMEINS
CALCUDMedication: Order - Calculation Factor N1ME_CALCUDCHAR1N1ME_CALCUD
KGEWBody Weight in Kg N1KGEWNUMC3N1N003
APROUMedication: Administration Route N1ME_ROUTECHAR10
ROUTEDESCMedciation: Administration Route - Description N1ME_ROUTEDESCCHAR60N1ME_TEXT_60

Key field Non-key field



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

As RN1_EMARHDPRI 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 RN1_EMARHDPRI as there is no data to select.

How to access SAP table RN1_EMARHDPRI

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