BKK_STR_CHECKS SAP (Position Manangement: General Data) Structure details

Dictionary Type: Structure
Description: Position Manangement: General Data




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




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

BKK_STR_CHECKS 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 "Position Manangement: General 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_BKK_STR_CHECKS TYPE BKK_STR_CHECKS.

The BKK_STR_CHECKS table consists of various fields, each holding specific information or linking keys about Position Manangement: General Data data available in SAP. These include MANDT (Client), BKKRS (Bank Area), 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: Can Be Enhanced (Deep)


SAP BKK_STR_CHECKS 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
WA_CHECKS 0
MANDTClient MANDTCLNT3MANDT
BKKRSBank Area BKK_BKKRSCHAR4BKK_BKKRSBNS
CASHB_CATGMeans of Payment Position Category BKK_CASHBCNUMC2BKK_CASHBC
CASHB_NRMeans of Payment Position Number BKK_CBALNRCHAR13CHAR13
ACCNT_NRInternal Account Number for Current Account BKK_ACCNTCHAR10ALPHABKK_ACCNTACI
CASHB_EXPosition Number (External) BKK_CASHBXCHAR20ALPHABKK_CASHBX
CASHB_TYPEMeans of Payment Position Type BKK_CASHBTCHAR4ALPHABKK_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_LOCKRNUMC2VOIDR
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 BKK_STR_CHECKS using ABAP code?

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

How to access SAP table BKK_STR_CHECKS

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