TBKK_CLEAR_REL SAP (Assignment: Bank Key to Clearing Center ID) Table details

Dictionary Type: Table
Description: Assignment: Bank Key to Clearing Center ID




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




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

TBKK_CLEAR_REL is a standard SAP Table which is used to store Assignment: Bank Key to Clearing Center ID data and is available within R/3 SAP systems depending on the version and release level.

The TBKK_CLEAR_REL table consists of various fields, each holding specific information or linking keys about Assignment: Bank Key to Clearing Center ID data available in SAP. These include BANKS (Bank country key), BANKL (Bank number), RUN_NO (Sequence number), CLEAR_ID (ID of a Clearing Center).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TBKK_CLEAR_REL table 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 MANDTCLNT3Assigned to domainMANDT
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
RUN_NOSequence number BKK_CLEAR_RUN_NONUMC6BKK_CLEAR_RUN_NO
CLEAR_IDID of a Clearing Center BKK_CLEAR_IDCHAR6BKK_CLEAR_ID
XACTIVIndicator: Clearing Center Active BKK_CLEAR_XACTIVCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table TBKK_CLEAR_REL using ABAP code

The following ABAP code Example will allow you to do a basic selection on TBKK_CLEAR_REL to SELECT all data from the table
DATA: WA_TBKK_CLEAR_REL TYPE TBKK_CLEAR_REL.

SELECT SINGLE *
FROM TBKK_CLEAR_REL
INTO CORRESPONDING FIELDS OF WA_TBKK_CLEAR_REL
WHERE...

How to access SAP table TBKK_CLEAR_REL

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