BKK8RK SAP (Standard Conditions: Retroactive Condition Changes) Table details

Dictionary Type: Table
Description: Standard Conditions: Retroactive Condition Changes




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




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

BKK8RK is a standard SAP Table which is used to store Standard Conditions: Retroactive Condition Changes data and is available within R/3 SAP systems depending on the version and release level.

The BKK8RK table consists of various fields, each holding specific information or linking keys about Standard Conditions: Retroactive Condition Changes data available in SAP. These include CONDAREA (Condition Area), CONDGR_CAT (Condition Group Category), CONDGR (Bank Condition Group), CONDCATG (Bank Condition Category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BKK8RK table 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
MANDTClient MANDTCLNT3T000MANDT
CONDAREACondition Area BKK_CONDARCHAR4TBKK80BKK_CONDARCOR
CONDGR_CATCondition Group Category BKK_GRPCATCHAR1TBKK86BKK_GRPCATBGC
CONDGRBank Condition Group BKK_KONGRCHAR4TBKK85BKK_KONGRBCG
CONDCATGBank Condition Category BKK_CONCATCHAR4TBKK81BKK_CONCAT
CONDCondition ID BKK_CONCHAR10BKK_CON
VALIDFROMDate till when Condition was Used BKK_USEDDATS8DATUM
FLG_ASSIGN_LOCKBlock Indicator for Condition Assignment BKK_FLGASSGNLCKNUMC1BKK_FLGASSGNLCK
FLGLOCK_BKK81Block Indicator BKK_FLGLOCCHAR1BKK_FLGLOC
FLGLOCK_BKK82Block Indicator BKK_FLGLOCCHAR1BKK_FLGLOC
CURRCurrency BKK_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP table BKK8RK using ABAP code

The following ABAP code Example will allow you to do a basic selection on BKK8RK to SELECT all data from the table
DATA: WA_BKK8RK TYPE BKK8RK.

SELECT SINGLE *
FROM BKK8RK
INTO CORRESPONDING FIELDS OF WA_BKK8RK
WHERE...

How to access SAP table BKK8RK

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