IBKKASTAT SAP (Status Field of a Position) Structure details

Dictionary Type: Structure
Description: Status Field of a Position




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




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

IBKKASTAT 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 "Status Field of a Position" 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_IBKKASTAT TYPE IBKKASTAT.

The IBKKASTAT table consists of various fields, each holding specific information or linking keys about Status Field of a Position data available in SAP. These include CASHB_STAT (Status of a Position), CASHB_STAR (Position Status After Last Untested Posting), CASHB_RCNT (Number of Re-Presentations of a Position), BLOCK_REAS (Locking Reason).. 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 IBKKASTAT 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
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 IBKKASTAT using ABAP code?

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

How to access SAP table IBKKASTAT

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