TCCS_CC_MAST_ATTR SAP (Commodity Curve Master Data Attributes) Structure details

Dictionary Type: Structure
Description: Commodity Curve Master Data Attributes




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




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

TCCS_CC_MAST_ATTR 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 "Commodity Curve Master Data Attributes" 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_CC_MAST_ATTR TYPE TCCS_CC_MAST_ATTR.

The TCCS_CC_MAST_ATTR table consists of various fields, each holding specific information or linking keys about Commodity Curve Master Data Attributes data available in SAP. These include COMMODITY_ID (Commodity ID), CCURVE_CAT (Commodity Curve Category), CCURVE_RATE_TYPE (Commodity Curve Rate Type), CTY_CURR_UNIT (Currency Unit for Commodity).. 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 TCCS_CC_MAST_ATTR 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
CC_TYPECommodity Curve Type TB_CTY_CURVE_TYPENUMC3JBC_CCURVE_TYPETB_CTY_CURVE_TYPECTY_CURVE_TYPE
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TRCOT_CTY_MASTERTPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
CCURVE_CATCommodity Curve Category TAN_CCURVE_CATNUMC1TAN_CCURVE_CAT
CCURVE_RATE_TYPECommodity Curve Rate Type TAN_CC_RATE_TYPENUMC1T_QUOTYP
CTY_CURR_UNITCurrency Unit for Commodity TCR_CTY_CURRUNITCHAR5TZUNIVVSRUNIT
CTY_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3T006CUNITMEINS
INTERPOL_PROCInterpolation Category TAN_INTERPOL_CATNUMC1TAN_INTERPOL_CAT
READ_PROCMarket Price Read Procedure TAN_READ_PROC_CATNUMC1TAN_READ_PROC_CAT
MAXDAYSmaximal number of days for readback TAN_CC_MAXAGEDEC3TAN_CC_MAXAGE
EXTRAPOL_PROCExtrapolation Category TAN_EXTRAPOL_CATNUMC1TAN_EXTRAPOL_CAT
INCLUDE_SPOTInclude Spot Price as Beginning Value of the Curve TAN_INCLUDE_SPOTCHAR1XFELD
CTY_QUOT_TYPECommodity Quotation Type TCR_CTY_QUOTTYPECHAR5TRCOCC_QUOTTYPETCR_CTY_QUOTTYPE
SPOT_PRICE_TYPERate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
ISSUERIssuer of the Commodity TPM_CTY_ISSUERCHAR10Assigned to domainALPHABU_PARTNERBUPAR
EXCHANGEExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
PRICE_TYPERate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
EXPIRY_DT_LOGICFutures Expiry Date Logic TAN_EXPIRY_DT_CATNUMC1TAN_EXPIRY_DT_CAT
PROVIDERProvider of Commodity Market Data TCR_CTY_PROVIDERCHAR10TCRC_CTY_PROVIDRTCR_CTY_PROVIDER
FWD_QUOT_TYPECommodity Quotation Type TCR_CTY_QUOTTYPECHAR5TRCOCC_QUOTTYPETCR_CTY_QUOTTYPE
DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC

Key field Non-key field



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

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

How to access SAP table TCCS_CC_MAST_ATTR

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