TFC_BALANCECMP_DIFF SAP (Balance Comparison: Differences Found) Structure details

Dictionary Type: Structure
Description: Balance Comparison: Differences Found




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




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

TFC_BALANCECMP_DIFF 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 "Balance Comparison: Differences Found" 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_TFC_BALANCECMP_DIFF TYPE TFC_BALANCECMP_DIFF.

The TFC_BALANCECMP_DIFF table consists of various fields, each holding specific information or linking keys about Balance Comparison: Differences Found data available in SAP. These include BUKRS (Company Code), RLDNR (Ledger), HKONT (General Ledger Account), KOART (Account Type).. 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: Cannot Be Enhanced


SAP TFC_BALANCECMP_DIFF 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KOARTAccount Type KOARTCHAR1KOART
KONTOGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
DIMENSIONSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
PSWBT_S1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
PSWBT_H1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
PSWBT_S2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
PSWBT_H2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBTR_S1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBTR_H1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBTR_S2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBTR_H2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE2_S1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE2_H1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE2_S2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE2_H2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE3_S1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE3_H1Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE3_S2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
DMBE3_H2Value field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN

Key field Non-key field



How do I retrieve data from SAP structure TFC_BALANCECMP_DIFF using ABAP code?

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

How to access SAP table TFC_BALANCECMP_DIFF

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