U_17555 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_17555 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 U_17555 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LNRAPP (IS-H: Sequence Number of Provisional Appointment), EINRI (Institution), PATNR (IS-H: Patient Number), PZIFF (Check Digit for Patient).. 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 U_17555 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
LNRAPPIS-H: Sequence Number of Provisional Appointment ISH_LNRAPPCHAR10ALPHAISH_LNRAPP
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
PZIFFCheck Digit for Patient PZIFF_PATCHAR1PZIFFPZP
FALNRIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
TITELIS-H: Title RI_TITELCHAR15TITEL
NAMZUIS-H: Name Affix RI_NAMZUCHAR15TITEL
VORSWIS-H: Name Prefix RI_VORSWCHAR15TITEL
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
FALARIS-H: Case Type FALLARTCHAR1FALLART
NOTANIS-H: Emergency Admission Indicator NOTAUFCHAR1XFELD
KRZANIS-H: Quick Admission Indicator KURZAUFCHAR1XFELD
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5LFDBEW
BWARTIS-H: Movement Type RI_BWARTCHAR2RI_BWART
DSPTYIS-H: Scheduling Type for Visit Scheduling ISH_DSPTCHAR8TN40BISH_DSPTC8
VISTYIS-H: Code of Visit Category for Visit Scheduling ISH_BTCHAR1ISH_BT
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BWIZTIS-H: Time of Movement BWIZTTIMS6UHRZT
STATUIS-H: Internal Status of Outpatient Visit ISH_ABSTINCHAR2ISH_ABSTIN
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8NORGALPHAORGID
ORGPFOrganizational Unit Assigned to Case NZUWPFCHAR8NORGALPHAORGID
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10NPOBISH_POBNR
PERNRIS-H: Person Number PERNR_FALLCHAR10NGPAALPHARI_KUNNRPER
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8NBAUALPHABAUID
BEKATTreatment Category BEKATCHAR6ALPHABEHKATEG
KZTXTComment on Case Movement TEXT_BEWCHAR50TEXT50
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
LGTXTIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
RISKFIS-H: Risk Information Exists for the Patient ISH_RISIKOCHAR1XFELD
TELF1IS-H: Patient Telephone Number TELF_PATCHAR16TEXT16

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_17555
INTO CORRESPONDING FIELDS OF WA_U_17555
WHERE...

How to access SAP table U_17555

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