RN1DISPLAY_SERVICE SAP (IS-H*MED: Service Data for Display Objects Field Catalog) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Service Data for Display Objects Field Catalog




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




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

RN1DISPLAY_SERVICE 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: Service Data for Display Objects Field Catalog" 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_RN1DISPLAY_SERVICE TYPE RN1DISPLAY_SERVICE.

The RN1DISPLAY_SERVICE table consists of various fields, each holding specific information or linking keys about IS-H*MED: Service Data for Display Objects Field Catalog data available in SAP. These include SRV (String with Services), SRV_BEZ (Display of Service Texts), SRV_ERGTX (Supplementary Text for Service), SRV_LSLOK (Localization of Service).. 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 RN1DISPLAY_SERVICE 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
SRVOBJObject reference N1OBJECTREFREF0OBJECT
SRVString with Services N1STRSRVCHAR50N1CHAR50
SRV_BEZDisplay of Service Texts N1STRSRVDESCCHAR120CHAR120
SRV_ERGTXSupplementary Text for Service N1ERGTX_STRCHAR120CHAR120
SRV_LSLOKLocalization of Service N1LSLOK_STRCHAR20CHAR20
SRV_LGRBEZList of Position Types N2_LAGERUNCHAR50N2_LAGERUN
IFGRDegree of Infection - External Format N1IFG_EXTCHAR4CHAR4
IFGR_TXTDescription of Degree of Infection N1IFGTXTCHAR15N1IFGTXT
IFGR_ICONDegree of Infection (Icon) N1IFG_ICONCHAR50TEXT50
PATEINPatient Consent N1PATEINCHAR1N1PATEIN1
PATEIN_ICONPatient Consent (Icon) N1PATEIN_ICONCHAR50TEXT50
PATNUEPatient Fasting Indicator N1PATNUECHAR1XFELD
PATNUE_ICONPatient Fasting (Icon) N1PATNUE_ICONCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RN1DISPLAY_SERVICE

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