TRCOT_CTY_DCSMIC SAP (Details for DCS MIC Tuple) Table details

Dictionary Type: Table
Description: Details for DCS MIC Tuple




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




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

TRCOT_CTY_DCSMIC is a standard SAP Table which is used to store Details for DCS MIC Tuple data and is available within R/3 SAP systems depending on the version and release level.

The TRCOT_CTY_DCSMIC table consists of various fields, each holding specific information or linking keys about Details for DCS MIC Tuple data available in SAP. These include COMMODITY_ID (Commodity ID), DCSID (Derivative Contract Specification ID), MIC (Market Identifier Code), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TRCOT_CTY_DCSMIC 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC
EVAL_TYPEID of Risk Management Evaluation JBREVAL_DCHAR4JBREVALJBREVAL
DEFAULT_ENTRYDefault Setting for Price Determination TPM_CTY_DCS_DEFAULTCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRCOT_CTY_DCSMIC
INTO CORRESPONDING FIELDS OF WA_TRCOT_CTY_DCSMIC
WHERE...

How to access SAP table TRCOT_CTY_DCSMIC

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