IBKKG3_S SAP (Attributes of Transaction Type) Structure details

Dictionary Type: Structure
Description: Attributes of Transaction Type




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




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

IBKKG3_S 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 "Attributes of Transaction Type" 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_IBKKG3_S TYPE IBKKG3_S.

The IBKKG3_S table consists of various fields, each holding specific information or linking keys about Attributes of Transaction Type data available in SAP. These include XCHK_BUPA (Business Partner Check), XCHK_ACCNT (Account Check), XCHK_VALUE (Indicator: Process Checks for Value Date?), XCHK_LIMIT (Limit Checks).. 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 IBKKG3_S 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
XINPMNTTransaction Type Initiates a Credit BKK_INPMNTCHAR1XFELD
XCHK_BUPABusiness Partner Check BKK_CHKBUPCHAR1XFELD
XCHK_ACCNTAccount Check BKK_CHKACCCHAR1XFELD
XCHK_VALUEIndicator: Process Checks for Value Date? BKK_CHKVALCHAR1XFELD
XCHK_LIMITLimit Checks BKK_CHKLIMCHAR1XFELD
XCHEQUEIndicator: Check with Check Management BKK_XCHEQCHAR1XFELD
CASHB_TYPEMeans of Payment Position Type BKK_CASHBTCHAR4TBKKA1ALPHABKK_CASHBTCBT
XDIRDEBCheck if Direct Debit Order Available BKK_DIRDEBCHAR1XFELD
XCOLAUTHCheck for Collection Authorization Agreement BKK_COLAUTCHAR1XFELD
XSUBTOCOLIndicator: Subject to Final Payment (S.F.P.) BKK_SUBCOLCHAR1XFELD
VALUE_REQIndicator: Value Date Specification Allowed BKK_VALREQNUMC1BKK_VALREQ
XMORE_RCVIndicator: Several Recipients Allowed BKK_XMRCVCHAR1X
XPAYM_NOTEIndicator: Display Payment Notes BKK_XPAYNTECHAR1X
XPRI_PPROCIndicator: Priority in Postprocessing BKK_XPRIPPCHAR1X
XREVERSALIndicator: Reversing Allowed BKK_XREVERCHAR1XFELD
XNAMECHECKAccount Call-Up Check BKK_XNAMECHECKCHAR1XFELD
XDIA_POCIndicator: Online Entry Internal Order Allowed BKK_XDIAPCCHAR1X
XDIA_PORIndicator: Online Entry Return Order Allowed BKK_XDIAPRCHAR1X
XDIA_POFIndicator: Online Entry Foreign Payment Order Allowed BKK_XDIAPFCHAR1X
XDIALOG_POIndicator: Online Entry External Payment Order Allowed BKK_XDIAPOCHAR1X
XDIALOG_PIIndicator: Online Entry Payment Item Allowed BKK_XDIAPICHAR1X
XDIA_SOOnline Entry Standing Order BKK_DIASOCHAR1BKK_DIASO
XSUPPRS_REFACCIndicator: Suppress Ref. Bank Statement on Bank Statement BKK_XSUPPREFCHAR1XFELD
XERR_MANDATEMandate Check BKK_DTE_FLG_MND_CHKCHAR1XFELD
XCHK_EXTD_MNDIndicator: Execute Extended Mandate Checks BKK_DTE_FLG_CHK_EXTD_MNDCHAR1BKK_XFLD
XCHK_PRENOTEPrenote Check BKK_DTE_FLG_PRENOTE_CHKCHAR1BKK_XFLD

Key field Non-key field



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

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

How to access SAP table IBKKG3_S

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