BKK_STR_ACCNT_CLOSURE_RELEASE SAP ( Account Closure transfer Structure for release tool) Structure details

Dictionary Type: Structure
Description: Account Closure transfer Structure for release tool




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




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

BKK_STR_ACCNT_CLOSURE_RELEASE 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 " Account Closure transfer Structure for release tool" 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_BKK_STR_ACCNT_CLOSURE_RELEASE TYPE BKK_STR_ACCNT_CLOSURE_RELEASE.

The BKK_STR_ACCNT_CLOSURE_RELEASE table consists of various fields, each holding specific information or linking keys about Account Closure transfer Structure for release tool data available in SAP. These include PRODUCT_ID (Internal Product ID), CLOSURE_REASON (Closure Reason Key), ACCOUNT_BALANCE (Account balance), ACCOUNT_CURR (Account Currency).. 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: Cannot Be Enhanced


SAP BKK_STR_ACCNT_CLOSURE_RELEASE 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
BANKAREABank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
PRODUCT_IDInternal Product ID FIPR_PRODINTCHAR18Assigned to domainFIPR_PRODINT
CLOSURE_REASONClosure Reason Key BKK_DTE_ACCT_CLS_REASON_KEYCHAR2Assigned to domainBKK_REASON_KEY
ACCOUNT_BALANCEAccount balance BKK_PBALCURR23(2) BKK_TOAMT
ACCOUNT_CURRAccount Currency BKK_ACURCUKY5TCURCWAERS
INT_REF_ACCNTRelease Int RefAcct BKK_DTE_INT_REF_ACCNTCHAR1XFELD
EXT_REF_ACCNTRelease Ext RefAcct BKK_DTE_EXT_REF_ACCNTCHAR1XFELD
FIXED_TERM_STATUSTerm Agreement Status BKK_TERMSTATCHAR2BKK_TERMSTAT
REACTIVATION_REASONReactivation Reason Key BKK_DTE_ACCT_REACN_REASON_KEYCHAR2Assigned to domainBKK_REASON_KEY
STATUS_ADDAccount Status Enhancement BKK_STATADCHAR4TBKK47BKK_STATAD

Key field Non-key field



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

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

How to access SAP table BKK_STR_ACCNT_CLOSURE_RELEASE

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