N_PFLISTEN SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N_PFLISTEN 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 N_PFLISTEN 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), LFDNR (IS-H: Sequence Number of Movement), FALAR (IS-H: Case Type).. 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 N_PFLISTEN 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 FALNRCHAR10NFALALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5LFDBEW
FALARIS-H: Case Type FALLARTCHAR1FALLART
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
STATUFIS-H: Case Status FALLSTATUSCHAR1FALLSTATUS
BEWTYMovement Category BEWTYCHAR1BEWTY
BWARTIS-H: Movement Type RI_BWARTCHAR2TN14BRI_BWART
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BWIZTIS-H: Time of Movement BWIZTTIMS6UHRZT
PLANBIS-H: Planned Indicator for Date of Movement PLANBCHAR1ISH_PLAN
BWEDTIS-H: Movement End Date, Start Date of Subsequent Movement BWEDTDATS8RI_DATUM
BWEZTIS-H: Movement End Time, Start Time of Subsequent Movement BWEZTTIMS6UHRZT
TELNRIS-H: Telephone Number of Patient in Institution TELF_INTCHAR16TEXT16
ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8NORGALPHAORGID
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8NORGALPHAORGID
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8NBAUALPHABAUID
BETTIS-H: Building ID of Bed Location BETTIDCHAR8NBAUALPHABAUID
PLANRIS-H: Planned Indicator for Room Assignment ISH_PLANRCHAR1ISH_PLAN
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
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
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBNASIS-H: Standardized Birthname GBNAMS_PATCHAR30CHAR30
KONFEIS-H: Religion RI_KONFECHAR2RI_KONFE
NATIOIS-H: Nationality RI_NATIOCHAR3T005LAND1
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3T005LAND1
PSTLZIS-H: Patient Postal Code PSTLZ_PATCHAR10PSTLZ
ORTIS-H: City where Patient Resides ORT01_PATCHAR25TEXT25
STRASIS-H: Street and House Number of Patient STRAS_PATCHAR30STRAS
VIPKZIS-H: VIP Indicator VIPKZCHAR1XFELD
STATUPatient Status PAT_STATUSCHAR1PAT_STATUS
VORSWIS-H: Name Prefix RI_VORSWCHAR15TITEL
TODKZIS-H: Patient Is Deceased PAT_TODCHAR1XFELD
PLANEIS-H: Planned Indicator for End Date of Movement PLANECHAR1ISH_PLAN
ADRNRIS-H: Address Number ISH_ADRNRCHAR10NADRALPHAISH_ADRNR
ADROBIS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
ADRN2IS-H: Address Number ISH_ADRNRCHAR10NADRALPHAISH_ADRNR
ADRO2IS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
PLSNRIS-H: PRS Number ISH_EXTNR_PLSCHAR20ISH_EXTNR_PLS

Key field Non-key field



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

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

SELECT SINGLE *
FROM N_PFLISTEN
INTO CORRESPONDING FIELDS OF WA_N_PFLISTEN
WHERE...

How to access SAP table N_PFLISTEN

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