DFKK_PCARD SAP (Card Data Supplement) Table details

Dictionary Type: Table
Description: Card Data Supplement




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




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

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

The DFKK_PCARD table consists of various fields, each holding specific information or linking keys about Card Data Supplement data available in SAP. These include XGUID (Key for Payment Card Supplement), CCINS (Payment card type), CCNUM (Payment cards: Card number), CCFOL (Payment cards: Payment card suffix).. 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 DFKK_PCARD 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
XGUIDKey for Payment Card Supplement XGUID_PC_KKRAW16
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
CGUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
ENCTPType of Encryption CCSECA_ENCTYPECHAR1CCSECA_ENCTYPE
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ORIGNOrigin of Payment Card Supplement ORIGN_CRD_KKCHAR2ORIGN_CRD_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKK_PCARD
INTO CORRESPONDING FIELDS OF WA_DFKK_PCARD
WHERE...

How to access SAP table DFKK_PCARD

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