RNAPP17 SAP (IS-H: Planning Object Data (Internal Use)) Structure details

Dictionary Type: Structure
Description: IS-H: Planning Object Data (Internal Use)




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




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

RNAPP17 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: Planning Object Data (Internal Use)" 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_RNAPP17 TYPE RNAPP17.

The RNAPP17 table consists of various fields, each holding specific information or linking keys about IS-H: Planning Object Data (Internal Use) data available in SAP. These include ORGID (Identification Key of Organizational Unit), PERNR (IS-H: Person Number), BAUID (IS-H: Identification of Building Unit), ASSIG (Building Unit-to-Organizational Unit Assignment).. 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 or numeric)


SAP RNAPP17 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
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10Assigned to domainISH_POBNR
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
PERNRIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
BAUIDIS-H: Identification of Building Unit BAUIDCHAR8Assigned to domainALPHABAUIDBAU
ASSIGBuilding Unit-to-Organizational Unit Assignment ISH_OU_BU_ASSIGCHAR1ISH_OU_BU_ASSIG
SRCH_DAYSIS-H: Srch Intrvl (Days) for Finding Open Time Slots OC Mgmt ISH_SRCHDNUMC3NUMC03
OVERBIS-H: Restricted Overbooking Option ISH_OVERBCHAR1XFELD
TAVALIDIS-H: Limited Validity of Planning Object Time Slot ISH_TAVALIDNUMC4NUMC04
TAHOLIDIS-H: Time Slot Also Valid on Public Holidays ISH_TAHOLIDCHAR1XFELD
RANKIS-H: Rank ISH_RANKCHAR3Assigned to domainALPHAISH_RANK
COLUMNIS-H: Column no. of planning object schedule in visit sched. ISH_COLCALNUMC2NUMC2
TEXTIS-H: Name of Planning Object (for F4 Input Help) ISH_POBNAMCHAR30CHAR30
AUTH_INSIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
AUTH_UPDIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
AUTH_DSPIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
AUTH_DELIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
AUTH_OVBIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
AUTH_FORCINIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
ROOMIS-H: Treatment Room of Attending Physician ISH_ROOM_ATTPERSCHAR8Assigned to domainALPHABAUID
ATTPERSIS-H: Attending Person for Treatment Room ISH_ATTPERS_ROOMCHAR10Assigned to domainALPHARI_KUNNR
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS
RFSHIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF

Key field Non-key field



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

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

How to access SAP table RNAPP17

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