RNAPP11 SAP (IS-H: Search Variant for Standard Free Time Slot Search) Structure details

Dictionary Type: Structure
Description: IS-H: Search Variant for Standard Free Time Slot Search




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




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

RNAPP11 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: Search Variant for Standard Free Time Slot Search" 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_RNAPP11 TYPE RNAPP11.

The RNAPP11 table consists of various fields, each holding specific information or linking keys about IS-H: Search Variant for Standard Free Time Slot Search data available in SAP. These include EINRI (Institution), PERNR (IS-H: Personnel Number of the Attending Person), ROOM (IS-H: Building ID of Room), SRCHD (IS-H: Start Date for Open Time Slot Search).. 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 (character-type)


SAP RNAPP11 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PERNRIS-H: Personnel Number of the Attending Person ISH_ATTPERSCHAR10NGPAALPHARI_KUNNR
ROOMIS-H: Building ID of Room ISH_ZIMMIDCHAR8NBAUALPHABAUID
SRCHDIS-H: Start Date for Open Time Slot Search ISH_APP_SRCHDDATS8RI_DATUM
SRCHTFROMIS-H: From Time ISH_APP_SRCHTFTIMS6TIMES
SRCHTTOIS-H: To Time ISH_APP_SRCHTTTIMS6TIMES
TO_WEEKIS-H: In x Weeks ISH_TOWEEKNUMC3NUMC03
ATTOUTreatment Organizational Unit ISH_ATTOUCHAR8NORGALPHAORGID
ATTFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8NORGALPHAORGID
FACHRSpecialty for Physicians FACHRTY5CHAR4TNKFAALPHAISH_FACHR
RANKIS-H: Rank of Attending Physician for Free Time Slot Search ISH_VDRANKCHAR3TN12RALPHAISH_RANK
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8TN40BISH_DSPTC8
SRCHGRPIS-H: Find Time Slot for Group Treatment ISH_SRCHGRPCHAR1XFELD
SRCHOVBIS-H: Take Overbook. Cpcty into Acct for Open Time Slot Srch ISH_SRCHOVBCHAR1XFELD
FIRSTVIS-H: Initial Visit ISH_FIRST_VISITCHAR1XFELD
FOLLOW_UPIS-H: Follow-Up Visit ISH_FOLLOW_UPCHAR1XFELD
EXCL_MON_AMIS-H: Except for Monday Morning ISH_EXCLMO_AMCHAR1XFELD
EXCL_TUE_AMExcept for Tuesday Morning ISH_EXCLTU_AMCHAR1XFELD
EXCL_WED_AMIS-H: Except for Wednesday Morning ISH_EXCLWE_AMCHAR1XFELD
EXCL_THU_AMIS-H: Except for Thursday Morning ISH_EXCLTH_AMCHAR1XFELD
EXCL_FRI_AMIS-H: Except for Friday Morning ISH_EXCLFR_AMCHAR1XFELD
EXCL_SAT_AMIS-H: Except for Saturday Morning ISH_EXCLSA_AMCHAR1XFELD
EXCL_SUN_AMIS-H: Except for Sunday Morning ISH_EXCLSO_AMCHAR1XFELD
EXCL_MON_PMIS-H: Except for Monday Afternoon ISH_EXCLMO_PMCHAR1XFELD
EXCL_TUE_PMExcept for Tuesday Afternoon ISH_EXCLTU_PMCHAR1XFELD
EXCL_WED_PMIS-H: Except for Wednesday Afternoon ISH_EXCLWE_PMCHAR1XFELD
EXCL_THU_PMIS-H: Except for Thursay Afternoon ISH_EXCLTH_PMCHAR1XFELD
EXCL_FRI_PMIS-H: Except for Friday Afternoon ISH_EXCLFR_PMCHAR1XFELD
EXCL_SAT_PMIS-H: Except for Saturday Afternoon ISH_EXCLSA_PMCHAR1XFELD
EXCL_SUN_PMIS-H: Except for Sunday Afternoon ISH_EXCLSO_PMCHAR1XFELD
EXCL_VORMIS-H: Except for Morning ISH_EXCLVOCHAR1XFELD
EXCL_NACHMExcept for Afternoon ISH_EXCLNACHAR1XFELD
SRCHHIS-H: Srch Intrvl (Days) for Finding Open Time Slots OC Mgmt ISH_SRCHDNUMC3NUMC03
INPPDIS-H: Time Slot List with Integrated Patient Data Entry ISH_APP_INP_PATCHAR1XFELD
INPADIS-H: Time Slot List with Integrated Appt Data Entry ISH_APP_INP_DATACHAR1XFELD
ALTTOIS-H: Number of Time Slot Alternatives ISH_APP_ALT_TOTALNUMC3NUMC03
ALTDYIS-H: Maximum Number of Time Slot Alternatives per Day ISH_APP_ALT_DAYLYNUMC3NUMC03
ALTHOIS-H: Maximum Number of Time Slot Alternatives per Hour ISH_APP_ALT_HOURLYNUMC3NUMC03
CALSELIS-H: Choose Time Slot from Daily Schedule ISH_APP_CALSELCHAR1ISH_ON_OFF
LISTSELIS-H: Choose Time Slot from Time Slot List ISH_APP_LISTSELCHAR1ISH_ON_OFF
SORTDTIS-H: Display Time Slots Chronologically ISH_APP_SORTDTCHAR1XFELD
SORTALTIS-H: Display Time Slots by Time Slot Alternative ISH_APP_SORTALTCHAR1XFELD
PROFILEIS-H: Text for Search Variant ISH_APP_PROFILE_TXTCHAR50TEXT50
VIEWIDIdentification of a View NVIEWIDCHAR10CHAR10
VIEWTYPEView Type NVIEWTYPECHAR3NVIEWTYPE
EXTBOOKIS-H: Only Take Externally Bookable Time Slots into Account ISH_EXTBOOKCHAR1XFELD
MULTDAYSIS-H: Number of Days in Multiday View of Visit Scheduling ISH_MULTDAYSNUMC2NUMC02
SRVBASService-Based Appointment Search Active/Inactive ISH_SRVBASCHAR1ISH_ON_OFF

Key field Non-key field



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

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

How to access SAP table RNAPP11

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