N1PDKIND SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N1PDKIND is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The N1PDKIND table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), FALAR (IS-H: Case Type), PATNR (IS-H: Patient Number).. 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: Not classified


SAP N1PDKIND table view 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
BEKATTreatment Category BEKATCHAR6TN24ALPHABEHKATEG
ABRKZIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL
SICHVIS-H: Indicator for Restricted Patient SICHVCHAR1XFELD
EINZGIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
KZTXTIS-H: Comment on Case TEXT_NFALCHAR30RI_BEMERK
KUALFIS-H: Last IV Request Number Assigned LLFDKUACHAR10LFDKUA
BEWLFIS-H: Last Movement Number Assigned LLFDBEWNUMC5LFDBEW
DGNLFIS-H: Obsolete LLFDDIANUMC3LFDDIA
PGRLFIS-H: Last Sequence Number for Patient Group (NPGF) LLFDPGFNUMC3LFDPGF
INFKZInfection Indicator INFKZCHAR1XFELD
STATUIS-H: Case Status FALLSTATUSCHAR1FALLSTATUS
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
NOTANIS-H: Emergency Admission Indicator NOTAUFCHAR1XFELD
KRZANIS-H: Quick Admission Indicator KURZAUFCHAR1XFELD
ENDATIS-H: Date of Delivery ENTDATDATS8RI_DATUM
ENTIMIS-H: Time of Delivery ENTZEITTIMS6UHRZT
FGTYPDelivery Category GEBTYPCHAR1TN15FGEBTYP
KZKOMIS-H: Indicator that Complications Arose ISH_KZKOMCHAR1XFELD
KOMTXIS-H: Comment on Delivery TEXT_ENTBCHAR50TEXT50
KOLTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
ARBUNIS-H: Work Incapacity To-Date ARBUNDATS8RI_DATUM
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM
FSPERIS-H: Billing Block for Case FSPERCHAR1ISH_FSPER
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
VORPTIS-H: Number of Days of Previous Treatmt in Calendar Year ISH_VORPTNUMC3ISH_VORPT
BEGDTIS-H: Start Date of Case BEGDT_FALDATS8RI_DATUM
STASPIS-H: Indicator for Admission Type 'Statistics Block' ISH_STASPCHAR1XFELD
KV_KZIS-H: Relevant for Panel Physician Association Billing ISH_KV_KZCHAR1XFELD
EAUFNIS-HCO: Receiver (Order) ISH_EAUFNCHAR12ALPHAAUFNR
KVUEBIS-H: Status of PPA Billing Case ISH_KVUEBCHAR1KV_STATUS
VORGRIS-H: Previous Days to Be Deducted from Max. Length of Stay VOR_GRVERNUMC3GRVER
OBJNRObject number J_OBJNRCHAR22J_OBJNRONR
RESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
CHILDIS-H: Number of Children ISH_CHILDCHAR2ALPHAISH_CHILD
FOREIIS-H: Foreign Case ISH_FOREIGCHAR1XFELD
FATYPCase Category ISH_CASETYPECHAR2TN15CISH_CASETYPE
EMTYPIS-H: Employee Type ISH_EMTYPECHAR2TN15GALPHAISH_EMTYPE
KTTARIS-H CH: Canton Tariff NCH_TARCDECHAR3TNCH12NCH_TARCDE
KTABKIS-H CH: Convention (Hospital <-> Canton) NCH_AGREEMENTCHAR3TNCH13NCH_AGREEMENT
GSTA1IS-H CH: Gestational Age 1 NCH_GESTA1NUMC3NCH_GESTA
GSTA2IS-H CH: Gestational Age 2 NCH_GESTA2NUMC3NCH_GESTA
ANZSCIS-H CH: Number of Previous Pregnancies NCH_ANZSCHNUMC2NCH_ANZSCH
ANZTDIS-H CH: Number of Previous Miscarriages or Stillbirths NCH_ANZTOTNUMC2NCH_ANZSCH
ANZABIS-H CH: Number of Previous Terminations of Pregnancy NCH_ANZABBNUMC2NCH_ANZSCH
LGBISIS-H CH: Service Generation Date to NWCH_GENBISDATS8DATUM
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT
APSTATEIS-H: Application Status ISH_APSTATECHAR2TNC301SAISH_APSTATE
FACHRSpecialty for Organizational Unit FACHRTY7CHAR4TNKFAALPHAISH_FACHR
ENDTYPIS-H: Type of Case End ISH_CASEENDCHAR2TN15DISH_CASEEND

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1PDKIND
INTO CORRESPONDING FIELDS OF WA_N1PDKIND
WHERE...

How to access SAP table N1PDKIND

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