FKK_INSTPLN_HEAD_FIELDS_OK SAP (Header Fields of Installment Plan without Keys) Structure details

Dictionary Type: Structure
Description: Header Fields of Installment Plan without Keys




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




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

FKK_INSTPLN_HEAD_FIELDS_OK 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 "Header Fields of Installment Plan without Keys" 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_INSTPLN_HEAD_FIELDS_OK TYPE FKK_INSTPLN_HEAD_FIELDS_OK.

The FKK_INSTPLN_HEAD_FIELDS_OK table consists of various fields, each holding specific information or linking keys about Header Fields of Installment Plan without Keys data available in SAP. These include RPRDA (Print Type for Letters and Payment Forms), RPCAT (Installment plan category), DEADT (Deactivation Date Of Installment Plan), DEMAN (Instalment plan was manually deactivated).. 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_INSTPLN_HEAD_FIELDS_OK 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
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_KKCHAR2Assigned to domainRPCAT_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_KKCUKY5Assigned to domainWAERSFWS
DEAGDReason for deactivation DEAGD_KKCHAR2Assigned to domainDEAGD_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

Key field Non-key field



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

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

How to access SAP table FKK_INSTPLN_HEAD_FIELDS_OK

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