RNAPP_SEL_POPUP SAP (IS-H: Fields for Appointment Selection Dialog Box) Structure details

Dictionary Type: Structure
Description: IS-H: Fields for Appointment Selection Dialog Box




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




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

RNAPP_SEL_POPUP 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: Fields for Appointment Selection Dialog Box" 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_RNAPP_SEL_POPUP TYPE RNAPP_SEL_POPUP.

The RNAPP_SEL_POPUP table consists of various fields, each holding specific information or linking keys about IS-H: Fields for Appointment Selection Dialog Box data available in SAP. These include TMNDT (IS-H: Date of Appointment), TMNZT (IS-H: Time of Appointment), TMNOE (IS-H: Planned Organizational Unit), TMNOE_SN (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 RNAPP_SEL_POPUP 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
APP_OBJIS-H: Appointment Object N1APPOINTMENT_OBJECTREF0CL_ISH_APPOINTMENT
TMNDTIS-H: Date of Appointment ISH_TMNDTDATS8DATE
TMNZTIS-H: Time of Appointment ISH_TMNZTTIMS6UHRZT
TMNOEIS-H: Planned Organizational Unit ISH_TMNOECHAR8Assigned to domainALPHAORGID
TMNOE_SNIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
POBIS-H*MED: Planning Object: Org. Unit/Building Unit/Person N1POBKEYCHAR10
POB_SNIS-H*MED: Short Name of Planning Object N1_POBNR_NAMECHAR50CHAR50
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8Assigned to domainISH_DSPTC8
DSPTY_SNIS-H: Text for Scheduling Type ISH_DTXTCHAR15TEXT15
PTINPIS-H: Inpatient Scheduling Type N1PTINPCHAR8Assigned to domainISH_DSPTC8
PTINP_SNDescription of Scheduling Type for Inpatient Appointments N1PTINTCHAR15N1PTINT
TMNDRIS-H: Duration in Minutes for Treatment Appointment ISH_APTIMENUMC4ISH_DZEIT
POSNRClinical Order Item Number N1CORDPOSNRNUMC3N1POSNR
CORDTNAMEIS-H: CORD/PREG: Clinical Order Type Name N1COTTNAMECHAR30TEXT30
.INCLU--AP 0
SRVString with Services N1STRLEICHAR50N1CHAR50
SRV_SNDisplay of Service Texts N1STRLEIBEZCHAR120CHAR120

Key field Non-key field



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

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

How to access SAP table RNAPP_SEL_POPUP

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