BKK_STR_BKK43 SAP (Structure containg fields of BKK43) Structure details

Dictionary Type: Structure
Description: Structure containg fields of BKK43




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




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

BKK_STR_BKK43 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 containg fields of BKK43" 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 TYPE BKK_STR_BKK43.

The BKK_STR_BKK43 table consists of various fields, each holding specific information or linking keys about Structure containg fields of BKK43 data available in SAP. These include NBKKRS_COLL (Bank Area for Internal Reference Account), NACNUM_INT_COLL (Internal Account Number for Reference Account), NBANKS_COLL (Bank country key), NBANKL_COLL (Bank Key).. 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 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_COLLBank Area for Internal Reference Account BKK_BKKRS_INTREFCHAR4Assigned to domainBKK_BKKRS
NACNUM_INT_COLLInternal Account Number for Reference Account BKK_ACC_INTREFCHAR10Assigned to domainALPHABKK_ACCNT
NBANKS_COLLBank country key BKK_NBANKSCHAR3Assigned to domainLAND1
NBANKL_COLLBank Key BKK_NBANKLCHAR15BANKK
NSWIFT_COLLSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
NACNUM_COLLAccount Number for Internal or External Reference Account BKK_NACNUMCHAR35ACEXTBKK_ACEXT
NBKS_COLLBank Control Key BKK_BKSCHAR2BKONT
NIBAN_COLLInternational Bank Account Number BKK_NIBANCHAR35ALPHABKK_ACIBAN
NACHOLD_COLLAccount Holder BKK_NACHLDCHAR60TEXT60
TRNSTYPE_COLLTransaction Type BKK_TTYPECHAR4Assigned to domainBKK_TTYPE
TRNSTYPE2_COLLTransaction Type_2 BKK_TTYPE2CHAR4Assigned to domainBKK_TTYPE
PAYMETHOD_COLLPayment Method BKK_PAYMETCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
XCHKDIG_R_COLLIndicator: No Check Digit Calculation BKK_XCHKDGCHAR1XFELD
PUBLIC_CONT_L1_COLLPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L2_COLLPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L3_COLLPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_L4_COLLPublic Field Length 35 BCA_DTE_CHAR035CHAR35BCA_DOM_CF_CHAR35
PUBLIC_CONT_S1_COLLPublic Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
PUBLIC_CONT_S2_COLLPublic Field Length 20 BCA_DTE_CHAR020CHAR20BCA_DOM_CF_CHAR20
MANDATE_IDMandate Reference BKK_DTE_MND_IDCHAR35BKK_MND_ID
UCICreditor Identification BKK_DTE_CRD_IDCHAR35BKK_CRD_ID
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 using ABAP code?

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

How to access SAP table BKK_STR_BKK43

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