IBKKCHEQ_ACCNT SAP (Check Data Structure Including Account Number) Structure details

Dictionary Type: Structure
Description: Check Data Structure Including Account Number




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




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

IBKKCHEQ_ACCNT 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 "Check Data Structure Including Account Number" 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_IBKKCHEQ_ACCNT TYPE IBKKCHEQ_ACCNT.

The IBKKCHEQ_ACCNT table consists of various fields, each holding specific information or linking keys about Check Data Structure Including Account Number data available in SAP. These include ACNUM_EXT (Account number for current account), ACCNT_NR (Internal Account Number for Current Account), CASHB_CATG (Means of Payment Position Category), CASHB_NR (Means of Payment Position 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: Not classified


SAP IBKKCHEQ_ACCNT 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
ACCNT_NRInternal Account Number for Current Account BKK_ACCNTCHAR10Assigned to domainALPHABKK_ACCNTACI
CASHB_CATGMeans of Payment Position Category BKK_CASHBCNUMC2BKK_CASHBC
CASHB_NRMeans of Payment Position Number BKK_CBALNRCHAR13CHAR13
CASHB_EXPosition Number (External) BKK_CASHBXCHAR20ALPHABKK_CASHBX
CASHB_TYPEMeans of Payment Position Type BKK_CASHBTCHAR4TBKKA1ALPHABKK_CASHBTCBT
CASHB_STATStatus of a Position BKK_CBSTATCHAR2BKK_CBSTAT
CASHB_STARPosition Status After Last Untested Posting BKK_CBSTARCHAR2BKK_CBSTAT
CASHB_RCNTNumber of Re-Presentations of a Position BKK_CBRCNTNUMC3ALPHABKK_CNT
BLOCK_REASLocking Reason BKK_LOCKRNUMC2TBKKA4VOIDR
BLOCKDATTOLock Date To BKK_BLDTTODATS8DATUM
CASHB_IDATDate of Position Issue BKK_STIDATDATS8DATUM
CASHB_ITIMTime a Position Is Created BKK_CBITIMTIMS6TIME
UNAME_IDATUser Creating a Position BKK_UNAMEICHAR12SYCHAR12
CASHB_SDATDate of Last Status Change BKK_STSDATDATS8DATUM
CASHB_STIMTime of Last Status Change BKK_CBSTIMTIMS6TIME
UNAME_SDATUser Changing Status of a Position BKK_UNAMESCHAR12SYCHAR12
STACK_PLACEKey of a Location in Position Management BKK_STACK_PLACENUMC4BKK_PLACE_KEY
REM_TEXTComment on a Check BKK_REM_TEXTCHAR50BKK_REM_TEXT
XDELETEIndicator: Check Was Deleted BKK_CBDELETECHAR1XFELD
XBLOCKINFOIndicator: Notification Sent for Block BKK_XBLOCKINFOCHAR1CHAR1
PAY_DATECashing Date of Check BKK_PAY_DATEDATS8DATUM
PAY_TIMECashing Time of Check BKK_PAY_TIMETIMS6TIME

Key field Non-key field



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

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

How to access SAP table IBKKCHEQ_ACCNT

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