TFC_CMPOUTPUTLIST SAP (Output of Results) Structure details

Dictionary Type: Structure
Description: Output of Results




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




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

TFC_CMPOUTPUTLIST 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 "Output of Results" 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_CMPOUTPUTLIST TYPE TFC_CMPOUTPUTLIST.

The TFC_CMPOUTPUTLIST table consists of various fields, each holding specific information or linking keys about Output of Results data available in SAP. These include KOART (Account Type), CURTP (Currency Type and Valuation View), KONTO (Character Field Length = 10), UMSKZ (Special G/L Indicator).. 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_CMPOUTPUTLIST 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
KOARTAccount Type KOARTCHAR1KOART
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
KONTOCharacter Field Length = 10 CHAR10CHAR10CHAR10
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BETRAG_BSValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
BETRAG_VSValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
BETRAG_DSValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
BETRAG_BHValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
BETRAG_VHValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
BETRAG_DHValue field 13(25) characters with 2 decimal places WERTV13CURR25(2) WERTV13
TEXTCharacter field, length 64 CHAR64CHAR64CHAR64
XDIFFCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TFC_CMPOUTPUTLIST

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