IBKK_TD_S1 SAP (Structure: Operative Data for Fixed-Term Deposit) Structure details

Dictionary Type: Structure
Description: Structure: Operative Data for Fixed-Term Deposit




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




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

IBKK_TD_S1 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 "Structure: Operative Data for Fixed-Term Deposit" 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_IBKK_TD_S1 TYPE IBKK_TD_S1.

The IBKK_TD_S1 table consists of various fields, each holding specific information or linking keys about Structure: Operative Data for Fixed-Term Deposit data available in SAP. These include DEPOSIT (Contract Total, Deposit), MIN_DEPOSIT (Minimum Deposit Amount), TERMSTART (Term Start), TERM_END (End of Term).. 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 IBKK_TD_S1 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
CERT_NOBCA Time deposit certificate number BCA_US_CERT_NOCHAR20ALPHABCA_US_CD_NO
DEPOSITContract Total, Deposit BKK_DEPOSITCURR17(2) BKK_ITAMT
MIN_DEPOSITMinimum Deposit Amount BKK_MINDEPOSITCURR17(2) BKK_ITAMT
TERMSTARTTerm Start BKK_TERMSTARTDATS8DATUM
TERM_ENDEnd of Term BKK_TERM_ENDDATS8DATUM
TERMTerm Duration BKK_TERMNUMC6BKKT_PERIOD
TERM_PUNITPeriod Unit for Term BKK_TERMUNITCHAR1BKK_TERMUNIT
TERM_STATUSTerm Agreement Status BKK_TERMSTATCHAR2BKK_TERMSTAT
LATEST_TERMSTARTTerm Start BKK_TERMSTARTDATS8DATUM
MAX_DEPOSITMaximum Deposit Amount BKK_DTE_MAXDEPOSITCURR17(2) BKK_ITAMT
MIN_DEPOSITTERMMinimum Term BKK_MINTERMNUMC6BKKT_PERIOD
MIN_DEPOSITUNITPeriod Unit for Term BKK_TERMUNITCHAR1BKK_TERMUNIT
TERM_TYPETerm Agreement Category BKK_TERMTYPENUMC2BKK_TERMTYPE
XAUT_ROLLOVERBCA Time deposit auto renewal indicator BCA_US_XRENEWCHAR1XFELD
ROLLOVER_DATEBCA Time deposit rollover date BCA_US_ROLLOVER_DATEDATS8DATUM
ROLLOV_NUMBERNumber of Required Rollovers BKK_ROLLOVERNUMNUMC3BKK_ROLLOVERNUMBER
XINDEFI_ROLLOVIndicator: Rollover Until Futher Notice BKK_XROLLOVINDEFCHAR1XFELD
ROLLOVER_TERMTerm Duration BKK_TERMNUMC6BKKT_PERIOD
ROLLOV_TERMUNITPeriod Unit for Term BKK_TERMUNITCHAR1BKK_TERMUNIT
REPAYMRedeem BCA_REDEEMCHAR1XFELD
X_FIXTERMIndicator: Fixed Term BKK_FIXTERMCHAR1XFELD
X_VARTERMIndicator: Fixed Term BKK_FIXTERMCHAR1XFELD
MARK 0
X_EINZUG 0
X_CURRENTBCA Time deposit current certificate indicator BCA_US_XCURR_CDCHAR1XFELD
MAX_DEPOSITTERMMaximum Term BKK_MAXTERMNUMC6BKKT_PERIOD
MAX_DEPOSITUNITPeriod Unit for Term BKK_TERMUNITCHAR1BKK_TERMUNIT
MATURITY_DATEMaturity Date of Term Agreement BKKTERM_CALLBALANCEDATS8DATUM
INCREASEAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
REDUCTIONAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
ROLLOVERNRTEXT 0
XINCREASEContract Amount Adjustment Type BKK_XINCREASECHAR1BKK_DEPOSITADAP
XREDUCTIONPartial Repayment of Contract Amount on Rollover Date BKK_XREDUCTIONCHAR1XFELD
AMOUNTAmount BKK_AMOUNTCURR17(2) TFM_WRTV9
CURRENCYCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
COLLECTION_DATECollection date of term initial amount BKKT_TARGETDATEDATS8DATUM
PAYMENTORDER_NOPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
ORIGIN_TERMOriginal Term BKK_ORIGINTERMNUMC6BKKT_PERIOD
ORIGIN_TERMUNITPeriod Unit for Term BKK_TERMUNITCHAR1BKK_TERMUNIT
COMPLEMENT_TERMTerm Duration BKK_TERMNUMC6BKKT_PERIOD
COMPLEMENT_TERMUNITPeriod Unit for Term BKK_TERMUNITCHAR1BKK_TERMUNIT
COLLECTION_DATE2Collection Date of Increase Amount for Time Deposits BKKT_TARGETDATE_INCREASEDATS8DATUM
X_ROLLOVERFlag indicating if Term Agreement is Rollover BKK_XROLLOVERCHAR1XFELD
X_CORRECTIONFlag indicating if Term Agreement has been corrected BKK_XCORRECTIONCHAR1XFELD
LATEST_TERMLatest Term Start In Days BKK_LATESTTERMNUMC6BKKT_PERIOD
DURATION_CALENDARTerm Duration in Calendar days BKK_DTE_TERM_CALNUMC6BKKT_PERIOD
DURATION_INTERESTTerm Duration in Interest Days BKK_DTE_TERM_INTNUMC6BKKT_PERIOD
DEPOSIT_TCURCurrency of Current Account BKK_ACCURCUKY5Assigned to domainWAERS
FIXING_DATECondition Fixing Date for Fixed-Term Deposit Account BKK_DTE_FIXING_DATEDATS8DATS

Key field Non-key field



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

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

How to access SAP table IBKK_TD_S1

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