RNPATLIST SAP (IS-h: Patient list structure) Structure details

Dictionary Type: Structure
Description: IS-h: Patient list structure




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




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

RNPATLIST 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: Patient list structure" 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_RNPATLIST TYPE RNPATLIST.

The RNPATLIST table consists of various fields, each holding specific information or linking keys about IS-h: Patient list structure data available in SAP. These include PZIFF (Check Digit for Patient), EINRI (Institution), EINKB (IS-H: Short Text for Institution), STORN (IS-H: Cancellation Indicator).. 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 RNPATLIST 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
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
PZIFFCheck Digit for Patient PZIFF_PATCHAR1PZIFFPZP
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
EINKBIS-H: Short Text for Institution EINKBCHAR15TEXT15
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
NNAMSIS-H: Standardized Last Name NNAMES_PATCHAR30CHAR30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
VNAMSStandardized First Name VNAMES_PATCHAR30CHAR30
VORSWIS-H: Name Prefix RI_VORSWCHAR15Assigned to domainTITEL
NAMZUIS-H: Name Affix RI_NAMZUCHAR15Assigned to domainTITEL
TITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
NAME2Pseudonym, Order Name NAME2_PATCHAR30TEXT30
PNAMEIS-H: Patient Name RI_NAMECHAR30TEXT30
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBNASIS-H: Standardized Birthname GBNAMS_PATCHAR30CHAR30
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
GSCHLEIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
GSCHLTXTIS-H: Sex Specification - User-Specific TEXT_GESCHAR10TEXT10
NO_TC_ICONSymbol 'Treatment Authorization Not Issued for Patient/Case' ISH_NO_TC_ICONCHAR50TEXT50
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
RVNUMIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM
PASSTYType of Identification Document ISH_PASSTYCHAR2Assigned to domainALPHAISH_PASSTY
PASSTYTXTText for Identification Document Type ISH_PASSTXCHAR15TEXT15
PASSNRIS-H: Identification Document Number ISH_PASSNRCHAR15NLJUSISH_PASSNR
RESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
TODKZIS-H: Patient Is Deceased PAT_TODCHAR1XFELD
TODURIS-H: Cause of Death TODURCHAR3Assigned to domainTODUR
TUTXTIS-H: Cause of Death Text TUTXTCHAR20TEXT20
AUFKZ IS-H: Admission indicators (Q=quick adm., E=emergency adm.)0
KRZANIS-H: Quick Admission Indicator KURZAUFCHAR1XFELD
NOTANIS-H: Emergency Admission Indicator NOTAUFCHAR1XFELD
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
LANDXCountry Name LANDXCHAR15TEXT15
PSTLZIS-H: Postal Code of City ISH_PSTLZOCHAR10PSTLZ
ORTIS-H: City ISH_CITY1CHAR40TEXT40
ORT2IS-H: District ISH_CITY2CHAR40TEXT40
STRASIS-H: Street ISH_STRASSCHAR40TEXT40
TELNRIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
ADRESIS-H: Patient address ISH_PADRESCHAR50TEXT50
RFPATReference to Patient Number in Merging RFPATCHAR10Assigned to domainALPHAPATNR
TERMINIDIS-H: Identification of Appointment ISH_TMNIDCHAR10ALPHAISH_LNRAPP
ADRNRIS-H: Address Number ISH_ADRNRCHAR10Assigned to domainALPHAISH_ADRNR
ADROBIS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
ADRN2IS-H: Address Number ISH_ADRNRCHAR10Assigned to domainALPHAISH_ADRNR
ADRO2IS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
VIPKZIS-H: VIP Indicator VIPKZCHAR1XFELD
INACT'Inactive' Indicator ISH_INACTIVECHAR1XFELD
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10Assigned to domainALPHAISH_PAPID
VKGIDIS-H: CORD/PREG: ID of an Order Item (Preregistration) N1VKGIDNUMC8N1VKGID
INSID ISH_VERS_NRCHAR10
PATEXTIDPatient in External System ISH_EXTERNAL_PATIENTCHAR20
STPSTP Code ISH_STPCHAR16ISH_STP
TAXNUMTax Number of Person ISH_IT_TAXNUMCHAR20BPTAXNUM
/ISHFR/BIRTHRKIS-H FR: Birth Rank /ISHFR/ISH_BIRTH_RANKNUMC1/ISHFR/ISH_BIRTH_RANK
EXTERNAL_SYSTEMCharacter String 60 CHAR_60CHAR60CHAR_60
PSPNAMEPseudonymized Name ISH_PSNAMECHAR30TEXT30
PSPGBNAMEPseudonymized Birth Name ISH_PSGBNAMECHAR30TEXT30
PSPADDRESSPseudonymized Address ISH_PSADDRESSCHAR60TEXT60
EXTAUFG EXTAUFGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNPATLIST

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