BOND_CONDITION SAP (Condition Items) Structure details

Dictionary Type: Structure
Description: Condition Items




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




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

BOND_CONDITION 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 Items" 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_BOND_CONDITION TYPE BOND_CONDITION.

The BOND_CONDITION table consists of various fields, each holding specific information or linking keys about Condition Items data available in SAP. These include CONDITION_FORM (Condition Form), VALID_FROM (Condition Item Valid From), AMOUNT (Condition amount independent of currency), CURRENCY (Currency of Condition Item).. 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 BOND_CONDITION 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
CONDITION_TYPECondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
CONDITION_FORMCondition Form JNULLKONCHAR1SKONDF
VALID_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
AMOUNTCondition amount independent of currency VVKBKONDDEC15(6) VVKWKURS
CURRENCYCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
REF_INTEREST_RATEReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
REF_SIGN+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
PERCENTAGE_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
CALC_DATECalculation Date DVALUTDATS8DATUM
CALC_MONTH_ENDMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
CALC_INCLUSIVInclusive indicator for calculation date TFMJSINCLCHAR1TFMSINCL
CALC_CALENDAR_RULEShift calculation date to working day VVSVWERKNUMC1T_SWERK
CALC_DETERMINE_METHODMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
CALC_DATE_RELATEDIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
DUE_DATEDue date DFAELLDATS8DATUM
DUE_MONTH_ENDMonth-End Indicator for Due Date SFULTCHAR1VVSULT
DUE_INCLUSIVInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
DUE_CALENDAR_RULEShift due date to working day VVSFWERKNUMC1T_SWERK
DUE_DATE_RELATEDIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
DUE_DETERMINE_METHODMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
FORMULAR_REFERENCEFormula Reference TB_XFORMBECHAR4Assigned to domainT_FORMBE

Key field Non-key field



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

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

How to access SAP table BOND_CONDITION

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