RN1PAL_PATIENT_EXT SAP (Public Structure of Patient Data for Patient Groups) Structure details

Dictionary Type: Structure
Description: Public Structure of Patient Data for Patient Groups




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




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

RN1PAL_PATIENT_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 "Public Structure of Patient Data for Patient Groups" 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_RN1PAL_PATIENT_EXT TYPE RN1PAL_PATIENT_EXT.

The RN1PAL_PATIENT_EXT table consists of various fields, each holding specific information or linking keys about Public Structure of Patient Data for Patient Groups data available in SAP. These include PATIENT_ID (IS-H: Patient Number), CASE_ID (IS-H: Case Number), MOVEMENT_ID (IS-H: Sequence Number of Movement), TITEL (IS-H: Title).. 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: Cannot Be Enhanced


SAP RN1PAL_PATIENT_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
INSTITUTION_IDInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PATIENT_IDIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
CASE_IDIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
MOVEMENT_IDIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
TITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
FIRST_NAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
LAST_NAMEPatient Last Name NNAME_PATCHAR30TEXT30
COMPOSITE_NAMEIS-H: Compound Patient Name ISH_PNAMECCHAR50TEXT50
DATE_OF_BIRTHIS-H: Birthdate RI_GBDATDATS8RI_DATUM
AGEAge in Days N1_AGE_DAYSINT410
GENDERIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
DEADIS-H: Patient Is Deceased PAT_TODCHAR1XFELD
CASE_KINDIS-H: Case Type FALLARTCHAR1FALLART
MOVEMENT_TYPEMovement Category BEWTYCHAR1BEWTY
MOVEMENT_KINDIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
MOVEMENT_PLAN_STATUSIS-H: Planned Indicator for Date of Movement PLANBCHAR1ISH_PLAN
MOVEMENT_END_PLAN_STATUSIS-H: Planned Indicator for End Date of Movement PLANECHAR1ISH_PLAN
MOVEMENT_OUTP_STATUSIS-H: Internal Status of Outpatient Visit ISH_ABSTINCHAR2ISH_ABSTIN
MOVEMENT_DATEIS-H: Date of Movement BWIDTDATS8RI_DATUM
MOVEMENT_TIMEIS-H: Time of Movement BWIZTTIMS6UHRZT
ADMISSION_DATEIS-H: Date of Movement BWIDTDATS8RI_DATUM
ADMISSION_TIMEIS-H: Time of Movement BWIZTTIMS6UHRZT
TRANSFER_DATEIS-H: Date of Movement BWIDTDATS8RI_DATUM
TRANSFER_TIMEIS-H: Time of Movement BWIZTTIMS6UHRZT
DISCHARGE_DATEIS-H: Date of Movement BWIDTDATS8RI_DATUM
DISCHARGE_TIMEIS-H: Time of Movement BWIZTTIMS6UHRZT
OPERATION_DATEIS-H: Date of Movement BWIDTDATS8RI_DATUM
OPERATION_TIMEIS-H: Time of Movement BWIZTTIMS6UHRZT
LENGTH_OF_STAYIS-H: Length of Stay of a Case in Days ISH_CASE_VWDNUMC5
DAYS_SINCE_ADMISSIONIS-H: Days Since Admission ISH_AUFDT_DAYSNUMC4NUMC4
DAYS_SINCE_OPERATIONIS-H: Days Since Last Surgery ISH_SRGDT_DAYSNUMC4NUMC4
DAYS_TO_MAX_STAYIS-H: Maximum Length of Stay in Days Reached ISH_DAYS_TO_OGVDNUMC3GRVER
DAYS_OF_MAX_STAYIS-H: Maximum Length of Stay Overrun in Days ISH_DAYS_OGVDNUMC3GRVER
DAYS_OF_MIN_STAYIS-H: Minimum Length of Stay Shortfall in Days ISH_DAYS_UGVDNUMC3GRVER
DAYS_OF_MEDIAN_STAYIS-H: Average Length of Stay Shortfall in Days ISH_DAYS_MGVDNUMC3GRVER
IS_PRIVATELY_INSUREDIS-H: Private Patient ISH_PRIVPCHAR1CHAR1
TREATMENT_CATEGORYTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
IS_VIPIS-H: VIP Indicator VIPKZCHAR1XFELD
CARE_LEVEL Nursing Classification NSR Text0
CONFESSIONReligious Denomination Long Text KNFTXCHAR25TEXT25
ALLERGIES_COUNTTechnical Number N2AD_NUMBERNUMC5NUMC
ALLERGIES_STATE_TOTALOverall Allergy Status (OAS) N2AD_STATE_TOTALCHAR1N2AD_STATE_TOTAL
RISK_FACTORS_COUNT Number of Risk Factors0
DIAGNOSE Combined Diagnosis0
DIAGNOSES_COUNT Number of (Principal) Diagnoses0
PROCEDURES_COUNT Number of Surgeries0
ATTENDING_PHYSICIANIS-H: Name of Attending Physician ISH_BANAMECHAR50TEXT50
RISKSIS-H: Risk Information Exists for the Patient ISH_RISIKOCHAR1XFELD
DOCUMENTS_NEW_TODAY There Are New Documents Created Today0
DOCUMENTS_COUNT Number of Documents0
LABORATORY_DOCS_NEW_TODAY There Are New Lab Documents Created Today0
DEPARTMENTIDIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
WARDIDOrganizational Unit Assigned to Case NZUWPFCHAR8Assigned to domainALPHAORGID
ROOMIDIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
BEDIDIS-H: Building ID of Bed Location BETTIDCHAR8Assigned to domainALPHABAUID
ROOM_ASSIGN_STATUSIS-H: Planned Indicator for Room Assignment ISH_PLANRCHAR1ISH_PLAN

Key field Non-key field



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

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

How to access SAP table RN1PAL_PATIENT_EXT

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