RFKIP_GRP SAP (Payment Specification: Payment Data) Structure details

Dictionary Type: Structure
Description: Payment Specification: Payment Data




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




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

RFKIP_GRP 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 "Payment Specification: Payment Data" 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_GRP TYPE RFKIP_GRP.

The RFKIP_GRP table consists of various fields, each holding specific information or linking keys about Payment Specification: Payment Data data available in SAP. These include PDKEY (Number of Payment Specification), PDTYP (Category of Payment Specification), GPARV (Business Partner Acting as Payer in Payment Transactions), VKONV (Contract account used for payment transactions).. 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 RFKIP_GRP 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
PDTYPCategory of Payment Specification PDTYP_KKCHAR1PDTYP_KK
GPARVBusiness Partner Acting as Payer in Payment Transactions GPARV_KKCHAR10Assigned to domainALPHABU_PARTNER
VKONVContract account used for payment transactions VKONV_IPCHAR12Assigned to domainALPHAVKONT_KK
PDREFReference Number of Payment Specification PDREF_KKCHAR16PDREF_KK
EIGBVOwn Bank Details EIGBV_KKCHAR25TFK042HEIGBV_KK
PYMETPayment Method PYMET_KKCHAR1TFK042ZPYMET_KK
BKVIDBank details ID BU_BKVIDCHAR4BUT0BKCHAR4
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
CCARD_IDPayment Card ID BU_CCIDCHAR6BUT0CCCHAR6
PYBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4T001BUKRS
BETRWPayment Amount of Payment Specification BETRW_INDPAYCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime of Entry CPUTMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of Entry CPUTMTIMS6UZEIT
DOC1TPayment Document Category DOC1T_KKCHAR2DOCTP_KK
DOC1RReference to Payment Document DOC1R_KKCHAR24CHAR24
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIIdentification for the payment run LAUFI_PAYCHAR5LAUFI_PAY
C4EYECheck Reason for Workflows Acc. to Dual Control Principle C4EYE_KKCHAR2TFK4EYEC4EYE_KK
DTAWSInstruction key for data medium exchange DTAWSCHAR2T015WDTAWS
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
TXTSLText key for the code line on the form TXTSL_042ZCHAR2CHAR2
TXERGText key supplement TXERGCHAR3CHAR3
STAIPPayment Specification: Status STAIP_KKCHAR1STAIP_KK
AUSFDPayment Specification: Execution Date AUSFD_INDPAYDATS8DATUM
PYTXTText for Payment PYTXT_KKCHAR50TXT50
XFINIProcessing Status for Payment Specification XFINI_INDPAYCHAR1XFINI_IP
VALTOExpiry Date of Payment Specification VALTO_IPDATS8DATUM
PYTYPPayment Type Notified PYTYP_KKCHAR1PYTYP_KK
FDGRPPlanning Group FDGRP_KKCHAR10T035ALPHAFDGRPFFG
FDLEVPlanning level FDLEV_KKCHAR2T036FDLEVFFE
FDZTGAdditional Days for Cash Management FDZTG_KKNUMC2NUM2
FDWBTPlanning amount in document currency FDWBTCURR13(2) WERTV7
SPZAHLock Reason for Automatic Payment SPZAH_KKCHAR1TFK008SPZAH_KK
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
HERKFOrigin of Payment Specification HERKF_IP_KKCHAR2HERKF_IP_KK
CCINSPayment card type CC_INSTITUTECHAR4TB033CC_INSTITUTE
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CCFOLPayment cards: Payment card suffix CCFOLCHAR10CHAR10
DATABPayment cards: Valid from CC_DATABDATS8DATUM
DATBIPayment Cards: Valid To CC_DATBIDATS8DATUM
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
AUNUMPayment cards: Authorization number AUNUM_KKCHAR25CHAR25
AUDATPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTIMPayment cards: Authorization time AUTIMTIMS6UZEIT
CGUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
ENCTPType of Encryption CCSECA_ENCTYPECHAR1CCSECA_ENCTYPE
SKTOWCash Discount Amount in Currency of Payment Specification SKTOW_INDPAYCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table RFKIP_GRP

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