NTPW SAP (IS-H: Charge Factor Values for FR and PS) Table details

Dictionary Type: Table
Description: IS-H: Charge Factor Values for FR and PS




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




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

NTPW is a standard SAP Table which is used to store IS-H: Charge Factor Values for FR and PS data and is available within R/3 SAP systems depending on the version and release level.

The NTPW table consists of various fields, each holding specific information or linking keys about IS-H: Charge Factor Values for FR and PS data available in SAP. These include EINRI (Institution), ENDDT (Validity End dDate of a Charge Factor Value), BEGDT (Validity Start Date for Charge Factor Values), PERSO (IS-H: Charge Factor Value for Personnel Costs).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP NTPW 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
ENDDTValidity End dDate of a Charge Factor Value ISH_PWENDTDATS8DATUM
BEGDTValidity Start Date for Charge Factor Values ISH_PWBGDTDATS8DATUM
PERSOIS-H: Charge Factor Value for Personnel Costs ISH_PPWERTDEC13(6) ISH_PWERT
SACHKIS-H: Charge factor value for materials ISH_SPWERTDEC13(6) ISH_PWERT

Key field Non-key field



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

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

SELECT SINGLE *
FROM NTPW
INTO CORRESPONDING FIELDS OF WA_NTPW
WHERE...

How to access SAP table NTPW

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