RFKIP SAP (Work Fields for Payment Specification) Structure details

Dictionary Type: Structure
Description: Work Fields for Payment Specification




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




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

RFKIP 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 "Work Fields for Payment Specification" 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_RFKIP TYPE RFKIP.

The RFKIP table consists of various fields, each holding specific information or linking keys about Work Fields for Payment Specification data available in SAP. These include PDREF (Reference Number of Payment Specification), GPART (Business Partner Number), VKONT (Contract Account Number), VTREF (Reference Specifications from Contract).. 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: Cannot Be Enhanced


SAP RFKIP 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
PDKEYNumber of Payment Specification PDKEY_KKNUMC12PDKEY_KK80B
PDREFReference Number of Payment Specification PDREF_KKCHAR16PDREF_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
BROKRBroker BROKR_KKCHAR10Assigned to domainALPHABU_PARTNER
GPARVBusiness Partner Acting as Payer in Payment Transactions GPARV_KKCHAR10BUT000ALPHABU_PARTNER
VKONVContract account used for payment transactions VKONV_IPCHAR12FKKVKALPHAVKONT_KK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
LAND1Country Key LAND1CHAR3T005LAND1LND
XITMSPayment Specification: Item Selection Control XITMS_KKCHAR1XITMS_KK
TXTDIPayment Specification: Status Display for Difference (W-Off) LICON_IPDIFCHAR50CHAR50
TXTSTPayment Specification: Status Display LICON_INDPAYCHAR50CHAR50
TXTITPayment Specification: Status Display at Item Level LICONITM_INDPAYCHAR50CHAR50
TXTWFText, length 40 TXT40CHAR40TEXT40
TXTPDShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
CALAMPayment Specification: Calculated Amount CALAM_INDPAYCURR13(2) WRTV7
CALAM_VZPayment Specification: Payment Amount Agreed CALAM_VZ_INDPAYCURR13(2) WRTV7
PRPAMPayment Specification: Amount Proposed PRPAM_INDPAYCURR13(2) WRTV7
ITTAMPayment Specification: Total Amount of Assigned Items ITTAM_INDPAYCURR13(2) WRTV7
DIFFBPayment Specification: Difference to Be Written Off DIFFB_IPCURR13(2) WRTV7
MINAMPayment Specification: Minimum Amount According to Tolerance MINAM_INDPAYCURR13(2) WRTV7
MAXAMPayment Specification: Maximum Amount According to Tolerance MAXAM_INDPAYCURR13(2) WRTV7
STORBNumber of Reversal Document STORB_KKCHAR12Assigned to domainALPHAOPBEL_KK
ANZVALine Layout for Payment Specification ANZVA_IPCHAR3CHAR3
VRBEZName of line layout variant VRBEZ_ZKKCHAR35VRBEZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EMGPAAlternative Business Partner for Payments EMGPA_IPCHAR10Assigned to domainALPHABU_PARTNERBUPA
PYGRPGrouping field for automatic payments PYGRP_KKCHAR10CHAR10
RADOCNumber of Clearing Reset RADOC_KKCHAR12Assigned to domainALPHAOPBEL_KK
XARCHArchived Payment Specifications Are Permitted XARCH_IPCHAR1XFELD
CDACTPayment Specification: Activate Cash Discount CDACT_IPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFKIP

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