RN1PRPATHIST SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RN1PRPATHIST 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 "" 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_RN1PRPATHIST TYPE RN1PRPATHIST.

The RN1PRPATHIST table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EIUKZ (), EINKB (IS-H: Short Text for Institution), PATID (), PATNR (IS-H: Patient Number).. 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 RN1PRPATHIST 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
EIUKZ N1PREIUKZCHAR1XFELD
EINKBIS-H: Short Text for Institution EINKBCHAR15TEXT15
PATID N1PRPATIDCHAR10ALPHAN1PRPATID
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
PZIFFCheck Digit for Patient PZIFF_PATCHAR1PZIFFPZP
PNAMEIS-H: Patient Name RI_NAMECHAR30TEXT30
FALNR_LOWIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
FALNR_HIGHIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
EQAKZ N1PREQAKZCHAR1XFELD
WEEKZ N1PRWEEKZCHAR1XFELD
MONKZ N1PRMONKZCHAR1XFELD
YEAKZ N1PRYEAKZCHAR1XFELD
BEGDTStart Date N1BGDATDATS8DATS
ENDDTEnd Date N1ENDATDATS8DATS
FRDKZ N1PRFRDKZCHAR1XFELD
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8Assigned to domainALPHAORGID
HIRKZ N1PRHIRKZCHAR1XFELD
ORGNAIS-H: Organizational Unit Name ORGNACHAR30TEXT30
ANFKZ N1PRANFKZCHAR1XFELD
DIAKZ N1PRDIAKZCHAR1XFELD
PKTKZ N1PRPKTKZCHAR1XFELD
DOCKZ N1PRDOCKZCHAR1XFELD
AKTKZ N1PRAKTKZCHAR1XFELD
PFLKZ N1PRPFLKZCHAR1XFELD
NTZKZ N1PRNOTKZCHAR1XFELD
TMNKZ N1PRTMNKZCHAR1XFELD
VKGKZ N1PRVKGKZCHAR1XFELD
LOCKZ N1PRLOCKZCHAR1XFELD
PRGKZ N1PRPRGKZCHAR1XFELD
LEXKZ N1PRLEXKZCHAR1XFELD
OWNKZ N1PROWNKZCHAR1XFELD
FALNR_ICON 0

Key field Non-key field



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

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

How to access SAP table RN1PRPATHIST

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