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

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




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




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

RN1DISPLAY_OPDATA 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: Surgery 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_OPDATA TYPE RN1DISPLAY_OPDATA.

The RN1DISPLAY_OPDATA table consists of various fields, each holding specific information or linking keys about IS-H*MED: Surgery Data for Display Objects Field Catalog data available in SAP. These include DAUER (IS-H: Duration in Minutes for Treatment Appointment), PZMAN (Planned Time Manually Set (Icon)), OPBEG (Surgery Started (Icon)), EMERG_OP (Emergency Surgery (Emerg. Srg.)).. 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_OPDATA 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
RFGSequence Number N1RFGNUMC2NUM02
DAUERIS-H: Duration in Minutes for Treatment Appointment ISH_APTIMENUMC4ISH_DZEIT
PZMANPlanned Time Manually Set (Icon) N1PZMAN_ICONCHAR50TEXT50
OPBEGSurgery Started (Icon) N1OPBEGCHAR50TEXT50
EMERG_OPEmergency Surgery (Emerg. Srg.) N1EMERGENCY_OPCHAR1XFELD
ANERF_ICONAnesthetist Required (Icon) N1ANERF_ICONCHAR50TEXT50
PMEDFG_ICONSurgeon's Release (Icon) N1PMEDFG_ICONCHAR50TEXT50
PMEDVS_ICONPremedication Complete (Icon) N1PMEDVS_ICONCHAR50TEXT50
OPNRSurgery Number N1OPNRCHAR10CHAR10
ZTMK_BEZTime Marker Description N1ZTMK_BEZCHAR30N2ZPBEZ
ZTMK_ZEITTime Marker - Point in Time N1ZTMK_ZEITTIMS6AS4TIME
OPBEG_TIMESurgery Start Time N1OPBEG_TIMETIMS6UHRZT
PRGS_TIME_BEGOperating Room Entry N1PRGS_TIME_BEGTIMS6UHRZT
PRGS_TIME_ENDOperating Room Exit N1PRGS_TIME_ENDTIMS6UHRZT
TEAM1Surgery Team N1STRVMACHAR255TEXT255
TEAM2Surgery Team N1STRVMACHAR255TEXT255
TEAM3Surgery Team N1STRVMACHAR255TEXT255
TEAM4Surgery Team N1STRVMACHAR255TEXT255
TEAM1_KURZSurgery Team (Employee Identifiers) N1STRVMA_KURZCHAR255TEXT255
TEAM2_KURZSurgery Team (Employee Identifiers) N1STRVMA_KURZCHAR255TEXT255
TEAM3_KURZSurgery Team (Employee Identifiers) N1STRVMA_KURZCHAR255TEXT255
TEAM4_KURZSurgery Team (Employee Identifiers) N1STRVMA_KURZCHAR255TEXT255

Key field Non-key field



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

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

How to access SAP table RN1DISPLAY_OPDATA

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