BKKI5 SAP (Totals Records from Payment Transactions) Table details

Dictionary Type: Table
Description: Totals Records from Payment Transactions




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




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

BKKI5 is a standard SAP Table which is used to store Totals Records from Payment Transactions data and is available within R/3 SAP systems depending on the version and release level.

The BKKI5 table consists of various fields, each holding specific information or linking keys about Totals Records from Payment Transactions data available in SAP. These include DATE_SYPO (Posting date), BKKRS (Bank Area), WAERS (Currency Key), ITEMTYPE (Type of Payment Item).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BKKI5 table 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
DATE_SYPOPosting date BKK_PSTDATDATS8DATUM
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ITEMTYPEType of Payment Item BKK_ITTYPECHAR2BKK_ITTYPE
XCREDIndicator: Credit BKK_XCREDCHAR1XFELD
PSTSUMTotal of Items Updated on the GL BKK_PSTSUMCURR23(2) BKK_TOAMT
PSTCNTNumber of Items Updated on GL BKK_PSTCNTINT410
ENQPSTSUMTotal of Items in Queue BKK_ENQPSTSUMCURR23(2) BKK_TOAMT
ENQPSTCNTNumber of Items in Queue BKK_ENQPSTCNTINT410
ENQRELSUMTotal of Posted Items from Queue BKK_ENQRELSUMCURR23(2) BKK_TOAMT
ENQRELCNTNumber of Posted Items from Queue BKK_ENQRELCNTINT410
ENQPRESUMTotal of Parked Items from Queue BKK_ENQPRESUMCURR23(2) BKK_TOAMT
ENQPRECNTNumber of Parked Items from Queue BKK_ENQPRECNTINT410
PREPSTSUMTotal of Items in Postprocessing BKK_PREPSTSUMCURR23(2) BKK_TOAMT
PREPSTCNTNumber of Items in Postprocessing BKK_PREPSTCNTINT410
PREREJSUMTotal of Rejected Items from Postprocessing BKK_PREREJSUMCURR23(2) BKK_TOAMT
PREREJCNTNumber of Rejected Items from Postprocessing BKK_PREREJCNTINT410
PRERELSUMTotal of Released Items from Postprocessing BKK_PRERELSUMCURR23(2) BKK_TOAMT
PRERELCNTNumber of Released Items from Postprocessing BKK_PRERELCNTINT410

Key field Non-key field



How do I retrieve data from SAP table BKKI5 using ABAP code

The following ABAP code Example will allow you to do a basic selection on BKKI5 to SELECT all data from the table
DATA: WA_BKKI5 TYPE BKKI5.

SELECT SINGLE *
FROM BKKI5
INTO CORRESPONDING FIELDS OF WA_BKKI5
WHERE...

How to access SAP table BKKI5

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