NPAP SAP (IS-H: Provisional Patient Master Data) Table details

Dictionary Type: Table
Description: IS-H: Provisional Patient Master Data




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




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

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

The NPAP table consists of various fields, each holding specific information or linking keys about IS-H: Provisional Patient Master Data data available in SAP. These include PAPID (IS-H: Provisional Patient Number), NNAME (Patient Last Name), NNAMS (IS-H: Standardized Last Name), VNAME (IS-H: Patient First 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)


SAP NPAP 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 MANDTCLNT3T000MANDT
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10ALPHAISH_PAPID
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
NNAMSIS-H: Standardized Last Name NNAMES_PATCHAR30CHAR30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
VNAMSStandardized First Name VNAMES_PATCHAR30CHAR30
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBNASIS-H: Standardized Birthname GBNAMS_PATCHAR30CHAR30
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
TITELIS-H: Title RI_TITELCHAR15T535NTITEL
NAMZUIS-H: Name Affix RI_NAMZUCHAR15T535NTITEL
VORSWIS-H: Name Prefix RI_VORSWCHAR15T535NTITEL
ANREDIS-H: Form-of-Address Key RI_ANRDSCHAR2Assigned to domainRI_ANRDS
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
RVNUMIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM
PASSTYType of Identification Document ISH_PASSTYCHAR2TN17DALPHAISH_PASSTY
PASSNRIS-H: Identification Document Number ISH_PASSNRCHAR15NLJUSISH_PASSNR
ADRNRIS-H: Address Number ISH_ADRNRCHAR10NADRALPHAISH_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
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
UNKNOWN_GBDATBirthdate Is Unknown ISH_UNKNOWN_GBDATCHAR1ISH_UNKNOWN_GBDAT
MIG_DONEIndicator Specifying Record Is Migrated to BP Table ISH_BPMIG_DONECHAR1ISH_BPMIG_DONE
/ISHFR/BIRTHRKIS-H FR: Birth Rank /ISHFR/ISH_BIRTH_RANKNUMC1/ISHFR/ISH_BIRTH_RANK

Key field Non-key field



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

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

SELECT SINGLE *
FROM NPAP
INTO CORRESPONDING FIELDS OF WA_NPAP
WHERE...

How to access SAP table NPAP

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