FKK_PCARD_1421 SAP (Parallel Billing of Payment Cards) Structure details

Dictionary Type: Structure
Description: Parallel Billing of Payment Cards




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




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

FKK_PCARD_1421 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 "Parallel Billing of Payment Cards" 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_FKK_PCARD_1421 TYPE FKK_PCARD_1421.

The FKK_PCARD_1421 table consists of various fields, each holding specific information or linking keys about Parallel Billing of Payment Cards data available in SAP. These include MANDT (Client), OPBEL (Number of Contract Accts Rec. & Payable Doc.), OPUPK (Item number in contract account document), CCINS (Payment card type).. 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 FKK_PCARD_1421 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_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
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
BUDATPosting Date in the Document BUDATDATS8DATUM
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VALUTValue date VALUTDATS8DATUM
XSETTBilling Status XSETT_KKCHAR1XSETT_KK
LAUFIPayment Cards: Run ID of Billing Run LAUFI_KK2CHAR16DFKKPC_LOGHCHAR16
STDOCDocument Number of Billing Document STDOC_KKCHAR12Assigned to domainALPHAOPBEL_KK
RESENDPayment Card Supplement Was Resent RESEND_KKCHAR1XFELD
LAUFD_PYPDate ID LAUFD_KKDATS8DPAYCDATUM
LAUFI_PYPIdentification for the payment run LAUFI_PAYCHAR5DPAYCLAUFI_PAY
ORIGN_PYPSource of the payment data ORIGN_PAYCHAR1DPAYCLAUFK_F110
ANZRATENo. of Installments ANZRATE_CRDNUMC3ANZRATE_KK
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
ERRORCheckbox XFELDCHAR1XFELD
TX100Text (100 characters) TEXT100CHAR100TEXT100
DUPLICATECheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FKK_PCARD_1421

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