FKKKAPA SAP (Data transfer from FI bank storage - entry parameter struct.) Structure details

Dictionary Type: Structure
Description: Data transfer from FI bank storage - entry parameter struct.




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




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

FKKKAPA 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 "Data transfer from FI bank storage - entry parameter struct." 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_FKKKAPA TYPE FKKKAPA.

The FKKKAPA table consists of various fields, each holding specific information or linking keys about Data transfer from FI bank storage - entry parameter struct. data available in SAP. These include HBKID (Short Key for a House Bank), HKTID (ID for account details), AZNUM (Statement number), AZDAT (Statement 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: Cannot Be Enhanced


SAP FKKKAPA 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
AZNUMStatement number AZNUM_EBNUMC5NUM5
AZDATStatement Date AZDAT_EBDATS8DATEXDATE_EB
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
XCREACreate Payment Lot Directly (Transfer from Memory) XCREAZE_KKCHAR1XFELD
XCLOSClose Payment Lot XCLOSZE_KKCHAR1XFELD
XBUCHPost Payment Lot XBUCHZE_KKCHAR1XFELD
XFILCreation of transfer file for payment lot XCRFILZE_KKCHAR1XFELD
PLFNAMTransfer Account Statement: Name of Output File for Pymt/Ret FNAMEBS_KKCHAR128LOCALFILE
POFNAMTransfer Account Statement: Name of Output File for Pymt/Ret FNAMEBS_KKCHAR128LOCALFILE
RLFNAMTransfer Account Statement: Name of Output File for Pymt/Ret FNAMEBS_KKCHAR128LOCALFILE
CHFNAMTransfer Account Statement: Name of Output File for Pymt/Ret FNAMEBS_KKCHAR128LOCALFILE
RUNIDRun ID for Transferring Electronic Acct Statement to FI-CA RUNIDBS_KKCHAR6LAUFI_KK
RUNDATEDate ID LAUFD_KKDATS8DATUM
XPROCNORMAcct statement transfer processing mode: Normal run XNORMBS_KKCHAR1XFELD
XPROCRESTProcessing Mode Account Statement Transfer: Restart XRESTBS_KKCHAR1XFELD
XPROCERRProcessing Mode Acct Statement Transfer: Error Processing XERRBS_KKCHAR1XFELD
XSOFSTStart Immediately XSTRF_KKCHAR1XFELD
STRDTScheduled Start Date STRDT_KKDATS8SYDATS
STRZTScheduled Start Time STRZT_KKTIMS6SYTIME
LOTKEYID of Key UNIKEYBS_KKCHAR8CHAR8
XNOSPLITAcct Statement Transfer: Do Not Split 'Payment/Returns Lot' XNOSPLITBS_KKCHAR1XFELD
XSPLITAcct Statement Transfer: 'Split Payment/Returns Lot' XSPLITBS_KKCHAR1XFELD
BLKSIZEAcct Statement Transfer: Maximum Lot Size for Distribution BLKSIZEBS_KKNUMC6NUMC06
AUSZFNAMStatement File AUSZFCHAR128TEXT128
UMSFNAMLine Item File UMSFCHAR128TEXT128
XWSUPLOADPC Upload FEBPCUPLDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FKKKAPA

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