TRCOT_CTY_PROV SAP (Provider dependent Forward Period Settings for a CO) Table details

Dictionary Type: Table
Description: Provider dependent Forward Period Settings for a CO




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




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

TRCOT_CTY_PROV is a standard SAP Table which is used to store Provider dependent Forward Period Settings for a CO data and is available within R/3 SAP systems depending on the version and release level.

The TRCOT_CTY_PROV table consists of various fields, each holding specific information or linking keys about Provider dependent Forward Period Settings for a CO data available in SAP. These include COMMODITY_ID (Commodity ID), PROVIDER (Provider of Commodity Market Data), VALID_FROM (Validity Start Date), QUOT_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: 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 TRCOT_CTY_PROV 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 MANDTCLNT3Assigned to domainMANDT
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
PROVIDERProvider of Commodity Market Data TCR_CTY_PROVIDERCHAR10Assigned to domainTCR_CTY_PROVIDER
VALID_FROMValidity Start Date TPM_CTY_VALID_FROMDATS8DATUM
QUOT_CURR_UNITCurrency Unit for Commodity TCR_CTY_CURRUNITCHAR5Assigned to domainVVSRUNIT
QUOT_UOMUnit of Measure of Quotation TCR_CTY_QUOT_UOMUNIT3Assigned to domainCUNITMEINS
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
NO_PER_MONTHSNumber of Periods TPM_CTY_PERIOD_NUMINT410INT4
PER_DISP_MONTHPeriod Display Style for Months TPM_PERIOD_DISPSTYLE_MONTHCHAR2TPM_PERIOD_DISPLAY_STYLE
NO_PER_QUARTERSNumber of Periods TPM_CTY_PERIOD_NUMINT410INT4
PER_DISP_QUARTERPeriod Display Style for Quarters TPM_PERIOD_DISPSTYLE_QUARTERCHAR2TPM_PERIOD_DISPLAY_STYLE
NO_PER_YEARSNumber of Periods TPM_CTY_PERIOD_NUMINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRCOT_CTY_PROV
INTO CORRESPONDING FIELDS OF WA_TRCOT_CTY_PROV
WHERE...

How to access SAP table TRCOT_CTY_PROV

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