RNAPP10 SAP (IS-H: Search Variant - General Settings) Structure details

Dictionary Type: Structure
Description: IS-H: Search Variant - General Settings




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




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

RNAPP10 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 - General Settings" 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_RNAPP10 TYPE RNAPP10.

The RNAPP10 table consists of various fields, each holding specific information or linking keys about IS-H: Search Variant - General Settings data available in SAP. These include INPPD (IS-H: Time Slot List with Integrated Patient Data Entry), INPAD (IS-H: Time Slot List with Integrated Appt Data Entry), ALTTO (IS-H: Number of Time Slot Alternatives), ALTDY (IS-H: Maximum Number of Time Slot Alternatives per Day).. 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 RNAPP10 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
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 RNAPP10 using ABAP code?

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

How to access SAP table RNAPP10

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