TCCS_UI_KEYS_CURVE_COMPARE SAP (UI field for Commodity Price Curve Comparison) Structure details

Dictionary Type: Structure
Description: UI field for Commodity Price Curve Comparison




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




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

TCCS_UI_KEYS_CURVE_COMPARE 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 "UI field 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_KEYS_CURVE_COMPARE TYPE TCCS_UI_KEYS_CURVE_COMPARE.

The TCCS_UI_KEYS_CURVE_COMPARE table consists of various fields, each holding specific information or linking keys about UI field for Commodity Price Curve Comparison data available in SAP. These include COMMODITY2 (Commodity ID), CC_TYPE1 (Commodity Curve Type), CC_TYPE2 (Commodity Curve Type), EVAL_TYPE (ID of Risk Management Evaluation).. 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_KEYS_CURVE_COMPARE 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

Key field Non-key field



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

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

How to access SAP table TCCS_UI_KEYS_CURVE_COMPARE

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