BAPI_IBKK_IND_COND_POS SAP (Individual Condition: Position) Structure details

Dictionary Type: Structure
Description: Individual Condition: Position




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




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

BAPI_IBKK_IND_COND_POS 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_BAPI_IBKK_IND_COND_POS TYPE BAPI_IBKK_IND_COND_POS.

The BAPI_IBKK_IND_COND_POS table consists of various fields, each holding specific information or linking keys about Individual Condition: Position data available in SAP. These include DESCRCONDITION (Short Description (general purpose)), VALIDFROM (Valid from), CONDITIONLEVEL (Levels), AMOUNTLIMIT (Currency amount for BAPIS (with 9 decimal places)).. 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 BAPI_IBKK_IND_COND_POS 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 BAPI_BKK_DTE_CONDCHAR10BKK_CON
DESCRCONDITIONShort Description (general purpose) BAPI_BKK_DTE_DESCR_SHORTCHAR25TEXT25
VALIDFROMValid from BAPI_BKK_DTE_VALIDFROMDATS8DATUM
CONDITIONLEVELLevels BAPI_BKK_DTE_CONDLEVELNUMC4BKK_LEVEL
AMOUNTLIMITCurrency amount for BAPIS (with 9 decimal places) BAPI_BKK_DTE_CUREXTDEC28(9) BAPICUREXT
COUNTFROMNumber from BAPI_BKK_DTE_CONDCOUNTFROMNUMC7BKK_COUNT
VALIDTOValid to BAPI_BKK_DTE_CONDVALIDTODATS8DATUM
FLGULTIMOMonth-end indicator BAPI_BKK_DTE_XCONDULTIMOCHAR1BKK_ULTIMO
PERCENTAGERATEPercentage rate BAPI_BKK_DTE_CONDPERCENTRATEDEC10(7) DECV3_7
INTERESTREFInterest Reference BAPI_BKK_DTE_INTREFERCHAR10Assigned to domainZIREFKU
MARKUPREFINTERESTMarkup/Markdown Reference Interest BAPI_BKK_DTE_MARKUPCONDDEC10(7) DECV3_7
MININTERESTRATEMinimum interest rate BAPI_BKK_DTE_MININTRATEDEC10(7) DECV3_7
MAXINTERESTRATEMaximum Interest Rate BAPI_BKK_DTE_MAXINTRATEDEC10(7) DECV3_7
AMOUNTCurrency amount for BAPIS (with 9 decimal places) BAPI_BKK_DTE_CUREXTDEC28(9) BAPICUREXT
MINAMOUNTCurrency amount for BAPIS (with 9 decimal places) BAPI_BKK_DTE_CUREXTDEC28(9) BAPICUREXT
MAXAMOUNTCurrency amount for BAPIS (with 9 decimal places) BAPI_BKK_DTE_CUREXTDEC28(9) BAPICUREXT
DIVISORCHARGESDivisor for Charges BAPI_BKK_DTE_CHARGEDIVISORDEC4BKK_DEVIDE
CURRENCYCurrency Key BAPI_BKK_DTE_WAERSCUKY5Assigned to domainWAERSFWS
DESCRCURRENCYCurrency Description BAPI_BKK_DTE_KTEXT_CURTCHAR15TEXT15
CURRENCYISOISO currency code BAPI_BKK_DTE_ISOCDCHAR3ISOCD
NUMBEROFDAYSNumber of days BAPI_BKK_DTE_NUMBDAYSDEC3BKK_NODAYS
TOLERANCEDAYSVALDATEMAXNumber of tolerance days BAPI_BKK_DTE_NUMB_TOL_DAYSNUMC3BKK_DAYS3
TOLERANCEDAYSVALDATEMINNumber of tolerance days BAPI_BKK_DTE_NUMB_TOL_DAYSNUMC3BKK_DAYS3
SHIFTTOWEEKDAYShift to working day BAPI_BKK_DTE_XSHIFTWEEKDAYCHAR1BKK_SWORKD
DESCRSHIFTTOWEEKDAYLong Description BAPI_BKK_DTE_DESCR_LONGCHAR60DDTEXT
CONDITIONLOCKBlock Indicator BAPI_BKK_DTE_CONDLOCKCHAR1BKK_FLGLOC
DESCRCONDITIONLOCKLong Description BAPI_BKK_DTE_DESCR_LONGCHAR60DDTEXT
STANDARDLEVELREFERENCEReference to Standard Level BAPI_BKK_DTE_LEVELREFERNUMC4BKK_LEVEL
FLGINTERESTCALCEXPONENTIALExponential interest calculation BAPI_BKK_DTE_XINTCALCEXPOCHAR1XFELD
INTERESTSETTLFREQUENCYInterest Settlement Frequency for Exponential Interest Calc. BAPI_BKK_DTE_INTSETTLFREQNUMC2TFM_AMMRHYZV
DESCRINTERESTSETTLFREQUENCYLong Description BAPI_BKK_DTE_DESCR_LONGCHAR60DDTEXT
AVERAGEAMOUNTLIMITAverage Amount Limit BAPI_BKK_DTE_AVERAGEAMNTLIMITDEC28(9) BAPICUREXT
COMBINATIONAMOUNTLIMITCombination of Amount Limit BAPI_BKK_DTE_COMBAMOUNTLIMITDEC28(9) BAPICUREXT
COMBINATIONAVERAGEAMNTLIMITCombination of Average Amount Limit BAPI_BKK_DTE_COMBAVEAMNTLIMITDEC28(9) BAPICUREXT

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_IND_COND_POS

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