TBKKC_BUKRS SAP (BCA Locally Duplicated Values for Corresponding FI) Table details

Dictionary Type: Table
Description: BCA Locally Duplicated Values for Corresponding FI




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




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

TBKKC_BUKRS is a standard SAP Table which is used to store BCA Locally Duplicated Values for Corresponding FI data and is available within R/3 SAP systems depending on the version and release level.

The TBKKC_BUKRS table consists of various fields, each holding specific information or linking keys about BCA Locally Duplicated Values for Corresponding FI data available in SAP. These include COMP_CODE (Company Code), COMP_NAME (Name of Company Code or Company), CITY (City), COUNTRY (Country 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TBKKC_BUKRS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMP_NAMEName of Company Code or Company BUTXTCHAR25TEXT25
CITYCity ORT01CHAR25TEXT25
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
CHRT_ACCTSChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
FY_VARIANTFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VAT_REG_NOVAT Registration Number STCEGCHAR20STCEG
COMPANYCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
ADDR_NOAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
CHUSERLast user to change object BKK_CHUSRCHAR12USNAM
CHDATEDate on which the object was last changed BKK_CHDATDATS8DATUM
CHTIMETime at Which Object was Last Changed BKK_CHTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKKC_BUKRS
INTO CORRESPONDING FIELDS OF WA_TBKKC_BUKRS
WHERE...

How to access SAP table TBKKC_BUKRS

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