RFKP2P SAP (Dialog Fields for SAPLFKP2PD) Structure details

Dictionary Type: Structure
Description: Dialog Fields for SAPLFKP2PD




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




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

RFKP2P 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 "Dialog Fields for SAPLFKP2PD" 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_RFKP2P TYPE RFKP2P.

The RFKP2P table consists of various fields, each holding specific information or linking keys about Dialog Fields for SAPLFKP2PD data available in SAP. These include VKONT_SEL (Contract Account Number), VTREF_SEL (Reference Specifications from Contract), BUKRS_SEL (Company Code), FAEDN_SEL (Due date for net payment).. 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 RFKP2P 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
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONT_SELContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
VTREF_SELReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
BUKRS_SELCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FAEDN_SELDue date for net payment FAEDN_KKDATS8DATUM
WAERS_SELCurrency Key WAERSCUKY5TCURCWAERSFWS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PRCURCurrency for Payment PRCUR_KKCUKY5TCURCWAERSFWS
PPRSCReason for Promise to Pay PPRSC_KKCHAR2TFKP2PRCPPRSC_KK
PPRSWReason for Withdrawal of Promise to Pay PPRSW_KKCHAR2TFKP2PRWPPRSW_KK
PPSTA_WDInitiator of Withdrawal PPSTA_WD_KKCHAR1PPSTA_WD_KK
BUKRS_NEWCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PRAMT_RECOpen Receivables for which Promise to Pay Applies PRAMT_REC_KKCURR13(2) WRTV7
PRAMT_INTInterest for Promise to Pay PRAMT_INT_KKCURR13(2) WRTV7
PRAMT_CHRCharges for Promise to Pay PRAMT_CHR_KKCURR13(2) WRTV7
PRAMT_TOTTotal Amount Including Charges and Interest PRAMT_TOT_KKCURR13(2) WRTV7
RNDTORounding to Complete Multiple of This Value RNDTO_KKCURR7(2) WERT4
FPAYDFirst Payment Date FPAYD_KKDATS8DATUM
DISMOPayment Dates (Monthly, Every 2 Months, ...) DISMO_KKNUMC2DISMO_KK
NOPDTNumber of Payment Dates NOPDT_KKNUMC2NUM02
MXPAMMaximum Amount per Payment MXPAM_KKCURR13(2) WERT7
PRCUR_MAXCurrency for Payment PRCUR_KKCUKY5Assigned to domainWAERSFWS
XCONFCreate Confirmation Letter XCONF_KKCHAR1XCONF_KK
PPCATCategory of Promise to Pay PPCAT_KKCHAR2TFKP2PCPPCAT_KK
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
PPSTA_NEWNew Status of Promise to Pay PPSTA_CHG_KKCHAR1PPSTA_CHG_KK
DEGFF_NEWLevel of Fulfillment of Promise to Pay DEGFF_KKDEC5(2) PRZ32
COMMTComment on Program Execution COMMT_KKCHAR100TEXT100
CICONSpecial Status of Installment CICON_P2P_KKCHAR80CHAR80
COMM0Text (100 characters) TEXT100CHAR100TEXT100
COMM1Text (100 characters) TEXT100CHAR100TEXT100
COMM2Text (100 characters) TEXT100CHAR100TEXT100
NALLOReceivable Amount Not Yet Assigned NALLO_KKCURR13(2) WRTV7
XINDRIndividual Installments Agreed XINDR_KKCHAR1XFELD
GPDATBusiness Partner Data GPDAT_KKCHAR100TEXT100
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table RFKP2P

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