BAPI_IBKK_TERM 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_TERM
Related tables to BAPI_IBKK_TERM
Access table BAPI_IBKK_TERM




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

BAPI_IBKK_TERM 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_TERM TYPE BAPI_IBKK_TERM.

The BAPI_IBKK_TERM 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 TERMTYPE (Term Agreement Category), TERMTYPE_DESCR (Short Description (general purpose)), TERMSTATUS (Term Agreement Status), TERMSTATUS_DESCR (Short Description (general purpose)).. 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_TERM 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
TERMTYPETerm Agreement Category BAPI_BKK_DTE_TERMTYPENUMC2BKK_TERMTYPE
TERMTYPE_DESCRShort Description (general purpose) BAPI_BKK_DTE_DESCR_SHORTCHAR25TEXT25
TERMSTATUSTerm Agreement Status BAPI_BKK_DTE_TERMSTATCHAR2BKK_TERMSTAT
TERMSTATUS_DESCRShort Description (general purpose) BAPI_BKK_DTE_DESCR_SHORTCHAR25TEXT25
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
MATURITYDATEMaturity Date of Term Agreement BAPI_BKK_DTE_TERM_MAT_DATEDATS8DATUM
REDUCTIONTerm reduction amount BAPI_BKK_DTE_TERM_REDUC_AMOUNTCURR17(2) TFM_WRTV9
INCREASETerm increase amount BAPI_BKK_DTE_TERM_INCR_AMOUNTCURR17(2) TFM_WRTV9
COLLECTION_DATECollection date of term initial amount BAPI_BKK_DTE_TERM_COLL_DATEDATS8DATUM
DEPOSIT_TCURCurrency BAPI_BKK_DTE_CURRENCYCUKY5Assigned to domainWAERS
DEPOSIT_TCUR_DESCRCurrency Description BAPI_BKK_DTE_KTEXT_CURTCHAR15TEXT15
PAYMENTORDER_NUMBERPayment order number BAPI_BKK_DTE_PAORNNUMC12BKK_PAORNPYN
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_TERM using ABAP code?

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

How to access SAP table BAPI_IBKK_TERM

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