BAPI_IBKK_IND_CONDITION_IN SAP (Individual Condition: Header) Structure details

Dictionary Type: Structure
Description: Individual Condition: Header




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




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

BAPI_IBKK_IND_CONDITION_IN 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: 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_BAPI_IBKK_IND_CONDITION_IN TYPE BAPI_IBKK_IND_CONDITION_IN.

The BAPI_IBKK_IND_CONDITION_IN table consists of various fields, each holding specific information or linking keys about Individual Condition: Header data available in SAP. These include DESCRCONDITION (Short Description (general purpose)), VALIDFROM (Valid from), VALIDTO (Valid to), CONDITIONCATEGORY (Valid to (Condition Header)).. 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_CONDITION_IN 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_CONDVALIDFROMDATS8DATUM
VALIDTOValid to BAPI_BKK_DTE_CONDVALIDTODATS8DATUM
CONDITIONCATEGORYValid to (Condition Header) BAPI_BKK_DTE_CONDCATEGCHAR4Assigned to domainBKK_CONCAT
FIRSTCONDTYPEDIFFERENTIATION1st Conditions Type Differentiation BAPI_BKK_DTE_CONDDIFFCHAR3Assigned to domainBKK_CONDIF
FIRSTCONDITIONDIFFVALUECondition Differentiation Value BAPI_BKK_DTE_FIRSTCONDVALUECHAR10BKK_CONVAL
SECONDCONDDIFFERENTIATION2nd Condition Type Differentiation BAPI_BKK_DTE_SECONDCONDDIFFCHAR3Assigned to domainBKK_CONDIF
SECONDCONDDIFFVALUECondition Differentiation Value BAPI_BKK_DTE_SECONDCONDVALUECHAR10BKK_CONVAL
CURRENCYCurrency Key BAPI_BKK_DTE_WAERSCUKY5Assigned to domainWAERSFWS
INTERESTCALCMETHODInterest calculation method BAPI_BKK_DTE_INTERESTCALCMETHCHAR1SZBMETH
CALCULATIONTYPEIndicator Graduated/Interval Calculation BAPI_BKK_DTE_CALCTYPENUMC1BKK_SSTAFF
FLGFROMTOIndicator from-to BAPI_BKK_DTE_XFROMTOCHAR1BKK_FROMTO
FLGOVERDRAFTTODEBITOverdraft Interest in Addition to Debit Interest BAPI_BKK_DTE_XOVDRFTTODEBITCHAR1XFELD
CONDITIONPERIODPeriod for Condition BAPI_BKK_DTE_CONDPERIODNUMC4BKK_CONTIM
TIMEPROCALCULATIONPro Rata Method BAPI_BKK_DTE_TIMEPROCALCNUMC1BKK_TIMEPROCALC
NUMBEROFFREEITEMSPeriod for Condition BAPI_BKK_DTE_CONDPERIODNUMC4BKK_CONTIM
AMOUNTOFEXEMPTIONCurrency amount for BAPIS (with 9 decimal places) BAPI_BKK_DTE_CUREXTDEC28(9) BAPICUREXT
SORTTERMSort string BAPI_BKK_DTE_CONDSORTTERMCHAR10BKK_SORTF
FLGMARKUPCONDITIONFlag: Markup Condition BAPI_BKK_DTE_XMARKUPCONDCHAR1FLAG
ROUNDINGTYPERound (Up, Down or to the Nearest Whole) BAPI_BKK_DTE_ROUNDTYPECHAR1TFM_SROUND
ROUNDINGUNITRounding unit in FIMA BAPI_BKK_DTE_ROUNDUNITDEC13(7) TFMSRUNIT
ADVANCEINTERESTMETHODCalculation Method of Interest Penalty BAPI_BKK_DTE_ADVINTMETHCHAR1BKK_ADINTMET
FLGZEROLIMITZero Is Minimum/Maximum BAPI_BKK_DTE_XZEROLIMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_IND_CONDITION_IN

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