RNADP SAP (IS-H: Visit Data Transfer via Memory from Visit Management) Structure details

Dictionary Type: Structure
Description: IS-H: Visit Data Transfer via Memory from Visit Management




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




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

RNADP 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: Visit Data Transfer via Memory from Visit Management" 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_RNADP TYPE RNADP.

The RNADP table consists of various fields, each holding specific information or linking keys about IS-H: Visit Data Transfer via Memory from Visit Management data available in SAP. These include ORGFA (IS-H: Org. Unit with Departmental Assignment Authority), ORGPF (Organizational Unit with Nursing Assignment Authority), BWIDT (IS-H: Date of Movement), BWIZT (IS-H: Time of Movement).. 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 RNADP 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
ORGFAIS-H: Org. Unit with Departmental Assignment Authority ISH_ORGFACHAR8Assigned to domainALPHAORGID
ORGPFOrganizational Unit with Nursing Assignment Authority ISH_ORGPFCHAR8Assigned to domainALPHAORGID
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BWIZTIS-H: Time of Movement BWIZTTIMS6UHRZT
BWARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
STATUIS-H: Internal Status of Outpatient Visit ISH_ABSTINCHAR2ISH_ABSTIN
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10Assigned to domainISH_POBNR
BARZTIS-H: Personnel Number of Attending Physician BARNRCHAR10Assigned to domainALPHARI_KUNNR
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8Assigned to domainISH_DSPTC8
VISTYIS-H: Code of Visit Category for Visit Scheduling ISH_BTCHAR1ISH_BT
BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
CLASSIS-H: Patient Class ISH_PAYCLCHAR4ALPHAISH_PAYCL
FILL IS-H: Transfer Data ('X'=Always;'I'=Create;'U'=Change)0
KZTXTComment on Case Movement TEXT_BEWCHAR50TEXT50
FACHRSpecialty ISH_FACHRCHAR4Assigned to domainALPHAISH_FACHR
STOIDIS-H: Reason for Canceling Movement N1BSTOIDCHAR3Assigned to domainN1STOID
LNRAPPIS-H: Sequence Number of Provisional Appointment ISH_LNRAPPCHAR10ALPHAISH_LNRAPP
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
DAUERIS-H: Duration in Minutes for Treatment Appointment ISH_APTIMENUMC4ISH_DZEIT
PELOCIS-H: Person Being Substituted ISH_PELOCCHAR10Assigned to domainALPHARI_KUNNR
BNKZIS-H: Notification of Appointment Desired ISH_APP_NOTI_WANTEDCHAR1XFELD
BNDTIS-H: Date on which patient was last notified ISH_BNDTDATS8RI_DATUM
BNARTIS-H: Type of Notification (Tel., Written) ISH_BNARTCHAR1KOMMART
EINBDTIS-H: Date of Appointment of which Patient Last Notified ISH_EINBDTDATS8RI_DATUM
EINBZTIS-H: Time of Appointment of which Patient Last Notified ISH_EINBZTTIMS6UHRZT
EINBOENursing Org. Unit of Patient's Last Scheduled Appointment ISH_EINBOECHAR8Assigned to domainALPHAORGID
EINBPERIS-H: Person/Physician of Last Patient Appt Notification ISH_EINBPERCHAR10Assigned to domainALPHARI_KUNNR
EINBZIMIS-H: Building Unit of Last Patient Notification ISH_EINBZIMCHAR8Assigned to domainALPHABAUID
BWGR1Movement Reason - 1st and 2nd Positions ISH_BWGR1CHAR2Assigned to domainISH_BGRUND
BWGR2Movement Reason - 3rd and 4th Positions ISH_BWGR2CHAR2Assigned to domainISH_BGRUND
UARNRIS-H: Personnel Number of Referring Physician UARNRCHAR10Assigned to domainALPHARI_KUNNR
ISHMEDFlag for ISHMED N1ISHMEDCHAR1
TELF1IS-H: Telephone Number ISH_TELNRCHAR30CHAR30
EMAILIS-H: Internet Mail (SMTP) Address ISH_SMTPADRCHAR241SXIDNAD_SMTPADR
FATYPCase Category ISH_CASETYPECHAR2Assigned to domainISH_CASETYPE

Key field Non-key field



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

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

How to access SAP table RNADP

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