TCCT_CCURVE_MAST SAP (Commodity Curve Master Data) Table details

Dictionary Type: Table
Description: Commodity Curve Master Data




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




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

TCCT_CCURVE_MAST is a standard SAP Table which is used to store Commodity Curve Master Data data and is available within R/3 SAP systems depending on the version and release level.

The TCCT_CCURVE_MAST table consists of various fields, each holding specific information or linking keys about Commodity Curve Master Data data available in SAP. These include OS_GUID (Globally Unique Identifier), CC_TYPE (Commodity Curve Type), COMMODITY_ID (Commodity ID), CCURVE_CAT (Commodity Curve Category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TCCT_CCURVE_MAST table 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
MANDTClient MANDTCLNT3T000MANDT
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
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
ENTERED_BYEntered by TB_CRUSERCHAR12SYCHAR12
ENTERED_DATEEntered On TB_DCRDATDATS8DATUM
ENTERED_TIMEEntry Time TB_TCRTIMTIMS6UZEIT
CHANGED_BYLast Changed by TB_UPUSERCHAR12SYCHAR12
CHANGED_DATEChanged on TB_DUPDATDATS8DATUM
CHANGED_TIMETime changed TB_TUPTIMTIMS6UZEIT

Key field Non-key field



How do I retrieve data from SAP table TCCT_CCURVE_MAST using ABAP code

The following ABAP code Example will allow you to do a basic selection on TCCT_CCURVE_MAST to SELECT all data from the table
DATA: WA_TCCT_CCURVE_MAST TYPE TCCT_CCURVE_MAST.

SELECT SINGLE *
FROM TCCT_CCURVE_MAST
INTO CORRESPONDING FIELDS OF WA_TCCT_CCURVE_MAST
WHERE...

How to access SAP table TCCT_CCURVE_MAST

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