BAPIDFKKOPC SAP (Card Data Supplement for Business Partner Item) Structure details

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




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




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

BAPIDFKKOPC 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 "Card Data Supplement for Business Partner Item" 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_BAPIDFKKOPC TYPE BAPIDFKKOPC.

The BAPIDFKKOPC 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 CC_NUMBER (Payment cards: Card number), CC_SEQ_NO (Payment cards: Payment card suffix), CC_VALID_F (Payment cards: Valid from), CC_VALID_T (Payment Cards: Valid To).. 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 BAPIDFKKOPC 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
CC_TYPEPayment card type CC_INSTITUTECHAR4Assigned to domainCC_INSTITUTE
CC_NUMBERPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CC_SEQ_NOPayment cards: Payment card suffix CCFOLCHAR10CHAR10
CC_VALID_FPayment cards: Valid from CC_DATABDATS8DATUM
CC_VALID_TPayment Cards: Valid To CC_DATBIDATS8DATUM
CC_NAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
AUTHNUMBERPayment cards: Authorization number AUNUM_KKCHAR25CHAR25
AUTHREFNUMBERPayment Cards: Authorization Reference Number AUTRA_KKCHAR25CHAR25
AUTHDATEPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTHTIMEPayment cards: Authorization time AUTIMTIMS6UZEIT
AUTHTYPEPayment cards: Authorization type AUART_KKCHAR1AUART_KK
AUTHAMOUNTPayment Cards: Authorized Amount BP_AUTWR_KKDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
MERCHIDCLPayment cards: Merchant ID at the clearing house MERCHCHAR15Assigned to domainMERCH
VERIF_CODECard Verification Code (Check Number on Card, CVC Number) CVVAL_KKCHAR6CVVAL_KK
VERIF_CONTROLControl Field for Card Verification Value CVVCT_KKCHAR1CVVCT_KK
VERIF_USAGEUsage Status of Card Verification Code CVVST_KKCHAR1CVVST_KK
CC_GUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
CC_ENCTYPEType of Encryption CCSEC_ENCTYPECHAR1CCSEC_ENCTYPE

Key field Non-key field



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

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

How to access SAP table BAPIDFKKOPC

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