KALKU_ZI SAP (Interest Calculator) Structure details

Dictionary Type: Structure
Description: Interest Calculator




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




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

KALKU_ZI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Interest Calculator" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KALKU_ZI TYPE KALKU_ZI.

The KALKU_ZI table consists of various fields, each holding specific information or linking keys about Interest Calculator data available in SAP. These include WAEHR (Currency of Yield Curve), SZKART (Yield Curve Type), KONDDAT1 (Condition date at which interest rate is valid), ZINSDAT1 (Interest rate 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 KALKU_ZI structure 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 MANDTCLNT3Assigned to domainMANDT
WAEHRCurrency of Yield Curve WAEHRCUKY5TCURCWAERS
SZKARTYield Curve Type JBSZKARTNUMC4JBD14JBSZKARTKURVENART
KONDDAT1Condition date at which interest rate is valid KONDDAT1DATS8DATUM
ZINSDAT1Interest rate date TV_ZINSDATDATS8DATUM
KONDDAT2Condition date at which calculated int.rate is to be valid KONDDAT2DATS8DATUM
ZINSDAT2Interest rate date TV_ZINSDATDATS8DATUM
ZINS1Interest rate for translation TV_ZINS1DEC7(4) T_AZZINS
ZINS2Result interest rate of translation TV_ZINS2DEC7(4) T_AZZINS
SZBMETH1Interest Calculation Method SZBMETHCHAR1SZBMETH
SZBMETH2Interest Calculation Method SZBMETHCHAR1SZBMETH
SFWERK1Working Day Shift for Due Date TB_SFWERKNUMC1T_SWERK
SFWERK2Working Day Shift for Due Date TB_SFWERKNUMC1T_SWERK
SKALID1Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SKALID2Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
ZINS1_ZEROInterest rate to be converted into zero bond rate TV_ZINS1_ZERODEC7(4) T_AZZINS
ZINS2_ZEROResulting interest rate of conversion to zero bond rate TV_ZINS2_ZERODEC7(4) T_AZZINS

Key field Non-key field



How do I retrieve data from SAP structure KALKU_ZI using ABAP code?

As KALKU_ZI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KALKU_ZI as there is no data to select.

How to access SAP table KALKU_ZI

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