IBCA_US_BKK_TD SAP (BCA: Time deposit account data plus status information) Structure details

Dictionary Type: Structure
Description: BCA: Time deposit account data plus status information




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




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

IBCA_US_BKK_TD 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 "BCA: Time deposit account data plus status information" 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_IBCA_US_BKK_TD TYPE IBCA_US_BKK_TD.

The IBCA_US_BKK_TD table consists of various fields, each holding specific information or linking keys about BCA: Time deposit account data plus status information data available in SAP. These include MANDT (Client), BKKRS (Bank Area), ACNUM_INT (Internal Account Number for Current Account), CERT_NO (BCA Time deposit certificate number).. 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 IBCA_US_BKK_TD 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
MANDTClient MANDTCLNT3T000MANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10BKK40ALPHABKK_ACCNTACI
CERT_NOBCA Time deposit certificate number BCA_US_CERT_NOCHAR20ALPHABCA_US_CD_NO
PERIODUNITPeriod Unit BKK_PUNITCHAR1TBKKTIMEBKK_PUNIT
ROLLOVER_DATEBCA Time deposit rollover date BCA_US_ROLLOVER_DATEDATS8DATUM
MATURITY_DATEBCA Time deposit maturity date BCA_US_MAT_DATEDATS8DATE
XAUTO_RENEWBCA Time deposit auto renewal indicator BCA_US_XRENEWCHAR1XFELD
TERMBCA Time deposit term BCA_US_TERMDEC6
XCURRENTBCA Time deposit current certificate indicator BCA_US_XCURR_CDCHAR1XFELD
TRNSTYPETransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
T_AMOUNTAmount in Transaction Currency (No +/- Sign) BKK_TAMNTVCURR17(2) BKK_AMT
TCURRTransaction Currency BKK_TCURCUKY5Assigned to domainWAERS
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
HOLDER_NAMEAccount holder name BKK_NAMECHAR70BKK_NAME
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
CHEQUE_NOCheck Number (External) BKK_CHEQEXCHAR20ALPHABKK_CASHBX
AKTDBActivity for Primary Table BCA40 BKK_AKTDBCHAR2Assigned to domainBU_AKTYP
AKTYPActivity BKK_AKTYPCHAR2Assigned to domainBU_AKTYP
XCHNGIndicator: Data has been changed BKK_XCHNGCHAR1XFELD
NRRNGCurrent Account Number Range BKK_NRRNGCHAR2CHAR2
XNREXInternal (' ') or external ('X') number range flag NRINDCHAR1XFELD
INTRST_STDStandard Interest Rate BCA_INTRST_STDDEC10(7) DECV3_7
INTRST_CUSTCustomer specific Interest Rate BCA_INTRST_CUSTDEC10(7) DECV3_7
MARKUPMarkup/Markdown Reference Interest BKK_MARKUPDEC10(7) DECV3_7
XRENWALRenew Automatically BCA_RENEWALCHAR1XFELD
XREDEEMRedeem BCA_REDEEMCHAR1XFELD
LOCKIDLocking Reason BKK_LOCKIDCHAR4Assigned to domainBKK_LOCKID
LOCKTXTDescription Locking Reason BKK_T_LOCKCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table IBCA_US_BKK_TD

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