RNAPP13 SAP (IS-H: Time Slot Data in Appointment List) Structure details

Dictionary Type: Structure
Description: IS-H: Time Slot Data in Appointment List




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




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

RNAPP13 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: Time Slot Data in Appointment List" 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_RNAPP13 TYPE RNAPP13.

The RNAPP13 table consists of various fields, each holding specific information or linking keys about IS-H: Time Slot Data in Appointment List data available in SAP. These include ATSALT (IS-H: Number of Alternative Time Slot of Treatment Unit), EINRI (Institution), POBNR (IS-H: Internal Sequence Number of Planning Object), TMNDT (IS-H: Date of Appointment).. 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 RNAPP13 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
ATSNOSequence Number of Time Slot ISH_ATSNONUMC3NUMC03
ATSALTIS-H: Number of Alternative Time Slot of Treatment Unit ISH_ATSALTNUMC3NUMC3
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10Assigned to domainISH_POBNR
TMNDTIS-H: Date of Appointment ISH_TMNDTDATS8DATE
TMNZTIS-H: Time of Appointment ISH_TMNZTTIMS6UHRZT
TMNDRIS-H: Duration of Appointment ISH_TMDAUERNUMC4ISH_DZEIT
TMNOEIS-H: Planned Organizational Unit ISH_TMNOECHAR8Assigned to domainALPHAORGID
ATTFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
PERNRIS-H: Person Number PERNR_FALLCHAR10Assigned to domainALPHARI_KUNNRPER
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
DISTMINIS-H: Minimum Interval Between Appointments ISH_APPDIST_MINNUMC3ISH_APPDIST
DISTMAXIS-H: Maximum Interval Between Appointments ISH_APPDIST_MAXNUMC3ISH_APPDIST
DISTUNITIS-H: Time Unit for Interval Between Two Appointments ISH_APPDIST_UNITNUMC1ISH_APPDIST_UNIT
CYCLEIS-H: Appointment Cycle ISH_APPCYCLENUMC3NUMC03
CYCLEUNITIS-H: Time Unit for Appointment Cycle ISH_APPCYCLE_UNITNUMC1ISH_APPCYCLE_UNIT
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8Assigned to domainISH_DSPTC8
VISTYIS-H: Code of Visit Category for Visit Scheduling ISH_BTCHAR1ISH_BT
POBNAMEIS-H: Name or Description of Planning Object ISH_POBDESCCHAR50ISH_C50
FACHRSpecialty for Physicians FACHRTY5CHAR4Assigned to domainALPHAISH_FACHR
MEDTXIS-H: Comment on Appointment / Time Slot ISH_ATSTXTCHAR50ISH_ATSTXT
PATAPPSymbol 'Patient Already Has Appointment for this Day' ISH_PATAPP_EXISTCHAR50TEXT50
STATUSIS-H: Internal Status of Outpatient Visit ISH_ABSTINCHAR2ISH_ABSTIN
STATUS_EXIS-H: External Status of Outpatient Visit ISH_ABSTEXCHAR2Assigned to domainISH_ABSTEX
APP_CONSTR_OBJIS-H: Appointment Template Object N1APP_CONSTRAINT_OBJECTREF0CL_ISH_APP_CONSTRAINT
RT_SRVP_OBJ 0
UNITIDIS-H: Treatment Unit ID ISH_TREATM_UNITIDNUMC3NUMC03
TABROWIS-H: 10-Digit Number, Special for Sequence Number ISH_COUNTERCHAR10CHAR10
APP_OBJIS-H: Appointment Object N1APPOINTMENT_OBJECTREF0CL_ISH_APPOINTMENT

Key field Non-key field



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

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

How to access SAP table RNAPP13

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