RN1N1ON SAP (IS-H*MED: Output fields planning list using list tool) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Output fields planning list using list tool




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




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

RN1N1ON 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: Output fields planning list using list tool" 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_RN1N1ON TYPE RN1N1ON.

The RN1N1ON table consists of various fields, each holding specific information or linking keys about IS-H*MED: Output fields planning list using list tool data available in SAP. These include EINRI (Institution), MARKFIELD (IS-H: Checkbox to Select a Row), ANKLEI (IS-H: Service Sequence Number), PATNR (IS-H: Patient Number).. 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 RN1N1ON 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
MARKFIELDIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD
ANKLEIIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
PATNAMEPatient Name (60 Characters) N1PATNAMECHAR60TEXT60
RAUMKZRoom N1RAUMCHAR8Assigned to domainALPHABAUID
RFGSequence Number N1RFGNUMC2NUM02
DAUERIS-H: Duration in Minutes for Treatment Appointment ISH_APTIMENUMC4ISH_DZEIT
PBZTPlan Start Time N1PBZTDATS8RI_DATUM
PZMANPlan Time Manually Fixed N1PZMANCHAR1XFELD
GSCHLEIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
PATALTERPatient Age N2_ALTERPNUMC3N2_ANZUANZ
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
ZIMMERRoom where Patient Is Currently Located N1AKTZICHAR8Assigned to domainALPHABAUID
DIAGNOSEDiagnosis Text N1DIATXTCHAR120CHAR120
PRIVKZIndicator for a Privately Insured Patient N1PRIVATCHAR1CHAR1
RISKZIndication Whether Risk Factors Exist N1RSFAKTCHAR1CHAR1
APRIEPriority for Request and Movement (External) N1APRIECHAR3Assigned to domainN1APRIE
ANERFAnesthetist Required N1ANERFCHAR1XFELD
PMEDFGSurgeon's Release N1PMEDFGCHAR1XFELD
PMEDVSPremedication Complete N1PMEDVSCHAR1XFELD
PATEINPatient Consent (Icon) N1PATEINICONCHAR50TEXT50
WZEITDesired Start Time of a Service W_BZT_LSTIMS6UHRZT
ANF_VMAEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
STRING_LEIString with Services N1STRLEICHAR50N1CHAR50
LEI_BEZDisplay of Service Texts N1STRLEIBEZCHAR120CHAR120
INFO_EXITInformation from the User Exit N1EXITINFCHAR256CHAR256
OPNRSurgery Number N1OPNRCHAR10CHAR10
STRING_VMASurgery Team N1STRVMACHAR255TEXT255
AUFGABE_VMATask Name N1TXT30CHAR30N1C030
AFNOEOrganizational Unit to which Patient Is Admitted N1AFNOECHAR8Assigned to domainALPHAORGID
AFNDTExpected Admission Date N1AFNDTDATS8RI_DATUM
AFNZTPlanned Admission Time N1AFNZTTIMS6UHRZT
WDATUMDesired Start Date of a Service W_BDT_LSDATS8RI_DATUM
WZPIETime Interpretation - External Format N1ZPIECHAR5N1ZPIE
WZPITXTTime Interpretation - Description N1ZPITXT_DTELCHAR30N1ZPITXT
N1PTINTDescription of Scheduling Type for Inpatient Appointments N1PTINTCHAR15N1PTINT
KONTEXT1IS-H: Context 1 N1AUSL_KONTEXTCHAR15TEXT15
KONTEXT2IS-H: Context 2 N1AUSL_KONTEXT2CHAR15TEXT15
KONTEXT3IS-H: Context 3 N1AUSL_KONTEXT3CHAR15TEXT15
CXSTA1IS-H: Context Status (Text) 1 N1AUSL_CXSTA1CHAR20TEXT20
CXSTA2IS-H: Context Status (Text) 2 N1AUSL_CXSTA2CHAR20TEXT20
CXSTA3IS-H: Context Status (Text) 3 N1AUSL_CXSTA3CHAR20TEXT20
CXSTA_ICON1IS-H: Context Status (Icon) 1 N1AUSL_CXSTA_ICON1CHAR50TEXT50
CXSTA_ICON2IS-H: Context Status (Icon) 2 N1AUSL_CXSTA_ICON2CHAR50TEXT50
CXSTA_ICON3IS-H: Context Status (Icon) 3 N1AUSL_CXSTA_ICON3CHAR50TEXT50
DIALOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO

Key field Non-key field



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

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

How to access SAP table RN1N1ON

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