TCCS_UI_CURVE_COMPARE_FIELDS SAP (Fields for Commodity Price Curve Comparison) Structure details

Dictionary Type: Structure
Description: Fields for Commodity Price Curve Comparison




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




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

TCCS_UI_CURVE_COMPARE_FIELDS 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 "Fields for Commodity Price Curve Comparison" 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_TCCS_UI_CURVE_COMPARE_FIELDS TYPE TCCS_UI_CURVE_COMPARE_FIELDS.

The TCCS_UI_CURVE_COMPARE_FIELDS table consists of various fields, each holding specific information or linking keys about Fields for Commodity Price Curve Comparison data available in SAP. These include COMMODITY1 (Commodity ID), COMMODITY2 (Commodity ID), CC_TYPE1 (Commodity Curve Type), CC_TYPE2 (Commodity Curve 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: Can be enhanced (character-type or numeric)


SAP TCCS_UI_CURVE_COMPARE_FIELDS 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
COMMODITY1Commodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
COMMODITY2Commodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
CC_TYPE1Commodity Curve Type TB_CTY_CURVE_TYPENUMC3JBC_CCURVE_TYPETB_CTY_CURVE_TYPECTY_CURVE_TYPE
CC_TYPE2Commodity Curve Type TB_CTY_CURVE_TYPENUMC3JBC_CCURVE_TYPETB_CTY_CURVE_TYPECTY_CURVE_TYPE
EVAL_TYPEID of Risk Management Evaluation JBREVAL_DCHAR4JBREVALJBREVAL
EVAL_DATEEvaluation Date TV_AKTUDATDATS8DATUM
CURVE_START_DATEStart Date of Commodity Price Curve TAN_CURVE_START_DATEDATS8DATS
CURVE_END_DATEEnd Date of Commodity Price Curve TAN_CURVE_END_DATEDATS8DATS
QUOT_CURR_UNITCurrency Unit for Commodity TCR_CTY_CURRUNITCHAR5TZUNIVVSRUNIT
QUOT_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3T006CUNITMEINS
COMMODITY_DESCR1Name of the Commodity TPM_CTY_NAMECHAR40TPM_CTY_NAME
COMMODITY_DESCR2Name of the Commodity TPM_CTY_NAMECHAR40TPM_CTY_NAME
CC_TYPE_DESCR1Commodity Curve Type Text TB_CTY_CURVE_TYPE_TEXTCHAR30TEXT30
CC_TYPE_DESCR2Commodity Curve Type Text TB_CTY_CURVE_TYPE_TEXTCHAR30TEXT30
EVAL_TYPE_DESCRLong Name JBXLBEZCHAR60JBXLBEZ
QUOT_UOM_DESCRUnit of Measurement Text (Maximum 30 Characters) MSEHLCHAR30TEXT30
QUOT_CURR_UNIT_DESCRCurrency Unit: Long Text LTEXT_CCY_UNITCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table TCCS_UI_CURVE_COMPARE_FIELDS

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