NTPGK SAP (IS-H: Day program header data for outpatient dept mgmt) Table details

Dictionary Type: Table
Description: IS-H: Day program header data for outpatient dept mgmt




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




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

NTPGK is a standard SAP Table which is used to store IS-H: Day program header data for outpatient dept mgmt data and is available within R/3 SAP systems depending on the version and release level.

The NTPGK table consists of various fields, each holding specific information or linking keys about IS-H: Day program header data for outpatient dept mgmt data available in SAP. These include TPGID (IS-H: Day Program ID), POBNR (IS-H: Internal Sequence Number of Planning Object), TPGTXT (IS-H: Day Program Description), DBEGTI (IS-H: Working/Consulting Hours Start Time).. 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)


SAP NTPGK 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
TPGIDIS-H: Day Program ID ISH_TPGIDCHAR8ALPHAISH_TPGID
POBNRIS-H: Internal Sequence Number of Planning Object ISH_POBNRNUMC10NPOBISH_POBNR
TPGTXTIS-H: Day Program Description ISH_TPGTXTCHAR30TEXT30
DBEGTIIS-H: Working/Consulting Hours Start Time ISH_DBEGTITIMS6UHRZT
DENDTIIS-H: Working/Consulting Hours End Time ISH_DENDTITIMS6UHRZT
ESCHLDeadline for Requests ISHMED_ESCHLTIMS6ISHMED_ESCHL
ATGVBNumber of Days Between Request and Performance ISHMED_ATGVBNUMC2ISHMED_ATGVB
PBEGTI_1IS-H: Start time of a break ISH_PBEGTITIMS6UHRZT
PENDTI_1IS-H: End Time of a Break ISH_PENDTITIMS6UHRZT
PBEGTI_2IS-H: Start time of a break ISH_PBEGTITIMS6UHRZT
PENDTI_2IS-H: End Time of a Break ISH_PENDTITIMS6UHRZT
PBEGTI_3IS-H: Start time of a break ISH_PBEGTITIMS6UHRZT
PENDTI_3IS-H: End Time of a Break ISH_PENDTITIMS6UHRZT
PBEGTI_4IS-H: Start time of a break ISH_PBEGTITIMS6UHRZT
PENDTI_4IS-H: End Time of a Break ISH_PENDTITIMS6UHRZT
PBEGTI_5IS-H: Start time of a break ISH_PBEGTITIMS6UHRZT
PENDTI_5IS-H: End Time of a Break ISH_PENDTITIMS6UHRZT
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
TYPEIS-H: Type of Day or Week Program ISH_TYPE_PGCHAR1ISH_TYPE_PG

Key field Non-key field



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

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

SELECT SINGLE *
FROM NTPGK
INTO CORRESPONDING FIELDS OF WA_NTPGK
WHERE...

How to access SAP table NTPGK

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