FKK_MAD_RPRD SAP (Parameters for Mass Printing of Installment Plans w/Tabstrip) Structure details

Dictionary Type: Structure
Description: Parameters for Mass Printing of Installment Plans w/Tabstrip




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




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

FKK_MAD_RPRD 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 "Parameters for Mass Printing of Installment Plans w/Tabstrip" 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_MAD_RPRD TYPE FKK_MAD_RPRD.

The FKK_MAD_RPRD table consists of various fields, each holding specific information or linking keys about Parameters for Mass Printing of Installment Plans w/Tabstrip data available in SAP. These include SORTPOS (Row Index of Internal Tables), MANDT (Client), RPNUM (Installment plan number in Contract A/R & A/P), RPRCI (Index: Use installment plan when printing payment form).. 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_MAD_RPRD 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
ICONPlaceholder for Traffic Light Display AMPEL_KKCHAR4CHAR4
SORTPOSRow Index of Internal Tables SYTABIXINT410SYST_LONG
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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
BETROOpen Amount in Line Item BETRO_KKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table FKK_MAD_RPRD

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