V2_NTPKD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V2_NTPKD 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 V2_NTPKD 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), TARIF (IS-H: Service Catalog Identification Key), TALST (Service in Service Catalog), ENDDA (End Date).. 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 V2_NTPKD 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
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
TALSTService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
GVDHIS-H: Maximum Length of Stay for Main Department in Days GVD_HNUMC3GRVER
GVDBIS-H: Maximum Length of Stay for External Phy. Dept in Days GVD_BNUMC3GRVER
GVDIHIS-H: Maximum Length of Stay for Intensive Care in Main Dept GVD_HINUMC3GRVER
GVDIBIS-H: Max. LOS for Intensive Care in Ext. Physician Dept GVD_BINUMC3GRVER
NVDHIS-H: Standard Length of Stay for FR in Main Department NVD_HDEC6(3) ISH_NVD
NVDBIS-H: Standard Length of Stay of FR/Case for Ext. Phy. Dept NVD_BDEC6(3) ISH_NVD
PLANZIS-H: Planned Number of Flat Rates/Proc. Surcharges per Year ANZ_FPSENUMC6ISH_ANZFP
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
ENTGAIS-H: Charge Type for Service ENTGARTCHAR2ALPHAENTGART
KTXT1IS-H: First Short Text for Service TARKTXT1CHAR40LEIKTXT
NVDIHIS-H: Standard LOS for Intensive Care in Main Dept NVD_IHDEC6(3) ISH_NVD
NVDIBIS-H: Standard LOS in Intensive Care Provided by Ext. Phy. NVD_IBDEC6(3) ISH_NVD
PZPECharge Factor for Personnel Main Department ISH_PZPEDEC11(2) ISH_PZAHL
PZSAIS-H: Charge Factor for Materials Main Department ISH_PZSADEC11(2) ISH_PZAHL
PZBPEIS-H: Personnel Charge Factor for Basic Svces Main Dept ISH_PZBPEDEC11(2) ISH_PZAHL
PZBSAIS-H: Materials Charge Factor for Basic Svces Main Dept ISH_PZBSADEC11(2) ISH_PZAHL
MINVDIS-H: Minimum LOS for Postopetative Treatment Flat Rate ISH_MINVDNUMC3GRVER
FPACTIS-H: Acute Treatment Flat Rate Assigned ISH_FPACTCHAR10ALPHATARLS
MODNRIS-H: Number of the QA FR/PS Module ISH_MODNRCHAR5ISH_MODNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM V2_NTPKD
INTO CORRESPONDING FIELDS OF WA_V2_NTPKD
WHERE...

How to access SAP table V2_NTPKD

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