N1KGTPL SAP (IS-H*MED: Service quota of the performer for the requester) Table details

Dictionary Type: Table
Description: IS-H*MED: Service quota of the performer for the requester




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




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

N1KGTPL is a standard SAP Table which is used to store IS-H*MED: Service quota of the performer for the requester data and is available within R/3 SAP systems depending on the version and release level.

The N1KGTPL table consists of various fields, each holding specific information or linking keys about IS-H*MED: Service quota of the performer for the requester data available in SAP. These include EINRI (Institution), ERBOE (IS-H: Organizational Unit that Performs the Service), ANPOE (Organizational Unit Requesting Services), TARIF (IS-H: Service Catalog Identification Key).. 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 N1KGTPL 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
ANPOEOrganizational Unit Requesting Services N1KGTPL_ANPOECHAR8Assigned to domainALPHAORGID
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
TALSTService Code for Quota Check N1KGTPL_TARLSCHAR10Assigned to domainALPHATARLSTAL
ZOTYPAssignment Type for Quota Planning N1KGZOTYPNUMC1N1KGZOTYP
SRV_STRUCTWith Subordinate Services N1SRV_STRUCTCHAR1XFELD
N1KGTBEGDTStart Date for Quota Planning N1KGTBEGDTDATS8RI_DATUM
N1KGTBEGZTStart Time for Quota Planning N1KGTBEGZTTIMS6N1KGTBEGZT
N1KGTAZNumber of Appointments for Quota Planning N1KGTAZNUMC2N1KGTAZ
N1KGTAZZENumber per Time Unit for Quota Planning N1KGTAZZENUMC2N1KGTAZZE
N1KGTZETime Unit for Quota Planning N1KGTZECHAR1N1KGTZE

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1KGTPL
INTO CORRESPONDING FIELDS OF WA_N1KGTPL
WHERE...

How to access SAP table N1KGTPL

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