RN1_CTX_DIALOG_FIELDS SAP (IS-H*MED: Structure for Entry/Change Dialog) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Structure for Entry/Change Dialog




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




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

RN1_CTX_DIALOG_FIELDS 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: Structure for Entry/Change Dialog" 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_RN1_CTX_DIALOG_FIELDS TYPE RN1_CTX_DIALOG_FIELDS.

The RN1_CTX_DIALOG_FIELDS table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure for Entry/Change Dialog data available in SAP. These include OBJECT_ABOVE (Object reference), OBJ_ICON (Icon Including Quick Info), ORGID (Organizational Unit), ORGID_KB (IS-H: Organizational Unit Short Text).. 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 RN1_CTX_DIALOG_FIELDS 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
OBJECTObject reference N1OBJECTREFREF0OBJECT
OBJECT_ABOVEObject reference N1OBJECTREFREF0OBJECT
OBJ_ICONIcon Including Quick Info N1ICONCHAR50N1ICON
ORGIDOrganizational Unit N1ORGIDCHAR8Assigned to domainALPHAORGID
ORGID_KBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
OPCLIcon Including Quick Info N1ICONCHAR50N1ICON
DESCRIPTIONDescription of Displayed Entry N1DESCRIPTIONCHAR130
N1DATEIS-H: Date of Appointment ISH_TMNDTDATS8DATE
N1TIMEIS-H: Time of Appointment ISH_TMNZTTIMS6UHRZT
N1CTIMETime of a Service or an Appointment N1CTIMECHAR5N1CTIME
DURATIONIS-H: Duration of Appointment ISH_TMDAUERNUMC4ISH_DZEIT
ROOMIS-H: Identification of Building Unit BAUIDCHAR8Assigned to domainALPHABAUIDBAU
ROOM_KBIS-H: Short Text for Building Unit BAUKBCHAR12TEXT12
DOCTORIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
DOCTOR_KBPhysician Name N1ARZTNAMECHAR50TEXT50
COMMENTIS-H: Comment Relating to the Displayed Object N1COMMENTCHAR110
EMPLOYEEIS-H: Employee N1EMPLOYEECHAR12USNAM
STATUSStatus N1STATUSCHAR3CHAR3
APP_ICONAppointment Exists Icon N1TMN_ICONCHAR50TEXT50
APP_EXISTObject Exists N1OBJ_EXISTCHAR1XFELD
DOK_ICONDocument Exists (Icon) N1DOKV_ICONCHAR50TEXT50
DOK_EXISTObject Exists N1OBJ_EXISTCHAR1XFELD
DOK_CLAS_ICONDocument Exists (Icon) N1DOKV_ICONCHAR50TEXT50
DOK_CLAS_TXTDocument Category Identifier N2_DTKBCHAR15TEXT15
STYLE 0
DRDR 0

Key field Non-key field



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

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

How to access SAP table RN1_CTX_DIALOG_FIELDS

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