IBKK_DI_BKKTERM SAP (Direct Input Structure for Table BKKTERM) Structure details

Dictionary Type: Structure
Description: Direct Input Structure for Table BKKTERM




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




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

IBKK_DI_BKKTERM 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 "Direct Input Structure for Table BKKTERM" 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_DI_BKKTERM TYPE IBKK_DI_BKKTERM.

The IBKK_DI_BKKTERM table consists of various fields, each holding specific information or linking keys about Direct Input Structure for Table BKKTERM data available in SAP. These include TERM_NUMBER (Term number for DI), TERM_TYPE (Term Agreement Category), TERM_STATUS (Term Agreement Status), TERM (Term Duration).. 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_DI_BKKTERM 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
CHIND_TERMDirect Input: Type of Change (U, I, D) BKK_DICHGCHAR1BU_CHIND
TERM_NUMBERTerm number for DI BKK_DTE_TERM_NUMBER_DICHAR20
TERM_TYPETerm Agreement Category BKK_TERMTYPE_DICHAR2
TERM_STATUSTerm Agreement Status BKK_TERMSTATCHAR2BKK_TERMSTAT
TERMTerm Duration BKK_TERM_DICHAR6
TERM_PUNITPeriod Unit BKK_PUNITCHAR1Assigned to domainBKK_PUNIT
X_CURRENTBCA Time deposit current certificate indicator BCA_US_XCURR_CDCHAR1XFELD
K_DATEKey date BKK_KDATE_DICHAR2
DEPOSITContract Total, Deposit BKK_DEPOSIT_DICHAR19
TERMSTARTTerm Start BKK_TERMSTART_DICHAR8
LATEST_TERMSTARTTerm Start BKK_TERMSTART_DICHAR8
TERM_ENDEnd of Term BKK_TERM_END_DICHAR8
X_EINZUG 0
MATURITY_DATE_TERMMaturity Date of Term Agreement BKKTERM_CALLBALANCE_DICHAR8
REDUCTIONAmount for DI BKK_AMOUNT_DICHAR19
INCREASEAmount for DI BKK_AMOUNT_DICHAR19
CURRENCYAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
FIXING_DATECondition Fixing Date for DI BKK_FIXING_DATE_DIDATS8DATS

Key field Non-key field



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

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

How to access SAP table IBKK_DI_BKKTERM

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