RN1_DA_EMARTAB SAP (IS-H*MED: Screen Structure: eMar Tab, Drug Administration) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Screen Structure: eMar Tab, Drug Administration




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




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

RN1_DA_EMARTAB 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 Structure: eMar Tab, Drug Administration" 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_DA_EMARTAB TYPE RN1_DA_EMARTAB.

The RN1_DA_EMARTAB table consists of various fields, each holding specific information or linking keys about IS-H*MED: Screen Structure: eMar Tab, Drug Administration data available in SAP. These include PBDAD (Medication/Nursing: Planned Start Date), PBTAD (Medication/Nursing: Planned Start Time), RTIMDIF (Medication: Reason ID), RTIMDIFT (Medication: Reason Text).. 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_DA_EMARTAB 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
CURRBAGMedication: External Sequence Number of Preparation N1ME_EXTPREPIDINT13N1ME_EXTPREPID
PBDADMedication/Nursing: Planned Start Date N1ME_PBDADDATS8N1ME_PBDAD
PBTADMedication/Nursing: Planned Start Time N1ME_PBTADTIMS6N1ME_PBTAD
RTIMDIFMedication: Reason ID N1ME_RCODEIDCHAR5N1ME_RCODEID
RTIMDIFTMedication: Reason Text N1ME_RCODEDESCCHAR60N1ME_TEXT_60
VFCOINDMedication: Check Condition Indicator Checked N1ME_VFCOINDCHAR1XFELD
VFCOIND_ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
NOTGIVENMedication: Not Given N1ME_NOTGIVENCHAR1XFELD
RDOSDIFMedication: Reason ID N1ME_RCODEIDCHAR5N1ME_RCODEID
RDOSDIFTMedication: Reason Text N1ME_RCODEDESCCHAR60N1ME_TEXT_60
PRNCSTXMedication: Order - Check Condition N1ME_PRNCONDCHAR80N1ME_PRNCOND
RDURMedication: Actual Duration N1ME_RDURQUAN12(3) N1ME_RDUR
RDURUMedication: Administration - Actual Duration, Unit N1ME_RDURUUNIT3CUNITN1ME_UNIT
PLDURMedication: Planned Duration N1ME_PLDURQUAN12(3) MEQUAN1ME_PLDUR
DURUMedication: Administration Duration Unit N1ME_DURUUNIT3N1ME_DURU
RBDADMedication/Nursing: Actual Start Date N1ME_RBDADDATS8N1ME_RBDAD
RBTADMedication/Nursing: Actual Start Time N1ME_RBTADTIMS6N1ME_RBTAD

Key field Non-key field



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

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

How to access SAP table RN1_DA_EMARTAB

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