RFKI4 SAP (Interest Interface Fields in Mass Processing) Structure details

Dictionary Type: Structure
Description: Interest Interface Fields in Mass Processing




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




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

RFKI4 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 Interface Fields in Mass Processing" 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_RFKI4 TYPE RFKI4.

The RFKI4 table consists of various fields, each holding specific information or linking keys about Interest Interface Fields in Mass Processing data available in SAP. These include AKTYP (Mass activity type), LAUFD (Date ID), LAUFI (Additional Identification Characteristic), CASHDEP (Interest calculation on cash security deposits).. 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 RFKI4 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
APPLKApplication area APPLK_KKCHAR1APPLK_KK
AKTYPMass activity type AKTYP_KKCHAR4Assigned to domainAKTYP_KKFKKMAT
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
CASHDEPInterest calculation on cash security deposits CASHDEP_KKCHAR1XFELD
AUSDTDate of issue AUSDT_KKDATS8DATUM
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLARTDocument Type BLART_KKCHAR2Assigned to domainBLART_KK
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
STAKZType of statistical item STAKZ_KKCHAR1STAKZ_KK
AUGRSClearing restriction AUGRS_KKCHAR1AUGRS_KK
VZBISCalculate Interest To VZBIS_KKDATS8DATUM
XOPENOnly Calculate Interest on Open Items OPEN_KKCHAR1XFELD
XCLOSEDOnly Calculate Interest on Cleared Items CLOSED_KKCHAR1XFELD
XCORSPCreate Interest Correspondence CORSP_KKCHAR1XFELD
CREDITCalculate Interest on Credit Items CREDIT_KKCHAR1XFELD
DEBITCalculate Interest on Debit Items DEBIT_KKCHAR1XFELD
DEBCREDCalculate Interest on Debit and Credit Items DEBCRED_KKCHAR1XFELD
OBJECTObject for distribution into intervals OBJECT_KKCHAR10Assigned to domainOBJECT_KK
VARIVariant for distribution into intervals VARIANT_KKCHAR8VARIANT_KK
LIMITMinimum block size for mass selection DBLIMIT_KKINT410SYST_LONG
PROBCLASSApplication log: Message problem class BALPROBCLCHAR1BALPROBCL
XSIMUMass act: Simulation run FKK_XSIMU_KKCHAR1XFELD
XNOBOLLONo Internal Determination and Posting of Bollo XNOBOLLO_KKCHAR1BOOLE
XVKINTDOCDifferent Interest Documents per Contract Account VKONT_INTDOC_KKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFKI4

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