IBKK_STD_CONDITION_INT SAP (Condition Header) Structure details

Dictionary Type: Structure
Description: Condition Header




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




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

IBKK_STD_CONDITION_INT 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 "Condition Header" 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_IBKK_STD_CONDITION_INT TYPE IBKK_STD_CONDITION_INT.

The IBKK_STD_CONDITION_INT table consists of various fields, each holding specific information or linking keys about Condition Header data available in SAP. These include DESCRCONDITIONAREA (Text length 25), CONDID (Condition ID), DESCRCONDITIONA (Text length 25), VALIDFROM (Valid from).. 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: Cannot Be Enhanced


SAP IBKK_STD_CONDITION_INT 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
CONDITIONAREACondition Area BKK_CONDARCHAR4Assigned to domainBKK_CONDARCOR
DESCRCONDITIONAREAText length 25 TEXT25CHAR25TEXT25
CONDIDCondition ID BKK_CONCHAR10BKK_CON
DESCRCONDITIONAText length 25 TEXT25CHAR25TEXT25
VALIDFROMValid from BAPI_BKK_DTE_VALIDFROMDATS8DATUM
CONDITIONCATEGORYBank Condition Category BKK_CONCATCHAR4Assigned to domainBKK_CONCAT
FIRSTCONDDIFFERENTIATION1st Conditions Type Differentiation BKK_CONDIFCHAR3Assigned to domainBKK_CONDIF
DESCRFIRSTCONDDIFFERENTText length 25 TEXT25CHAR25TEXT25
FIRSTCONDITIONDIFFVALUECondition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
SECONDCONDDIFFERENTIATION2nd Condition Type Differentiation BKK_COND_2CHAR3Assigned to domainBKK_CONDIF
DESCRSECONDCONDDIFFERENTText length 25 TEXT25CHAR25TEXT25
SECONDCONDDIFFVALUECondition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DESCRCURRENCYShort text KTEXT_CURTCHAR15TEXT15
INTERESTCALCMETHODInterest calculation method BKK_INTMETCHAR1SZBMETH
DESCRINTERESTCALCMETHODExplanatory short text DDTEXTCHAR60DDTEXT
CALCULATIONTYPEScaled/Interval Calculation BKK_CALCTYNUMC1BKK_SSTAFF
DESCRCALCULATIONTYPEExplanatory short text DDTEXTCHAR60DDTEXT
FLGFROMTOIndicator from-to BKK_FROMTOCHAR1BKK_FROMTO
DESCRFLGFROMTOExplanatory short text DDTEXTCHAR60DDTEXT
FLGOVERDRAFTTODEBITOverdraft Interest in Addition to Debit Interest BKK_ADDDEBCHAR1XFELD
CONDITIONPERIODPeriod for Condition BKK_CONTIMNUMC4BKK_CONTIM
CONDITIONPERIODUNITTime Unit for Conditions BKK_CONTUNNUMC1BKK_CONTUN
DESCRCONDITIONPERIODUNITExplanatory short text DDTEXTCHAR60DDTEXT
TIMEPROCALCULATIONPro Rata Method BKK_TIMEPROCALCNUMC1BKK_TIMEPROCALC
DESCRTIMEPROCALCULATIONExplanatory short text DDTEXTCHAR60DDTEXT
NUMBEROFFREEITEMSPeriod for Condition BKK_CONTIMNUMC4BKK_CONTIM
AMOUNTOFEXEMPTIONAllowance BKK_EXLIMCURR17(2) BKK_ITAMT
BLOCKINDICATORBlock Indicator BKK_FLGLOCCHAR1BKK_FLGLOC
DESCRBLOCKINDICATORExplanatory short text DDTEXTCHAR60DDTEXT
SORTTERMSort string BKK_SORTFCHAR10BKK_SORTF
USEDUNTILDate till when Condition was Used BKK_USEDDATS8DATUM
FLGMARKUPCONDITIONFlag: Markup Condition BKK_SURCHGCHAR1FLAG
ROUNDINGTYPERounding Category TFM_SROUNDCHAR1TFM_SROUND
DESCRROUNDINGTYPEExplanatory short text DDTEXTCHAR60DDTEXT
ROUNDINGUNITRounding Unit TFMPRUNITDEC13(7) TFMSRUNIT
ADVANCEINTERESTMETHODCalculation Method of Interest Penalty BKK_ADINTMETCHAR1BKK_ADINTMET
DESCRADVANCEINTERESTMETHODExplanatory short text DDTEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table IBKK_STD_CONDITION_INT

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