RN1AU_CORDER SAP (IS-H*MED: Selection Fields for View Type 004 (Order Data)) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Selection Fields for View Type 004 (Order Data)




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




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

RN1AU_CORDER 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: Selection Fields for View Type 004 (Order Data)" 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_RN1AU_CORDER TYPE RN1AU_CORDER.

The RN1AU_CORDER table consists of various fields, each holding specific information or linking keys about IS-H*MED: Selection Fields for View Type 004 (Order Data) data available in SAP. These include ETR (CORD/PREG: Initiator of the Clinical Order), TRTBY (IS-H: CORD/PREG: Clinical Order Filled By), TRT (CORD/PREG: Clinical Order Filler), DEP (Initiating Department).. 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)


SAP RN1AU_CORDER 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
ETRBYIS-H: CORD/PREG: Clinical Order Initiated By N1CORDETRBYCHAR1N1CORDETRBY
ETRCORD/PREG: Initiator of the Clinical Order N1CORDETRCHAR10Assigned to domainALPHARI_KUNNR
TRTBYIS-H: CORD/PREG: Clinical Order Filled By N1CORDTRTBYCHAR1N1CORDTRTBY
TRTCORD/PREG: Clinical Order Filler N1CORDTRTCHAR10Assigned to domainALPHARI_KUNNR
DEPInitiating Department N1CORDDEPCHAR8Assigned to domainALPHAORGID
ETRWPLUse Nursing OU of Work Environment N1ANPOE_WPLCHAR1XFELD
TRTWPLUse Performing OU of Work Environment N1ERBOE_WPLCHAR1XFELD
DEPWPLUse Department OU of Work Environment N1ANFOE_WPLCHAR1XFELD
GPART2Employee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
SERTX2 N1PRSERTXTCHAR55TEXT55
STOORDCanceled Orders/Items N1AU_STOORDCHAR1ISH_ON_OFF
NUECH2Patient Must Fast N1AU_NUECH2CHAR1ISH_ON_OFF
ORODOKClinical Order Items Without Documents N1AU_ORODOKCHAR1ISH_ON_OFF
EINWI2Patient Consent Missing N1AU_EINWI2CHAR1ISH_ON_OFF
OPORDOrders with Surgery Items N1AU_OPORDCHAR1ISH_ON_OFF
PREREGDo not Include Orders with Preregistered Items N1AU_PREREGCHAR1ISH_ON_OFF
ORDTYPIS-H: CORD/PREG: Identification of the Clinical Order Type N1COTIDCHAR32SYSUUID_C
ORDNROrder Number N1CORDNRCHAR10ALPHAN1CORDNR

Key field Non-key field



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

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

How to access SAP table RN1AU_CORDER

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