BKK83 SAP (Bank Condition Determination) Table details

Dictionary Type: Table
Description: Bank Condition Determination




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




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

BKK83 is a standard SAP Table which is used to store Bank Condition Determination data and is available within R/3 SAP systems depending on the version and release level.

The BKK83 table consists of various fields, each holding specific information or linking keys about Bank Condition Determination 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: Not classified


SAP BKK83 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
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
XSURCHARGEFlag: Markup Condition BKK_SURCHGCHAR1FLAG
VALIDFROMValid from BKK_VALFROCHAR8INVDTDATUM_INV
CONDDIF1st Conditions Type Differentiation BKK_CONDIFCHAR3TBKK82BKK_CONDIF
CONDDIF_V1Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CONDDIF_22nd Condition Type Differentiation BKK_COND_2CHAR3TBKK82BKK_CONDIF
CONDDIF_V2Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
VALIDTOValid to BKK_VALTOCHAR8INVDTDATUM_INV
USEDTILLDate till when Condition was Used BKK_USEDDATS8DATUM
FLG_ASSIGN_LOCKBlock Indicator for Condition Assignment BKK_FLGASSGNLCKNUMC1BKK_FLGASSGNLCK
ASUSERAssigned by BKK_ASUSERCHAR12SYCHAR12
ASRELUSERAssignment Released by BKK_ASRELUSERCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK83
INTO CORRESPONDING FIELDS OF WA_BKK83
WHERE...

How to access SAP table BKK83

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