RNPATAPP SAP (IS-H: Patient Appointment List) Structure details

Dictionary Type: Structure
Description: IS-H: Patient Appointment List




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




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

RNPATAPP 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: Patient 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_RNPATAPP TYPE RNPATAPP.

The RNPATAPP table consists of various fields, each holding specific information or linking keys about IS-H: Patient Appointment List data available in SAP. These include ICON (IS-H: Icon for Appointment/Visit), BWIDT (IS-H: Date of Movement), BWIZT (IS-H: Time of Movement), DSPTY (IS-H: Scheduling Type for Visit Scheduling).. 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 RNPATAPP 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
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
ICONIS-H: Icon for Appointment/Visit ISH_ICON_APP_VISITCHAR4Assigned to domainICON
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BWIZTIS-H: Time of Movement BWIZTTIMS6UHRZT
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8Assigned to domainISH_DSPTC8
ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
DOC_NAMEIS-H: Compound Name of Attending Person ISH_APERSCCHAR50TEXT50
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
DAUERIS-H: Duration in Minutes for Treatment Appointment ISH_APTIMENUMC4ISH_DZEIT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10Assigned to domainISH_POBNR
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
NO_TC_ICONSymbol 'Treatment Authorization Not Issued for Patient/Case' ISH_NO_TC_ICONCHAR50TEXT50
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
BWARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
PELOCIS-H: Person Being Substituted ISH_PELOCCHAR10Assigned to domainALPHARI_KUNNR
BARZTIS-H: Personnel Number of Attending Physician BARNRCHAR10Assigned to domainALPHARI_KUNNR
STATUS_EXIS-H: External Status of Outpatient Visit ISH_ABSTEXCHAR2Assigned to domainISH_ABSTEX
TMNIDIS-H: Identification of Appointment ISH_TMNIDCHAR10ALPHAISH_LNRAPP
LNRAPPIS-H: Sequence Number of Provisional Appointment ISH_LNRAPPCHAR10ALPHAISH_LNRAPP
PZIFFCheck Digit for Patient PZIFF_PATCHAR1PZIFFPZP
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
KRZANIS-H: Quick Admission Indicator KURZAUFCHAR1XFELD
STATUSIS-H: Internal Status of Outpatient Visit ISH_ABSTINCHAR2ISH_ABSTIN
VISTYIS-H: Code of Visit Category for Visit Scheduling ISH_BTCHAR1ISH_BT
BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
CLASSIS-H: Patient Class ISH_PAYCLCHAR4ALPHAISH_PAYCL
FACHRSpecialty for Physicians FACHRTY5CHAR4Assigned to domainALPHAISH_FACHR
STOIDIS-H: Reason for Canceling Movement N1BSTOIDCHAR3Assigned to domainN1STOID
STOTXText for Cancellation Reason N1STOTXCHAR15N1C015
KZTXTComment on Case Movement TEXT_BEWCHAR50TEXT50
AUTH_DSPIS-H: Perform Authorization Check ISH_AUTHCHAR1XFELD
AUTH_INSIS-H: Perform Authorization Check ISH_AUTHCHAR1XFELD
AUTH_UPDIS-H: Perform Authorization Check ISH_AUTHCHAR1XFELD
AUTH_DELIS-H: Perform Authorization Check ISH_AUTHCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNPATAPP

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