ISH_PATDATA_SMALL SAP (IS-H: Selection of Details on Patient) Structure details

Dictionary Type: Structure
Description: IS-H: Selection of Details on Patient




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




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

ISH_PATDATA_SMALL 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: Selection of Details on Patient" 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_ISH_PATDATA_SMALL TYPE ISH_PATDATA_SMALL.

The ISH_PATDATA_SMALL table consists of various fields, each holding specific information or linking keys about IS-H: Selection of Details on Patient data available in SAP. These include PATIENTID (IS-H: Patient Number), CHKDIGITPAT (Check Digit for Patient), EXT_PAT_ID (IS-H: External Patient Identification), INSTITUTION (Institution).. 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 ISH_PATDATA_SMALL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PATIENTIDIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
CHKDIGITPATCheck Digit for Patient PZIFF_PATCHAR1PZIFFPZP
EXT_PAT_IDIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
INSTITUTIONInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
LAST_NAME_PATPatient Last Name NNAME_PATCHAR30TEXT30
FRST_NAME_PATIS-H: Patient First Name VNAME_PATCHAR30TEXT30
BIRTH_NAMEIS-H: Birthname GBNAMCHAR30TEXT30
DOBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
FULL_NAME_PATIS-H: Patient Name RI_NAMECHAR30TEXT30
SEX_STEXTIS-H: Sex Specification - User-Specific TEXT_GESCHAR10TEXT10
DT_O_DEATH_FROMIS-H: Date of Death From TODDVDATS8RI_DATUM
NATION_TEXTNationality NATIOCHAR15TEXT15
ORGAN_DONOROrgan Donor Indicator SPENKZCHAR1XFELD
SSNIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM
FAM_PHYSIS-H: Personnel Number of Family Physician HARNRCHAR10Assigned to domainALPHARI_KUNNR
OCCUPATIONIS-H: Patient Occupation BERUFCHAR25TEXT25
EMP_NAMEIS-H: Employer Name AGNAMCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table ISH_PATDATA_SMALL

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