RNAPP9H_COPY SAP (IS-H: Treatment Unit Header Data Copied as Item Data) Structure details

Dictionary Type: Structure
Description: IS-H: Treatment Unit Header Data Copied as Item Data




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




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

RNAPP9H_COPY 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: Treatment Unit Header Data Copied as Item Data" 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_RNAPP9H_COPY TYPE RNAPP9H_COPY.

The RNAPP9H_COPY table consists of various fields, each holding specific information or linking keys about IS-H: Treatment Unit Header Data Copied as Item Data data available in SAP. These include SRCHD (IS-H: Start Date for Open Time Slot Search), TO_WEEK (IS-H: In x Weeks), SRCHGRP (IS-H: Find Time Slot for Group Treatment), EXCL_MON_AM (IS-H: Except for Monday Morning).. 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 RNAPP9H_COPY 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
SRCHDIS-H: Start Date for Open Time Slot Search ISH_APP_SRCHDDATS8RI_DATUM
TO_WEEKIS-H: In x Weeks ISH_TOWEEKNUMC3NUMC03
SRCHGRPIS-H: Find Time Slot for Group Treatment ISH_SRCHGRPCHAR1XFELD
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 RNAPP9H_COPY using ABAP code?

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

How to access SAP table RNAPP9H_COPY

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