TRCPAT2 SAP (TR: Commodity Price Adjustment-Registration and Fixing (DCS)) Table details

Dictionary Type: Table
Description: TR: Commodity Price Adjustment-Registration and Fixing (DCS)




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




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

TRCPAT2 is a standard SAP Table which is used to store TR: Commodity Price Adjustment-Registration and Fixing (DCS) data and is available within R/3 SAP systems depending on the version and release level.

The TRCPAT2 table consists of various fields, each holding specific information or linking keys about TR: Commodity Price Adjustment-Registration and Fixing (DCS) data available in SAP. These include KEYUUID (UUID), BEARER_CAT (Commodity Price Adjustment Category), BEARER_ID (Commodity Price Adjustment Bearer ID), CASHFLOW_ID (Cash Flow ID).. 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 or numeric)


SAP TRCPAT2 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
KEYUUIDUUID FTR_UUIDRAW16FTR_UUID
BEARER_CATCommodity Price Adjustment Category TB_CPA_BEARER_CATCHAR2T_IRA_BEARER_CAT
BEARER_IDCommodity Price Adjustment Bearer ID TB_CPA_BEARER_IDCHAR32T_IRA_BEARER_ID
CASHFLOW_IDCash Flow ID TB_CPA_CASHFLOW_IDNUMC4T_IRA_CASHFLOW_ID
IRA_DATECommodity Price Fixing Date TB_CPA_DATEDATS8T_IRA_DATE
DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC
PRICETYPEType of Price Quotation TBA_PRICETYPECHAR2Assigned to domainVVSKURSARTRATETYPE_F4
TIME_TO_MATURITYTime to Maturity TBA_TENORCHAR10Assigned to domainTBA_TENORTBAH_TENOR
PRICEQuotation Price TBA_PRICED34D31(14) TBA_PRICE
UOMQuotation Unit of Measure TBA_UOMUNIT3T006CUNITMEINS
CPE_UOMCommodity Pricing Engine Unit of Measure TBA_CPEUOMUNIT3Assigned to domainCUNITMEINS
CURRENCYQuotation Currency TBA_CURRENCYCUKY5TCURCWAERS
RATETYPEExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
CURRENCYFROMFrom currency FCURR_CURRCUKY5Assigned to domainWAERS
CURRENCYTOTo-currency TCURR_CURRCUKY5Assigned to domainWAERS
EXCHRATE_DIRExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
REGI_STATEStatus of Commodity Price Adjustment TB_CPA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
TERM_FROMStart of Commodity Price Adjustment Period TB_CPA_TERM_FROMDATS8T_IRA_TERM_FROM
IRA_TRIGGERCommodity Price Adjustment Trigger TB_CPA_TRIGGERCHAR2T_IRA_TRIGGER
FIXER_NAMEEmployee ID of Person Fixing Commodity Price TB_CPA_FIXER_NAMECHAR12SYCHAR12
FIXING_DATESystem Date of Commodity Price Adjustment TB_CPA_FIXING_DATEDATS8DATUM
FIXING_TIMESystem Time of Commodity Price Adjustment TB_CPA_FIXING_TIMETIMS6UZEIT
ACTIVITY_STATEActivity Status of Commodity Price Adjustment Registration TB_CPA_ACTIVITY_STATECHAR2T_IRA_ACTIVITY_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRCPAT2
INTO CORRESPONDING FIELDS OF WA_TRCPAT2
WHERE...

How to access SAP table TRCPAT2

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