IBKK_PAYMENT_ITEM_INT SAP (Payment Items) Structure details

Dictionary Type: Structure
Description: Payment Items




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




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

IBKK_PAYMENT_ITEM_INT 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 "Payment Items" 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_IBKK_PAYMENT_ITEM_INT TYPE IBKK_PAYMENT_ITEM_INT.

The IBKK_PAYMENT_ITEM_INT table consists of various fields, each holding specific information or linking keys about Payment Items data available in SAP. These include POSITION_NO (Position in Item), REFNO_CREATE (Reference Number of Creation), REFNO_PAYM (Reference Number from Payment Transactions), REFNO_PN (Daybook Number).. 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 IBKK_PAYMENT_ITEM_INT 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
DOCUMENT_NOItem number in current accounts BKK_DOCNONUMC12Assigned to domainBKK_DOCNODOCNO
POSITION_NOPosition in Item BKK_POSNONUMC3BKK_POSNOPOSNO
REFNO_CREATEReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_REFNOPAYMCHAR20BKK_REFNO
REFNO_PNDaybook Number BKK_REFNOPNCHAR12ALPHABKK_PNNO
DATE_VALUEValue date BKK_VALDATDATS8DATUM
DATE_POSTPosting date BKK_PSTDATDATS8DATUM
TRANSACTION_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DES_TRANSACTION_CURRENCYShort text KTEXT_CURTCHAR15TEXT15
TRANSACTION_AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
TRANSACTION_CHARGECharge in Transaction Currency BKK_TCHARGCURR17(2) BKK_ITAMT
REPORTING_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DES_REPORTING_CURRENCYShort text KTEXT_CURTCHAR15TEXT15
REPORTING_AMOUNTAmount in Information Account Currency BKK_NAAMNTCURR17(2) BKK_ITAMT
REPORTING_CHARGECharge in Reporting Currency BKK_NACHARGCURR17(2) BKK_ITAMT
ACCOUNT_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DES_ACCOUNT_CURRENCYShort text KTEXT_CURTCHAR15TEXT15
ACCOUNT_AMOUNTAmount in Account Currency BKK_AAMNTCURR17(2) BKK_ITAMT
ACCOUNT_CHARGECharge in Account Currency BKK_ACHARGCURR17(2) BKK_ITAMT
EXCHANGE_RATEExchange Rate BAPI_BKK_DTE_EXCHANGE_RATECHAR10CHAR10
TRANSACTION_TYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
CHEQUE_NUMBERCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
ITEM_COUNTNumber of Processed Items BKK_ITCNTNUMC5NUMC5
POST_TEXTPosting Text BKK_BUTXTCHAR50TEXT50
ITEM_STATUSStatus of Payment Item BKK_ITSTATCHAR2BKK_ITSTAT
DESCR_ITEM_STATUSExplanatory short text DDTEXTCHAR60DDTEXT
REFFACC_ACCOUNTEXTNUMBERReference Account Number BKK_REFACNCHAR35ACEXTBKK_ACEXT
REFFACC_BKSBank Control Key BKONTCHAR2BKONT
REFFACC_IBANReference IBAN BKK_REFIBACHAR35ALPHABKK_ACIBAN
REFFACC_ACCOUNTHOLDERReference Name of Account Holder BKK_REFNAMCHAR70BKK_NAME
REFFACC_COUNTRY_KEYCountry Key LAND1CHAR3Assigned to domainLAND1LND
DESCR_REF_COUNTRY_KEYText (30 Characters) TEXT30CHAR30TEXT30
REFFACC_BANKKEYReference Bank Key BKK_REFBKLCHAR15BANKK
REFFACC_SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
REVERSEIndicator: Reversal Item BKK_XREVCHAR1XFELD
REVERSE_ITEMReversal no. BKK_REVNONUMC12Assigned to domainBKK_DOCNO
REVERSE_POSITIONReversal Item BKK_REVPOSNUMC3BKK_POSNO
ACCNT_STATE_YEARBank Statement Year BKK_ACSTYNUMC4NUM4
ACCNT_STATE_NUMBERSequential Bank Statement Number BKK_ACSTNONUMC6NUM6
ACCNT_STATE_DATEBank Statement Date BKK_ACSTDTDATS8DATUM
PROCESSProcesses in BCA BKK_PROCSSCHAR4Assigned to domainBKK_PROCSS
DESCR_PROCESSText length 25 TEXT25CHAR25TEXT25
BUSINESS_TRANS_CODEBusiness Transaction Code BKK_GVCODECHAR3Assigned to domainBKK_GVCODE
DESCR_BUS_TRANS_CODEText Field of Length 60 TEXT60CHAR60TEXT60
DESCR_TRANSACTION_TYPEText length 25 TEXT25CHAR25TEXT25
PUBLIC_CONTAINER_L1Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
PUBLIC_CONTAINER_L2Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
PUBLIC_CONTAINER_L3Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
PUBLIC_CONTAINER_L4Customer Field (Length 35) BKK_CONTAINER_LCHAR35CHAR35
PUBLIC_CONTAINER_S1Customer Field (Length 20) BKK_CONTAINER_SCHAR20CHAR20
PUBLIC_CONTAINER_S2Customer Field (Length 20) BKK_CONTAINER_SCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table IBKK_PAYMENT_ITEM_INT

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