FKKCARDPAYMENT SAP (BAPI Transfer Structure FI-CA Card Payment) Structure details

Dictionary Type: Structure
Description: BAPI Transfer Structure FI-CA Card Payment




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




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

FKKCARDPAYMENT 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 "BAPI Transfer Structure FI-CA Card Payment" 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_FKKCARDPAYMENT TYPE FKKCARDPAYMENT.

The FKKCARDPAYMENT table consists of various fields, each holding specific information or linking keys about BAPI Transfer Structure FI-CA Card Payment data available in SAP. These include DOC_TYPE (Document Type), DOC_DATE (Document Date in Document), POST_DATE (Posting Date in the Document), TRANS_DATE (Translation Date).. 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 FKKCARDPAYMENT 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
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DOC_TYPEDocument Type BLART_KKCHAR2TFK003BLART_KK
DOC_DATEDocument Date in Document BLDATDATS8DATUM
POST_DATEPosting Date in the Document BUDAT_KKDATS8DATUM
TRANS_DATETranslation Date WWERT_DDATS8DATUM
CURRENCYTransaction Currency BLWAE_KKCUKY5TCURCWAERSFWS
AMOUNTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
VALUE_DATEValue date VALUTDATS8DATUM
CCARD_INSTITUTEPayment card type CC_INSTITUTECHAR4TB033CC_INSTITUTE
CCARD_NUMBERPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CC_VALID_FPayment cards: Valid from CC_DATABDATS8DATUM
CC_VALID_TPayment Cards: Valid To CC_DATBIDATS8DATUM
CCFOLPayment cards: Payment card suffix CCFOLCHAR10CHAR10
AUNUMPayment cards: Authorization number AUNUM_KKCHAR25CHAR25
AUTRAPayment Cards: Authorization Reference Number AUTRA_KKCHAR25CHAR25
AUDATPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTIMPayment cards: Authorization time AUTIMTIMS6UZEIT
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table FKKCARDPAYMENT

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