BKK_STR_BKK43_DISB SAP (structure for disbursement reference account) Structure details

Dictionary Type: Structure
Description: structure for disbursement reference account




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




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

BKK_STR_BKK43_DISB 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 for disbursement reference account" 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_BKK43_DISB TYPE BKK_STR_BKK43_DISB.

The BKK_STR_BKK43_DISB table consists of various fields, each holding specific information or linking keys about structure for disbursement reference account data available in SAP. These include NACNUM_INT_DISB (Internal Account Number for Reference Account), NBANKS_DISB (Bank country key), NBANKL_DISB (Bank Key), NSWIFT_DISB (SWIFT/BIC for International Payments).. 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 BKK_STR_BKK43_DISB 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
NBKKRS_DISBBank Area for Internal Reference Account BKK_BKKRS_INTREFCHAR4Assigned to domainBKK_BKKRS
NACNUM_INT_DISBInternal Account Number for Reference Account BKK_ACC_INTREFCHAR10Assigned to domainALPHABKK_ACCNT
NBANKS_DISBBank country key BKK_NBANKSCHAR3Assigned to domainLAND1
NBANKL_DISBBank Key BKK_NBANKLCHAR15BANKK
NSWIFT_DISBSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
NACNUM_DISBAccount Number for Internal or External Reference Account BKK_NACNUMCHAR35ACEXTBKK_ACEXT
NBKS_DISBBank Control Key BKK_BKSCHAR2BKONT
NIBAN_DISBInternational Bank Account Number BKK_NIBANCHAR35ALPHABKK_ACIBAN
NACHOLD_DISBAccount Holder BKK_NACHLDCHAR60TEXT60
TRNSTYPE_DISBTransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
TRNSTYPE2_DISBTransaction Type_2 BKK_TTYPE2CHAR4Assigned to domainBKK_TTYPE
PAYMETHOD_DISBPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
XCHKDIG_R_DISBIndicator: No Check Digit Calculation BKK_XCHKDGCHAR1XFELD
PUBLIC_CONT_L1_DISBPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L2_DISBPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L3_DISBPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L4_DISBPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_S1_DISBPublic Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
PUBLIC_CONT_S2_DISBPublic Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20

Key field Non-key field



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

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

How to access SAP table BKK_STR_BKK43_DISB

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