TPI02 SAP (Interest Calculation Profile and Interest Indicator) Table details

Dictionary Type: Table
Description: Interest Calculation Profile and Interest Indicator




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




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

TPI02 is a standard SAP Table which is used to store Interest Calculation Profile and Interest Indicator data and is available within R/3 SAP systems depending on the version and release level.

The TPI02 table consists of various fields, each holding specific information or linking keys about Interest Calculation Profile and Interest Indicator data available in SAP. These include ZSCHM (Interest Profile for Project/Order Interest Calculation), VZSKZ (Interest calculation indicator), WAERS (Currency Key), MDAYS (Minimum runtime in days for project interest calculation).. 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: Not classified


SAP TPI02 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
ZSCHMInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7TPI01PS_ZSCHM
VZSKZInterest calculation indicator PS_VZSKZCHAR2T056VZSKZ
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
MDAYSMinimum runtime in days for project interest calculation PS_MDAYSNUMC3NUM3
MAMNTThreshold value, from which interest is calculated in the PS_MAMNTCURR15(2) WERT15
MINOPInd. And connection between threshold and runtime PS_MINOPCHAR1XFELD
PERBSLPeriod control for compound interest calculation PS_PERBSLCHAR2T090RPERBSL
INVINIndic.interest calc. by invoice date PS_INVINCHAR1XFELD
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
AFABEDepreciation Area of Base Value for Interest Calculation PS_ZAFABENUMC2T093AFABE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPI02
INTO CORRESPONDING FIELDS OF WA_TPI02
WHERE...

How to access SAP table TPI02

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