BAPI_IBKK_TERMIN SAP (Term Agreement for Fixed-Term Deposit and Installmt Savings) Structure details

Dictionary Type: Structure
Description: Term Agreement for Fixed-Term Deposit and Installmt Savings




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




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

BAPI_IBKK_TERMIN 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 "Term Agreement for Fixed-Term Deposit and Installmt Savings" 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_TERMIN TYPE BAPI_IBKK_TERMIN.

The BAPI_IBKK_TERMIN table consists of various fields, each holding specific information or linking keys about Term Agreement for Fixed-Term Deposit and Installmt Savings data available in SAP. These include TERM (Term Duration), TERMPUNIT (Period Unit for Term), DEPOSIT (Contract Total, Deposit), TERMSTART (Term start date).. 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: Can be enhanced (character-type or numeric)


SAP BAPI_IBKK_TERMIN 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
TERM_NUMBERTerm number BAPI_BKK_DTE_TERM_NUMBERNUMC20BKK_TERM_NUMBER
TERMTerm Duration BAPI_BKK_DTE_TERMNUMC6BKKT_PERIOD
TERMPUNITPeriod Unit for Term BAPI_BKK_DTE_TERM_PUNITCHAR1BKK_TERMUNIT
DEPOSITContract Total, Deposit BAPI_BKK_DTE_DEPOSITCURR17(2) BKK_ITAMT
TERMSTARTTerm start date BAPI_BKK_DTE_TERMSTARTDATS8DATUM
LATEST_TERMSTARTTerm start date BAPI_BKK_DTE_TERMSTARTDATS8DATUM
TERMENDEnd date of Term BAPI_BKK_DTE_TERM_ENDDATS8DATUM
TERMSTATUSTerm Agreement Status BAPI_BKK_DTE_TERMSTATCHAR2BKK_TERMSTAT
REDUCTIONTerm reduction amount BAPI_BKK_DTE_TERM_REDUC_AMOUNTCURR17(2) TFM_WRTV9
INCREASETerm increase amount BAPI_BKK_DTE_TERM_INCR_AMOUNTCURR17(2) TFM_WRTV9
DEPOSIT_TCURCurrency BAPI_BKK_DTE_CURRENCYCUKY5Assigned to domainWAERS
FIXING_DATEBAPI: Condition Fixing Date for Fixed-Term Deposit Account BAPI_BKK_DTE_CFDATEDATS8DATS

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_TERMIN

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