RNAPP_EXT SAP (IS-H: Appt Data Visit Scheduling for External Applications) Structure details

Dictionary Type: Structure
Description: IS-H: Appt Data Visit Scheduling for External Applications




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




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

RNAPP_EXT 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: Appt Data Visit Scheduling for External Applications" 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_RNAPP_EXT TYPE RNAPP_EXT.

The RNAPP_EXT table consists of various fields, each holding specific information or linking keys about IS-H: Appt Data Visit Scheduling for External Applications data available in SAP. These include TMNOE (Organizational Unit Assigned to Case), TMNOEKB (IS-H: Organizational Unit Short Text), TMNDT (IS-H: Date of Appointment), TMNZT (IS-H: Time 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 (character-type)


SAP RNAPP_EXT 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
TMNIDIS-H: Identification of Appointment ISH_TMNIDCHAR10ALPHAISH_LNRAPP
TMNOEOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
TMNOEKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
TMNDTIS-H: Date of Appointment ISH_TMNDTDATS8DATE
TMNZTIS-H: Time of Appointment ISH_TMNZTTIMS6UHRZT
TMNDRIS-H: Duration of Appointment ISH_TMDAUERNUMC4ISH_DZEIT
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
PNAMCIS-H: Compound Patient Name ISH_PNAMECCHAR50TEXT50
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
GSCHLEIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
BANAMIS-H: Name of Attending Physician ISH_BANAMCHAR40TEXT40
KZTXTComment on Case Movement TEXT_BEWCHAR50TEXT50
REVERSIS-H: Indicator that Cancellation is Allowed ISH_REVERSCHAR1XFELD
KZDONEIS-H: Indicator that Patient Attended Appointment ISH_TMDONECHAR1ISH_SIGN
KZLSTEXISTIS-H: Ind. whether Med. Services Should be Displayed ISH_LMEDCHAR1XFELD
LSTTXTIS-H: Service Short Text 120-Char. STXT1 + STXT2 + STXT3 KTXTCONCCHAR120TEXT120
VKGANFNARequest Type Name ANFNACHAR30TEXT30
KANAMIS-H: CORD/PREG: Short Anamnesis in Clinical Order N1VKANAMCHAR50TEXT50
DITXTIS-H: Preregistration Diagnosis N1VKDIACHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RNAPP_EXT

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