NAPP SAP (IS-H: Provisional Appointments for Visit Scheduling) Table details

Dictionary Type: Table
Description: IS-H: Provisional Appointments for Visit Scheduling




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




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

NAPP is a standard SAP Table which is used to store IS-H: Provisional Appointments for Visit Scheduling data and is available within R/3 SAP systems depending on the version and release level.

The NAPP table consists of various fields, each holding specific information or linking keys about IS-H: Provisional Appointments for Visit Scheduling data available in SAP. These include LNRAPP (IS-H: Sequence Number of Provisional Appointment), EINRI (Institution), FALNR (IS-H: Case Number), LFDNR (IS-H: Sequence Number of Movement).. 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 or numeric)


SAP NAPP 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
LNRAPPIS-H: Sequence Number of Provisional Appointment ISH_LNRAPPCHAR10ALPHAISH_LNRAPP
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5NBEWLFDBEW
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
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
DAUERIS-H: Duration in Minutes for Treatment Appointment ISH_APTIMENUMC4ISH_DZEIT
FACHRSpecialty for Physicians FACHRTY5CHAR4TNKFAALPHAISH_FACHR
PELOCIS-H: Person Being Substituted ISH_PELOCCHAR10Assigned to domainALPHARI_KUNNR
STOIDIS-H: Reason for Canceling Movement N1BSTOIDCHAR3Assigned to domainN1STOID
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
TMNIDIS-H: Identification of Appointment ISH_TMNIDCHAR10NTMNALPHAISH_LNRAPP
PTINPIS-H: Inpatient Scheduling Type N1PTINPCHAR8N1PTIISH_DSPTC8

Key field Non-key field



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

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

SELECT SINGLE *
FROM NAPP
INTO CORRESPONDING FIELDS OF WA_NAPP
WHERE...

How to access SAP table NAPP

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