IBKK_IND_COND_POS_INT SAP (Individual Condition: Position) Structure details

Dictionary Type: Structure
Description: Individual Condition: Position




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




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

IBKK_IND_COND_POS_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 "Individual Condition: Position" 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_IND_COND_POS_INT TYPE IBKK_IND_COND_POS_INT.

The IBKK_IND_COND_POS_INT table consists of various fields, each holding specific information or linking keys about Individual Condition: Position data available in SAP. These include DESCRCONDITION (Text length 25), VALIDFROM (Valid from), CONDITIONLEVEL (Levels), AMOUNTLIMIT (Amount Limit).. 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_IND_COND_POS_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
CONDIDCondition ID BKK_CONCHAR10BKK_CON
DESCRCONDITIONText length 25 TEXT25CHAR25TEXT25
VALIDFROMValid from BAPI_BKK_DTE_VALIDFROMDATS8DATUM
CONDITIONLEVELLevels BKK_LEVELNUMC4BKK_LEVEL
AMOUNTLIMITAmount Limit BKK_AMTLIMCURR17(2) TFM_WRTV9
COUNTFROMNumber from BKK_CFROMNUMC7BKK_COUNT
VALIDTOValid to BAPI_BKK_DTE_VALIDTODATS8DATUM
FLGULTIMOMonth-end indicator BKK_ULTIMOCHAR1BKK_ULTIMO
PERCENTAGERATEPercentage rate BKK_PKONDDEC10(7) DECV3_7
INTERESTREFInterest Reference BKK_SZSREFCHAR10Assigned to domainZIREFKU
MARKUPREFINTERESTMarkup/Markdown Reference Interest BKK_MARKUPDEC10(7) DECV3_7
MININTERESTRATEMinimum interest rate BKK_LOWLIMDEC10(7) DECV3_7
MAXINTERESTRATEMaximum Interest Rate BKK_UPLIMDEC10(7) DECV3_7
AMOUNTAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
MINAMOUNTMinimum amount BKK_LWAMNTCURR17(2) TFM_WRTV9
MAXAMOUNTMaximum Amount BKK_UPAMNTCURR17(2) TFM_WRTV9
DIVISORCHARGESDivisor for Charges BKK_DEVIDEDEC4BKK_DEVIDE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DESCRCURRENCYShort text KTEXT_CURTCHAR15TEXT15
NUMBEROFDAYSNumber of days BKK_NODAYSDEC3BKK_NODAYS
TOLERANCEDAYSVALDATEMAXNumber of days BKK_NODAYSDEC3BKK_NODAYS
TOLERANCEDAYSVALDATEMINNumber of days BKK_NODAYSDEC3BKK_NODAYS
SHIFTTOWEEKDAYShift to working day BKK_XCALCHAR1BKK_SWORKD
DESCRSHIFTTOWEEKDAYExplanatory short text DDTEXTCHAR60DDTEXT
CONDITIONLOCKBlock Indicator BKK_FLGLOCCHAR1BKK_FLGLOC
DESCRCONDITIONLOCKExplanatory short text DDTEXTCHAR60DDTEXT
STANDARDLEVELREFERENCEReference to Standard Level BKK_LVL_RENUMC4BKK_LEVEL
FLGINTERESTCALCEXPONENTIALExponential interest calculation BKK_XEXPINTCHAR1XFELD
INTERESTSETTLFREQUENCYInterest Settlement Frequency for Exponential Interest Calc. BKK_AMMRHYZVNUMC2TFM_AMMRHYZV
DESCRINTERESTSETTLFREQUENCYExplanatory short text DDTEXTCHAR60DDTEXT
AVERAGEAMOUNTLIMITAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
COMBINATIONAMOUNTLIMITAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
COMBINATIONAVERAGEAMNTLIMITAmount BKK_AMOUNTCURR17(2) TFM_WRTV9

Key field Non-key field



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

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

How to access SAP table IBKK_IND_COND_POS_INT

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