DFKKOPC SAP (Card Data Supplement for Business Partner Item) Table details

Dictionary Type: Table
Description: Card Data Supplement for Business Partner Item




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




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

DFKKOPC is a standard SAP Table which is used to store Card Data Supplement for Business Partner Item data and is available within R/3 SAP systems depending on the version and release level.

The DFKKOPC table consists of various fields, each holding specific information or linking keys about Card Data Supplement for Business Partner Item data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), PYGRP (Grouping field for automatic payments), CCINS (Payment card type), CCNUM (Payment cards: Card number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DFKKOPC table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12DFKKKOALPHAOPBEL_KK80B
PYGRPGrouping field for automatic payments PYGRP_KKCHAR10CHAR10
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
AUTRAPayment Cards: Authorization Reference Number AUTRA_KKCHAR25CHAR25
AUDATPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTIMPayment cards: Authorization time AUTIMTIMS6UZEIT
AUARTPayment cards: Authorization type AUART_KKCHAR1AUART_KK
AUTWRPayment cards: Authorized amount AUTWRCURR15(2) WERTV8
CCWAECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MERCHPayment cards: Merchant ID at the clearing house MERCHCHAR15TCCMMERCH
CVVALCard Verification Code (Check Number on Card, CVC Number) CVVAL_KKCHAR6CVVAL_KK
CVVCTControl Field for Card Verification Value CVVCT_KKCHAR1CVVCT_KK
CVVSTUsage Status of Card Verification Code CVVST_KKCHAR1CVVST_KK
CGUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
ENCTPType of Encryption CCSECA_ENCTYPECHAR1CCSECA_ENCTYPE
XGUIDKey for Payment Card Supplement XGUID_PC_KKRAW16

Key field Non-key field



How do I retrieve data from SAP table DFKKOPC using ABAP code

The following ABAP code Example will allow you to do a basic selection on DFKKOPC to SELECT all data from the table
DATA: WA_DFKKOPC TYPE DFKKOPC.

SELECT SINGLE *
FROM DFKKOPC
INTO CORRESPONDING FIELDS OF WA_DFKKOPC
WHERE...

How to access SAP table DFKKOPC

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