IBKK81_DI SAP (General Data Bank Condition) Structure details

Dictionary Type: Structure
Description: General Data Bank Condition




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




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

IBKK81_DI 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 "General Data Bank Condition" 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_IBKK81_DI TYPE IBKK81_DI.

The IBKK81_DI table consists of various fields, each holding specific information or linking keys about General Data Bank Condition data available in SAP. These include CONDDIF (1st Conditions Type Differentiation), CONDDIF_V1 (Condition Differentiation Value), CONDDIF_2 (2nd Condition Type Differentiation), CONDDIF_V2 (Condition Differentiation Value).. 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 (character-type or numeric)


SAP IBKK81_DI 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
CONDCATGBank Condition Category BKK_CONCATCHAR4Assigned to domainBKK_CONCAT
CONDDIF1st Conditions Type Differentiation BKK_CONDIFCHAR3Assigned to domainBKK_CONDIF
CONDDIF_V1Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CONDDIF_22nd Condition Type Differentiation BKK_COND_2CHAR3Assigned to domainBKK_CONDIF
CONDDIF_V2Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
INTMETInterest calculation method BKK_INTMETCHAR1SZBMETH
STGMETHDays calculation method (cash flow) BKK_VVSTGMETH_DICHAR1
STGBASISNo. of days in year for interest calc. method (cash flow) BKK_VVSTGBASIS_DICHAR1
CALCTYPIndicator Graduated/Interval Calculation BKK_CALCTY_DICHAR1
FLGFROMTOIndicator from-to BKK_FROMTOCHAR1BKK_FROMTO
FLGADDDEBIOverdraft Interest in Addition to Debit Interest BKK_ADDDEBCHAR1XFELD
CONDTIMEPeriod for Condition BKK_CONTIM_DICHAR4
CONDTIME_UTime Unit for Conditions BKK_CONTUN_DICHAR1
TIMEPROPCALCPro Rata Method BKK_TIMEPROCALC_DICHAR1
FREECOUNTNumber of Free Items BKK_FREECT_DICHAR7
EXEMPTLIMAllowance for DI BKK_EXLIM_DICHAR19
FLGLOCKEDBlock Indicator BKK_FLGLOCCHAR1BKK_FLGLOC
SORTFSort string BKK_SORTFCHAR10BKK_SORTF
USEDTILLDate till when Condition was Used BKK_USED_DICHAR10
XSURCHARGEFlag: Markup Condition BKK_SURCHGCHAR1FLAG
SROUNDRounding Category TFM_SROUNDCHAR1TFM_SROUND
PRUNITRounding unit in FIMA BKK_TFMPRUNIT_DICHAR15
ADINTMETCalculation Method of Interest Penalty BKK_ADINTMETCHAR1BKK_ADINTMET
XZEROLIMZero Is Minimum/Maximum BKK_XZEROLIMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IBKK81_DI

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