FKK_COLLHIST_CNTXT_INSTHEAD_S SAP (Collection History: Context for Installment Plans, Header) Structure details

Dictionary Type: Structure
Description: Collection History: Context for Installment Plans, Header




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




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

FKK_COLLHIST_CNTXT_INSTHEAD_S 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 "Collection History: Context for Installment Plans, Header" 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_FKK_COLLHIST_CNTXT_INSTHEAD_S TYPE FKK_COLLHIST_CNTXT_INSTHEAD_S.

The FKK_COLLHIST_CNTXT_INSTHEAD_S table consists of various fields, each holding specific information or linking keys about Collection History: Context for Installment Plans, Header data available in SAP. These include MANDT (Client), RPNUM (Installment plan number in Contract A/R & A/P), RPRCI (Index: Use installment plan when printing payment form), RPRDA (Print Type for Letters and Payment Forms).. 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 FKK_COLLHIST_CNTXT_INSTHEAD_S 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
GRPINDEXGroup Index within Collection History COLLHIST_GRPIDX_KKCHAR4COLLHIST_GRPIDX_KK
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 FKK_COLLHIST_CNTXT_INSTHEAD_S using ABAP code?

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

How to access SAP table FKK_COLLHIST_CNTXT_INSTHEAD_S

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