FKKINT SAP (Transfer structure for interest cal) Structure details

Dictionary Type: Structure
Description: Transfer structure for interest cal




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




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

FKKINT 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 "Transfer structure for interest cal" 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_FKKINT TYPE FKKINT.

The FKKINT table consists of various fields, each holding specific information or linking keys about Transfer structure for interest cal data available in SAP. These include E_UPOSNO (E(xport): Sub-item number of item for tax calculation), E_UPOSNO2 (E(xport): Sub-item number of item for tax calculation), I_CLIENT (Client), I_IRULE (Interest Calculation Rule).. 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: Cannot Be Enhanced


SAP FKKINT 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
I_POSNOImport: Item Number of Items for Interest Calculation IPOSNRNUMC10NUMC10
E_UPOSNOE(xport): Sub-item number of item for tax calculation EUPOSNRNUMC5NUM5
E_UPOSNO2E(xport): Sub-item number of item for tax calculation EUPOSNRNUMC5NUM5
I_CLIENTClient MANDTCLNT3Assigned to domainMANDT
I_IRULEInterest Calculation Rule IRULECHAR10ALPHARRGL
I_INTINTCalculate Interest Using Compound Interest Formula XINTINTCHAR1XFELD
I_FROMDATFrom date: Start of interest period IFROMDATDATS8DATS
I_TODATTo date: End of interest period ITILLDATDATS8DATS
I_KEYDATKey Date for Date-Related Interest Rate Determination IKEYDT_KKDATS8DATS
I_KEYDAYKey Date In Month (Monthly Interest Calculation) IKEYD_KKNUMC2IKEYD_KK
I_AMOUNTAmount for interest calculation IAMOUNTCURR13(2) WRTV7
I_CURRCurrency of amount on which interest is to be paid I_CURRCUKY5Assigned to domainWAERS
I_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
I_NEGCALCCalculate Negative Interest INEGCALC_KKCHAR1XFELD
E_INTCalculated interest EINTCURR17(7) FKKWRTV9
E_INTNUMCalc.int.calc.numer. EINTNUMCURR17(7) FKKWRTV9
E_DAYSNumber of days interest is calculated for EDAYSINT410INT4
E_RATEInterest rate for int.calc. ERATEDEC10(7) AZINSSATZ
E_RCReturn Value (Return Code) RC_CALCNUMC2RC_CALC
E_EXCTException Category in Interest Calculation IEXCT_KKCHAR1IEXCT_KK
E_INTGRPGroup Number for Items Subject to Interest Calculation GROUP_KKCHAR2CHAR2

Key field Non-key field



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

As FKKINT 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 FKKINT as there is no data to select.

How to access SAP table FKKINT

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