NPSPAT SAP (IS-H: Pseudonymized Patient Master Data (General)) Table details

Dictionary Type: Table
Description: IS-H: Pseudonymized Patient Master Data (General)




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




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

NPSPAT is a standard SAP Table which is used to store IS-H: Pseudonymized Patient Master Data (General) data and is available within R/3 SAP systems depending on the version and release level.

The NPSPAT table consists of various fields, each holding specific information or linking keys about IS-H: Pseudonymized Patient Master Data (General) data available in SAP. These include PATNR (IS-H: Patient Number), GSCHL (IS-H: Sex Indicator - Internal), NNAME (Patient Last Name), NNAMS (IS-H: Standardized Last Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP NPSPAT table 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
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
NNAMSIS-H: Standardized Last Name NNAMES_PATCHAR30CHAR30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
VNAMSStandardized First Name VNAMES_PATCHAR30CHAR30
ANREDPseudonymized Form of Address Key ISH_PSANRDSCHAR4TEXT4
TITELPseudonymized Title ISH_PSTITELCHAR15TEXT15
NAMZUPseudonymized Name Affix ISH_PSNAMZUCHAR15TEXT15
VORSWPseudonymized Name Prefix ISH_PSVORSWCHAR15TEXT15
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBNASIS-H: Standardized Birthname GBNAMS_PATCHAR30CHAR30
NATIOIS-H: Nationality RI_NATIOCHAR3Assigned to domainLAND1
RESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
GEBIE_BPIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
UNKNOWN_GBDATBirthdate Is Unknown ISH_UNKNOWN_GBDATCHAR1ISH_UNKNOWN_GBDAT
/ISHFR/BIRTHRKIS-H FR: Birth Rank /ISHFR/ISH_BIRTH_RANKNUMC1/ISHFR/ISH_BIRTH_RANK
ADRNRAddress Number of Pseudonymized Address ISH_PSADRNRCHAR10Assigned to domainALPHAISH_ADRNR
ADROBIS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table NPSPAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on NPSPAT to SELECT all data from the table
DATA: WA_NPSPAT TYPE NPSPAT.

SELECT SINGLE *
FROM NPSPAT
INTO CORRESPONDING FIELDS OF WA_NPSPAT
WHERE...

How to access SAP table NPSPAT

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