BAPICARDPAYMENT 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 BAPICARDPAYMENT
Related tables to BAPICARDPAYMENT
Access table BAPICARDPAYMENT




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

BAPICARDPAYMENT 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_BAPICARDPAYMENT TYPE BAPICARDPAYMENT.

The BAPICARDPAYMENT 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 BAPICARDPAYMENT 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
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
AMOUNTAmount in Transaction Currency with +/- Sign BP_BETRW_KKDEC23(4) BAPICURR
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
CC_SEQ_NOPayment 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
CC_NAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table BAPICARDPAYMENT

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