IBKKA6 SAP (Display Fields for Change in Check Status Data) Structure details

Dictionary Type: Structure
Description: Display Fields for Change in Check Status Data




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




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

IBKKA6 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 "Display Fields for Change in Check Status Data" 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_IBKKA6 TYPE IBKKA6.

The IBKKA6 table consists of various fields, each holding specific information or linking keys about Display Fields for Change in Check Status Data data available in SAP. These include CHNGTIME (Time of Check Status Change), CHNGUSER (User Name - Changing Check Status Data), CHNGDESCR (Description of the Change of the Check Status Data), CHQTYPENEW (Means of Payment Position Type).. 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: Not classified


SAP IBKKA6 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
CHNGDATEDate of Check Status Change BKK_CHSTDTDATS8SYDATS
CHNGTIMETime of Check Status Change BKK_CHSTTITIMS6SYTIME
CHNGUSERUser Name - Changing Check Status Data BKK_CHSTUSCHAR12SYCHAR12
CHNGDESCRDescription of the Change of the Check Status Data BKK_CHCHNTCHAR50TEXT50
.INCLU-NEW 0
CHQTYPENEWMeans of Payment Position Type BKK_CASHBTCHAR4Assigned to domainALPHABKK_CASHBTCBT
TCHQTYPNEWDescription Means of Payment Position Type BKK_CASHBNCHAR25TXT25
STATUSNEWStatus of a Position BKK_CBSTATCHAR2BKK_CBSTAT
TSTATUSNEWDescription of Check Status BKK_CHSTTCHAR50TEXT50
TSTADDNEWAddition to Status Description BKK_CHSTT2CHAR50TEXT50
RSTATUSNEWPosition Status After Last Untested Posting BKK_CBSTARCHAR2BKK_CBSTAT
TRSTATNEWDescription of Check Status BKK_CHSTTCHAR50TEXT50
CNTRNEWNumber of Re-Presentations of a Position BKK_CBRCNTNUMC3ALPHABKK_CNT
BLOCKRNEWLocking Reason BKK_LOCKRNUMC2TBKKA4VOIDR
TBLOCKRNEWText on Reason for Locking a Check BKK_CHBLRTCHAR50TEXT50
BLDATTONEWLock Date To BKK_BLDTTODATS8DATUM
ISSUEDTNEWDate of Position Issue BKK_STIDATDATS8DATUM
CASHB_SDATNEWDate of Last Status Change BKK_STSDATDATS8DATUM
ACNUM_EXTNEWAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
TSTACK_PLACENEWDescription of the Location BKK_TSTACK_PLACECHAR50TEXT50
STACK_PLACENEWKey of a Location in Position Management BKK_STACK_PLACENUMC4BKK_PLACE_KEY
REM_TEXTNEWComment on a Check BKK_REM_TEXTCHAR50BKK_REM_TEXT
PAY_DATENEWCashing Date of Check BKK_PAY_DATEDATS8DATUM
PAY_TIMENEWCashing Time of Check BKK_PAY_TIMETIMS6TIME
T_BKKRSNEWDescription Bank Area BKK_T_BKRSCHAR25TEXT25
.INCLU-OLD 0
CHQTYPEOLDMeans of Payment Position Type BKK_CASHBTCHAR4Assigned to domainALPHABKK_CASHBTCBT
TCHQTYPOLDDescription Means of Payment Position Type BKK_CASHBNCHAR25TXT25
STATUSOLDStatus of a Position BKK_CBSTATCHAR2BKK_CBSTAT
TSTATUSOLDDescription of Check Status BKK_CHSTTCHAR50TEXT50
TSTADDOLDAddition to Status Description BKK_CHSTT2CHAR50TEXT50
RSTATUSOLDPosition Status After Last Untested Posting BKK_CBSTARCHAR2BKK_CBSTAT
TRSTATOLDDescription of Check Status BKK_CHSTTCHAR50TEXT50
CNTROLDNumber of Re-Presentations of a Position BKK_CBRCNTNUMC3ALPHABKK_CNT
BLOCKROLDLocking Reason BKK_LOCKRNUMC2TBKKA4VOIDR
TBLOCKROLDText on Reason for Locking a Check BKK_CHBLRTCHAR50TEXT50
BLDATTOOLDLock Date To BKK_BLDTTODATS8DATUM
ISSUEDTOLDDate of Position Issue BKK_STIDATDATS8DATUM
CASHB_SDATOLDDate of Last Status Change BKK_STSDATDATS8DATUM
ACNUM_EXTOLDAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
TSTACK_PLACEOLDDescription of the Location BKK_TSTACK_PLACECHAR50TEXT50
STACK_PLACEOLDKey of a Location in Position Management BKK_STACK_PLACENUMC4BKK_PLACE_KEY
REM_TEXTOLDComment on a Check BKK_REM_TEXTCHAR50BKK_REM_TEXT
PAY_DATEOLDCashing Date of Check BKK_PAY_DATEDATS8DATUM
PAY_TIMEOLDCashing Time of Check BKK_PAY_TIMETIMS6TIME
T_BKKRSOLDDescription Bank Area BKK_T_BKRSCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table IBKKA6

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