RNPATAPI1 SAP (IS-H: Transfer structure for patient data using RFC / API) Structure details

Dictionary Type: Structure
Description: IS-H: Transfer structure for patient data using RFC / API




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




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

RNPATAPI1 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: Transfer structure for patient data using RFC / API" 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_RNPATAPI1 TYPE RNPATAPI1.

The RNPATAPI1 table consists of various fields, each holding specific information or linking keys about IS-H: Transfer structure for patient data using RFC / API data available in SAP. These include PATNR (IS-H: Patient Number), EINRI (Institution), EINKB (IS-H: Short Text for Institution), PZIFF (Check Digit for Patient).. 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 RNPATAPI1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
EINKBIS-H: Short Text for Institution EINKBCHAR15TEXT15
PZIFFCheck Digit for Patient PZIFF_PATCHAR1PZIFFPZP
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
NNAMSIS-H: Standardized Last Name NNAMES_PATCHAR30CHAR30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
VNAMSStandardized First Name VNAMES_PATCHAR30CHAR30
NAMZUIS-H: Name Affix RI_NAMZUCHAR15Assigned to domainTITEL
VORSWIS-H: Name Prefix RI_VORSWCHAR15Assigned to domainTITEL
NAME2Pseudonym, Order Name NAME2_PATCHAR30TEXT30
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBNASIS-H: Standardized Birthname GBNAMS_PATCHAR30CHAR30
PSTLZIS-H: Patient Postal Code PSTLZ_PATCHAR10PSTLZ
ORTIS-H: City where Patient Resides ORT01_PATCHAR25TEXT25
ORT2Patient District ORT02_PATCHAR25TEXT25
STRASIS-H: Street and House Number of Patient STRAS_PATCHAR30STRAS
TELF1IS-H: Patient Telephone Number TELF_PATCHAR16TEXT16
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
LANDXCountry Name LANDXCHAR15TEXT15
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
GSCHLEIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
GSCHLTXTIS-H: Sex Specification - User-Specific TEXT_GESCHAR10TEXT10
NOTANIS-H: Emergency Admission Indicator NOTAUFCHAR1XFELD
KRZANIS-H: Quick Admission Indicator KURZAUFCHAR1XFELD
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
TODKZIS-H: Patient Is Deceased PAT_TODCHAR1XFELD
TODURIS-H: Cause of Death TODURCHAR3Assigned to domainTODUR
TUTXTIS-H: Cause of Death Text TUTXTCHAR20TEXT20
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
RVNUMIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM

Key field Non-key field



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

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

How to access SAP table RNPATAPI1

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