IBKKPAYMEX_ITCL SAP (EFT Management: Items in Outgoing Payment Transactions) Structure details

Dictionary Type: Structure
Description: EFT Management: Items in Outgoing Payment Transactions




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




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

IBKKPAYMEX_ITCL 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 "EFT Management: Items in Outgoing Payment Transactions" 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_IBKKPAYMEX_ITCL TYPE IBKKPAYMEX_ITCL.

The IBKKPAYMEX_ITCL table consists of various fields, each holding specific information or linking keys about EFT Management: Items in Outgoing Payment Transactions data available in SAP. These include CLEAR_BANKL (Bank number), CLEAR_ID (ID of a Clearing Center), CLEAR_ACEXT (Account number for current account), XCRED (Indicator: Credit).. 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 IBKKPAYMEX_ITCL 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
CLEAR_BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
CLEAR_BANKLBank number BANKLCHAR15BANKLBLZ
CLEAR_IDID of a Clearing Center BKK_CLEAR_IDCHAR6BKK_CLEAR_ID
CLEAR_ACEXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
XCREDIndicator: Credit BKK_XCREDCHAR1XFELD
TCURTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
NTCURReporting Transaction Currency BKK_NTCURCUKY5Assigned to domainWAERS
REF_DATE_POSTPosting date BKK_PSTDATDATS8DATUM
DATE_CREATEDate on which the item was transferred BKK_ITEM_DATE_CREATEDATS8DATUM
TIME_CREATEItem was transferred at BKK_ITEM_TIME_CREATETIMS6TIME
CLEAR_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
CLEAR_SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
REF_BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
REF_PAORNPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
ITEM_NOSequential Number (5-Figure) BKK_CURNONUMC5NUMC5
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
ACEXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACIBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
NAMEAccount holder name BKK_NAMECHAR70BKK_NAME
REFNO_CRReference Number of Creation BKK_CRNOCHAR20BKK_REFNO
REFNO_PAYMReference Number from Payment Transactions BKK_PAYMNOCHAR20BKK_REFNO
REFNO_PNDaybook number BKK_PNNOCHAR12ALPHABKK_PNNO
DATE_CRDate on which the object was created BKK_CRDATDATS8DATUM
REF_DATE_VALUEValue date BKK_VALDATDATS8DATUM
ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
T_AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
NT_AMOUNTAmount in Reporting Transaction Currency BKK_NTAMNTCURR17(2) BKK_ITAMT
A_AMOUNTAmount in Account Currency BKK_AAMNTCURR17(2) BKK_ITAMT
T_CHARGECharge in Transaction Currency BKK_TCHARGCURR17(2) BKK_ITAMT
NT_CHARGECharge in Reporting Transaction Currency BKK_NTCHARGCURR17(2) BKK_ITAMT
A_CHARGECharge in Account Currency BKK_ACHARGCURR17(2) BKK_ITAMT
MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
S_TRNSTYPESource Transaction Type BKK_STTYPECHAR4Assigned to domainBKK_TTYPE
PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
RETURNKReturn Reason BKK_RKEYCHAR2
COUNTRYCountry BKK_CNTRYCHAR3Assigned to domainLAND1
DATE_VALUEValue date BKK_VALDATDATS8DATUM
ACTCHK_ERRIndicator: Error in Check Digits for Account BKK_ACTCHKCHAR1X
CHECK_NOCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
REF_BANKSReference Country Key of Bank BKK_REFBKSCHAR3Assigned to domainLAND1
REF_BANKLReference Bank Key BKK_REFBKLCHAR15BANKK
REF_ACEXTReference Account Number BKK_REFACNCHAR35ACEXTBKK_ACEXT
REF_IBANReference IBAN BKK_REFIBACHAR35ALPHABKK_ACIBAN
REF_NAMEReference Name of Account Holder BKK_REFNAMCHAR70BKK_NAME
REF_MEDIUMMedium BKK_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
REF_PAYMETHODPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
REF_TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
XINTERNIndicator: Item is Internal BCA BKK_XITEM_INTERNCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IBKKPAYMEX_ITCL

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