TBKK_CLEAR_ID SAP (Clearing Center ID) Table details

Dictionary Type: Table
Description: Clearing Center ID




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




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

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

The TBKK_CLEAR_ID table consists of various fields, each holding specific information or linking keys about Clearing Center ID data available in SAP. These include CLEAR_ID (ID of a Clearing Center), CLEAR_BANKS (Country Key of Clearing Center), CLEAR_BANKL (Bank Key of Clearing Center), CLEAR_ACEXT (Account number for current account).. 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_ID 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
CLEAR_IDID of a Clearing Center BKK_CLEAR_IDCHAR6BKK_CLEAR_ID
CLEAR_BANKSCountry Key of Clearing Center BKK_CLEAR_BANKSCHAR3Assigned to domainLAND1
CLEAR_BANKLBank Key of Clearing Center BKK_CLEAR_BANKKCHAR15BANKK
CLEAR_ACEXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
CLEAR_IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
CLEAR_SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK_CLEAR_ID
INTO CORRESPONDING FIELDS OF WA_TBKK_CLEAR_ID
WHERE...

How to access SAP table TBKK_CLEAR_ID

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