RN1IM_STUDY_INFO SAP (Image Integration: Information on a Study) Structure details

Dictionary Type: Structure
Description: Image Integration: Information on a Study




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




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

RN1IM_STUDY_INFO 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 "Image Integration: Information on a Study" 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_RN1IM_STUDY_INFO TYPE RN1IM_STUDY_INFO.

The RN1IM_STUDY_INFO table consists of various fields, each holding specific information or linking keys about Image Integration: Information on a Study data available in SAP. These include FALNR (IS-H: Case Number), PNAME (Patient Name (60 Characters)), FALAR (IS-H: Case Type), GUID (Study Identification 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: Cannot Be Enhanced


SAP RN1IM_STUDY_INFO 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
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
PNAMEPatient Name (60 Characters) N1PATNAMECHAR60TEXT60
FALARIS-H: Case Type FALLARTCHAR1FALLART
GUIDStudy Identification Number N1IM_STUDY_IDCHAR32SYSUUID_C
GUID_BEZName of Image Study N1IM_STUDY_DESCRCHAR40TEXT40
STATUS'Study Status' Icon N1IM_ICONCHAR50TEXT50
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
DKAT1IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
GPARTEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
ANFOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
ANFOE_ODepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ERBOEOrganizational Unit Which Performs the Service N1IM_ERBOECHAR8Assigned to domainALPHAORGID
ERBOE_ODepartmental OU of Performer N1IM_ERBFACHAR8Assigned to domainALPHAORGID
SYSIDSystem ID of Image Processing System N1IM_SYSIDCHAR10Assigned to domainN1IM_SYSID
ARCHIVPath for Communication with Image Processing System N1IM_ARCHIVCHAR60Assigned to domainFILEINTERN
PIC_NUMBERNumber of Findings-Relevant Images N1IM_PIC_COUNTNUMC4
DITXTDiagnosis Text DIATXTCHAR40TEXT40
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
LODATDate of Deletion RI_LODATDATS8RI_DATUM
LOTIMDeletion Time RI_LOTIMTIMS6UHRZT
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RN1IM_STUDY_INFO

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