BKKI4 SAP (Totals Records from Payment Transactions) Table details

Dictionary Type: Table
Description: Totals Records from Payment Transactions




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




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

BKKI4 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 BKKI4 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), SNDCREDSUM (Total Credits From Ordering Parties).. 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 BKKI4 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
SNDCREDSUMTotal Credits From Ordering Parties BKK_SCRDSMCURR17(2) BKK_ITAMT
SNDCREDCNTNumber of Credits for Ordering Party BKK_SCRDCTINT410
SNDDEBSUMTotal Debit Memos for Ordering Party BKK_SDEBSMCURR17(2) BKK_ITAMT
SNDDEBCNTNumber of Debit Memos for Ordering Party BKK_SDEBCTINT410
RCVCREDSUMTotal of Credits for Recipient BKK_RCRDSMCURR17(2) BKK_ITAMT
RCVCREDCNTNumber of Credits for Recipient BKK_RCRDCTINT410
RCVDEBSUMTotal Debit Memos for Recipient BKK_RDEBSMCURR17(2) BKK_ITAMT
RCVDEBCNTNumber of Debit Memos for Recipient BKK_RDEBCTINT410
CLRCREDSUMTotal Credits for Clearing Postings BKK_CCRDSMCURR17(2) BKK_ITAMT
CLRCREDCNTNumber of Credits for Clearing BKK_CCRDCTINT410
CLRDEBSUMTotal of Debits in Clearing Postings BKK_CDEBSMCURR17(2) BKK_ITAMT
CLRDEBCNTNumber of Debits for Clearing BKK_CDEBCTINT410
ITMCREDSUMTotal Credits for Turnover Postings BKK_ICRDSMCURR17(2) BKK_ITAMT
ITMCREDCNTNumber of Credits for Turnover Postings BKK_ICRDCTINT410
ITMDEBSUMTotal Debit Memos for Turnover Items BKK_IDEBSMCURR17(2) BKK_ITAMT
ITMDEBCNTNumber of Debit Memos for Turnover Items BKK_IDEBCTINT410
PRECREDSUMTotal Credits/Ordering Party in Postprocessing BKK_PCRDSMCURR17(2) BKK_ITAMT
PRECREDCNTNumber of Credits/Ordering Party in Postprocessing BKK_PCRDCTINT410
PREDEBSUMTotal Debit Memos/Ordering Party in Postprocessing BKK_PDEBSMCURR17(2) BKK_ITAMT
PREDEBCNTNumber of Debit Memos/Ordering Party in Postprocessing BKK_PDEBCTINT410
REJCREDSUMTotal Turned Down Credits from Ordering Party Items BKK_JCRDSMCURR17(2) BKK_ITAMT
REJCREDCNTNumber of Turned Down Credits from Ordering Party Items BKK_JCRDCTINT410
REJDEBSUMTotal Turned Down Debit Memos from Ordering Party Items BKK_JDEBSMCURR17(2) BKK_ITAMT
REJDEBCNTNumber of Turned Down Debit Memos from Ordering Party Items BKK_JDEBCTINT410
RELCREDSUMTotal Released Credits Ordering Party BKK_LCRDSMCURR17(2) BKK_ITAMT
RELCREDCNTNumber of Released Credits Ordering Party BKK_LCRDCTINT410
RELDEBSUMTotal Released Debit Memos Ordering Party BKK_LDEBSMCURR17(2) BKK_ITAMT
RELDEBCNTNumber of Released Debit Memos Ordering Party BKK_LDEBCTINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKI4
INTO CORRESPONDING FIELDS OF WA_BKKI4
WHERE...

How to access SAP table BKKI4

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