RN1OSETDRUG SAP (Structure for N1OSETDRUG) Structure details

Dictionary Type: Structure
Description: Structure for N1OSETDRUG




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




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

RN1OSETDRUG 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 "Structure for N1OSETDRUG" 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_RN1OSETDRUG TYPE RN1OSETDRUG.

The RN1OSETDRUG table consists of various fields, each holding specific information or linking keys about Structure for N1OSETDRUG data available in SAP. These include DRUGID (Medication: Mnemonic), SEQNO (Medication: Sequence Number), PDRUGAQ (Medication: Planned Drug Quantity - OBSOLETE), PDRUGMQ (Medication: Drug Quantity - OBSOLETE).. 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 RN1OSETDRUG 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
OSETIDMedication: Drug Order Template ID N1ME_OSETIDCHAR20
DRUGIDMedication: Mnemonic N1ME_DRUGIDCHAR32SYSUUID_C
SEQNOMedication: Sequence Number N1ME_SEQNONUMC3N1ME_SEQNR
PDRUGAQMedication: Planned Drug Quantity - OBSOLETE N1ME_PDRUGAQQUAN12(3) MEQUAN1ME_PDRUGAQ
PDRUGMQMedication: Drug Quantity - OBSOLETE N1ME_PDRUGMQQUAN12(3) N1ME_PDRUGMQ
DRUGUMedication: Unit N1ME_DRUGUUNIT3N1ME_DRUGU
PADDURMedication: Planned Administration Period N1ME_APDURNUMC4
ADRATEMedication - Ordered Drug - Flow Rate N1ME_ADRATENUMC4N1ME_ADRATE
ADRATEUMedication: Flow Rate Volume Unit N1ME_ADRATEUUNIT3N1ME_DRUGU
ADRATEQMedication: Ordered Drug - Administration Quantity N1ME_ADRATEQNUMC4
ZNRCycle Key N1ZNRCHAR10N1C010
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
DKATIS-H: Catalog Identification KATIDCHAR2KATIDDKA
DKEYIS-H: Diagnosis Code DIAIDCHAR30DIAID
MEORDIDCharacter Field Length = 10 CHAR10CHAR10CHAR10
GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DRUGNAMEMedication: Drug Name N1ME_DRUGNAMECHAR120N1ME_DRUGNAME
DESCRSTDrug Short Description N1ME_DRUGDESCSCHAR30
DESCRLTMedication: Drug Description N1ME_DRUGIDDESCCHAR160N1ME_MD_DRUGIDDESC

Key field Non-key field



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

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

How to access SAP table RN1OSETDRUG

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