RNAPP_PROPOSAL SAP (IS-H: Default Values / Template for an Appointment) Structure details

Dictionary Type: Structure
Description: IS-H: Default Values / Template for an Appointment




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




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

RNAPP_PROPOSAL 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: Default Values / Template for an Appointment" 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_PROPOSAL TYPE RNAPP_PROPOSAL.

The RNAPP_PROPOSAL table consists of various fields, each holding specific information or linking keys about IS-H: Default Values / Template for an Appointment data available in SAP. These include TMNOE_X (IS-H: Transfer Field Content when Creating/Changing Object), POBNR (IS-H: Internal Sequence Number of Planning Object), POBNR_X (IS-H: Transfer Field Content when Creating/Changing Object), ZIMMR (IS-H: Building ID of Room).. 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_PROPOSAL 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
TMNOEIS-H: Planned Organizational Unit ISH_TMNOECHAR8Assigned to domainALPHAORGID
TMNOE_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10Assigned to domainISH_POBNR
POBNR_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
ZIMMR_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
PERNRIS-H: Person Number PERNR_FALLCHAR10Assigned to domainALPHARI_KUNNRPER
PERNR_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
TMNDRIS-H: Duration of Appointment ISH_TMDAUERNUMC4ISH_DZEIT
TMNDR_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
TMNDTIS-H: Date of Appointment ISH_TMNDTDATS8DATE
TMNDT_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
TMNZTIS-H: Time of Appointment ISH_TMNZTTIMS6UHRZT
TMNZT_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8Assigned to domainISH_DSPTC8
DSPTY_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
PTINPIS-H: Inpatient Scheduling Type N1PTINPCHAR8Assigned to domainISH_DSPTC8
PTINP_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
BWARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
BWART_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
UARNRIS-H: Personnel Number of Referring Physician UARNRCHAR10Assigned to domainALPHARI_KUNNR
UARNR_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
BEKAT_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
ORGFA_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
FATYPCase Category ISH_CASETYPECHAR2Assigned to domainISH_CASETYPE
FATYP_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
.INCLU--AP 0
TPARTTransport Type N1TPAECHAR2Assigned to domainN1TPAE
TPART_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD
BWPRIOPrioritization for Request/Movement (Internal) N1APRI_DNUMC3N1APRI
BWPRIO_XIS-H: Transfer Field Content when Creating/Changing Object ISH_MOVE_FIELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNAPP_PROPOSAL

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