NPOB SAP (IS-H: Planning Objects for Outpatient Clinic Scheduling) Table details

Dictionary Type: Table
Description: IS-H: Planning Objects for Outpatient Clinic Scheduling




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




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

NPOB is a standard SAP Table which is used to store IS-H: Planning Objects for Outpatient Clinic Scheduling data and is available within R/3 SAP systems depending on the version and release level.

The NPOB table consists of various fields, each holding specific information or linking keys about IS-H: Planning Objects for Outpatient Clinic Scheduling data available in SAP. These include POBNR (IS-H: Internal Sequence Number of Planning Object), ORGID (Identification Key of Organizational Unit), EINRI (Institution), BAUID (IS-H: Identification of Building Unit).. 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 NPOB 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
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10ISH_POBNR
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8NORGALPHAORGIDOGE
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
BAUIDIS-H: Identification of Building Unit BAUIDCHAR8NBAUALPHABAUIDBAU
PERNRIS-H: Person Number RI_PERNRCHAR10NGPAALPHARI_KUNNRNGP
KALIDIS-H: Calendar ID ISH_WFCIDCHAR2TFACDWFCID
KALMODIS-H: Processing mode for calendar days in visit planning ISH_KALMODCHAR2ISH_KALMOD
WPTPOEIS-H: Week and day program valid for all pl. objects of OU ISH_WPTPOECHAR1XFELD
AKTIVIS-H: Indicator whether Planning Object Is Active ISH_POBACTCHAR1XFELD
SRCH_DAYSIS-H: Srch Intrvl (Days) for Finding Open Time Slots OC Mgmt ISH_SRCHDNUMC3NUMC03
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
SQ_NR_CALIS-H: Seq. No. of Planning Obj. Schedule in Visit Scheduling ISH_SEQCALNUMC2NUMC2
OVERBIS-H: Restricted Overbooking Option ISH_OVERBCHAR1XFELD
POBKLCDCode for Planning Object Class N1POBKLCDCHAR10N1POBKLN1POBKLCD
TAVALIDIS-H: Limited Validity of Planning Object Time Slot ISH_TAVALIDNUMC4NUMC04
TAHOLIDIS-H: Time Slot Also Valid on Public Holidays ISH_TAHOLIDCHAR1XFELD
PERNR_ROOMIS-H: Treatment Room of Attending Physician ISH_ROOM_ATTPERSCHAR8Assigned to domainALPHABAUID
ROOM_PERNRIS-H: Attending Person for Treatment Room ISH_ATTPERS_ROOMCHAR10Assigned to domainALPHARI_KUNNR
TIMESTAMPTimestamp in Short Form (YYYYMMDDhhmmss) ISH_TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM NPOB
INTO CORRESPONDING FIELDS OF WA_NPOB
WHERE...

How to access SAP table NPOB

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