/IXOS/DC_TBCR SAP (Overflow table for duplicate COLD records) Table details

Dictionary Type: Table
Description: Overflow table for duplicate COLD records




ABAP Code to SELECT data from /IXOS/DC_TBCR
Related tables to /IXOS/DC_TBCR
Access table /IXOS/DC_TBCR




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

/IXOS/DC_TBCR is a standard SAP Table which is used to store Overflow table for duplicate COLD records data and is available within R/3 SAP systems depending on the version and release level.

The /IXOS/DC_TBCR table consists of various fields, each holding specific information or linking keys about Overflow table for duplicate COLD records data available in SAP. These include COLD_TIME (System Time), COLD_COUNT (Count for COLD-Overflow), TABNAME (Table Name), PROJECT (Project id).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /IXOS/DC_TBCR 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
COLD_DATESystem Date SYDATUMDATS8SYDATS
COLD_TIMESystem Time SYUZEITTIMS6SYTIME
COLD_COUNTCount for COLD-Overflow /IXOS/DC_EC_COUNTNUMC4NUM4
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
PROJECTProject id /IXOS/DC_EC_PROJECTCHAR10Assigned to domain/IXOS/DC_DC_PROJECT
VERSIONVersion of a project /IXOS/DC_EC_VERSIONNUMC2/IXOS/DC_DC_VERSION
DATASOURCEAttribute object /IXOS/DC_EC_DATASOURCECHAR12Assigned to domain/IXOS/DC_DC_DATASOURCE
LENLength for LRAW /IXOS/DC_EC_LRAW_LENINT25/IXOS/DC_DC_LRAW_LEN
DATALRAW 8320 /IXOS/DC_EC_LRAW2048LCHR8320/IXOS/DC_DC_LRAW2048

Key field Non-key field



How do I retrieve data from SAP table /IXOS/DC_TBCR using ABAP code

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

SELECT SINGLE *
FROM /IXOS/DC_TBCR
INTO CORRESPONDING FIELDS OF WA_/IXOS/DC_TBCR
WHERE...

How to access SAP table /IXOS/DC_TBCR

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