RFKN1_HEAD SAP (Installment Plan Header Output Fields) Structure details

Dictionary Type: Structure
Description: Installment Plan Header Output Fields




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




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

RFKN1_HEAD 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 "Installment Plan Header Output Fields" 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_RFKN1_HEAD TYPE RFKN1_HEAD.

The RFKN1_HEAD table consists of various fields, each holding specific information or linking keys about Installment Plan Header Output Fields data available in SAP. These include STRP_AMPEL (Traffic light for displaying status of installment plan), FAEDN_AMPEL (Due Date Status of Installment Plan (represented by lights)), TXTGP (Name and Address of Business Partner), MANDT (Client).. 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: Can be enhanced (character-type or numeric)


SAP RFKN1_HEAD 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
SORTPOSRow Index of Internal Tables SYTABIXINT410SYST_LONG
STRP_AMPELTraffic light for displaying status of installment plan AMPELST_KKCHAR30CHAR30
FAEDN_AMPELDue Date Status of Installment Plan (represented by lights) AMPELFD_KKCHAR40CHAR40
TXTGPName and Address of Business Partner ADDRGP_KKCHAR132TEXT132
MANDTClient MANDTCLNT3Assigned to domainMANDT
RPNUMInstallment plan number in Contract A/R & A/P RPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK8RP
RPRCIIndex: Use installment plan when printing payment form RPRCI_KKCHAR1RPRCI_KK
RPRDAPrint Type for Letters and Payment Forms RPRDA_KKNUMC1RPRCA_KK
RPCATInstallment plan category RPCAT_KKCHAR2TFK062ARPCAT_KK
DEADTDeactivation Date Of Installment Plan DEADT_KKDATS8DATUM
DEMANInstalment plan was manually deactivated DEMAN_KKCHAR1DEMAN_KK
DEOFFOpen amount at time of deactivation DEOFF_KKCURR13(2) WRTV7
WAERSCurrency Key WAERS_KKCUKY5TCURCWAERSFWS
DEAGDReason for deactivation DEAGD_KKCHAR2TFK061ADEAGD_KK
STTDTStart date of installment plan STARDAT_KKDATS8DATUM
ENDDTInstallment plan end date ENDEDAT_KKDATS8DATS
NINSTNumber of Installments NINST_KKNUMC3ANZRATE_KK
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
DRCDTPrint Date of the Last Run for Payment Form DRCDT_KKDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DZINSCalculate Interest from Original Items DZINS_KKCHAR1DZINS_KK
GZVERDistribute Interest/Charges to all Installments GZVER_KKCHAR1CHAR1
FAEINInterest Document Due Date FAEIN_KKCHAR1FAEIN_KK
DPUDTEntry Day Of Installment Plan Deactivation DPUDT_KKDATS8DATUM
DPUTMEntry Time Of Installment Plan Deactivation DPUTM_KKTIMS6UZEIT
C4EYECheck Reason for Workflows Acc. to Dual Control Principle C4EYE_KKCHAR2Assigned to domainC4EYE_KK
C4EYPEditing Process To Be Confirmed C4EYP_KKCHAR1C4EYP_KK
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
ANZINTRTNumber of Additional Interest Installments ANZINTRTNUMC2ANZINTRT
STTINStart date of interest calc. on installment plan (and loans) STDTINT_KKDATS8DATUM
INVIPInstallment Plan Status: Installment Plan from Invoicing INVIP_KKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFKN1_HEAD

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