CPET_PDT_PRCQUOT SAP (Price Quotation Data from Period Determination) Structure details

Dictionary Type: Structure
Description: Price Quotation Data from Period Determination




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




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

CPET_PDT_PRCQUOT 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 "Price Quotation Data from Period Determination" 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_CPET_PDT_PRCQUOT TYPE CPET_PDT_PRCQUOT.

The CPET_PDT_PRCQUOT table consists of various fields, each holding specific information or linking keys about Price Quotation Data from Period Determination data available in SAP. These include CLIENT (Client), PERIODDTOUT_GUID (CPE Term - GUID for Result of Period Determination), QUOTSRC (Quotation Source), QUOTTYPE (Quotation Type).. 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: Can be enhanced (character-type or numeric)


SAP CPET_PDT_PRCQUOT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PERIODDTOUT_GUIDCPE Term - GUID for Result of Period Determination CPET_PERIODDTOUT_GUIDRAW16SYSUUID
QUOTSRCQuotation Source CPET_QUOTSRCCHAR2CPE_QUOTSRCCPE_QUOTSRC
QUOTTYPEQuotation Type CPET_QUOTTYPECHAR5CPE_QUOTTYPECPE_QUOTTYPE
QUOTNAMEQuotation Name CPET_QUOTNAMECHAR18CPE_QUOTNAMECPE_QUOTNAME
QUOTDATEDate of Price Quotation CPET_QUOTDATEDATS8DATE
QUOTTIMETime of Price Quotation CPET_QUOTTIMETIMS6TIME
VALIDTOCPE - 'Valid To' Time Stamp of Commodity Pricing Object CPET_VALIDTOCHAR14TSTPSCPE_TIMESTAMP
DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6TBAC_DCSTBA_DCSIDTBA_DCSIDTBAH_DCS
MICMarket Identifier Code TBA_MICCHAR4TBAC_MICTBA_MICTBA_MICTBAH_MIC
TENORTime to Maturity TBA_TENORCHAR10TBAC_TENORTBA_TENORTBAH_TENOR
PRICETYPEType of Price Quotation TBA_PRICETYPECHAR2Assigned to domainVVSKURSARTRATETYPE_F4
KEYDATEDCS Key Date TBA_KEYDATEDATS8DATE
VALIDFROMCommodity Price Valid From (Date and Time) TBA_TIMESTAMPDEC21(7) TZNTSTMPL
PRICEQUOTPrice Quotation CPET_PRICEQUOTCURR15(2) CPE_AMOUNT
QUOTCURRQuotation Currency CPET_QUOTCURRCUKY5TCURCWAERS
QUOTPRUNPrice Unit of Quotation CPET_QUOTPRUNDEC5CPE_PRUN
QUOTUOMUnit of Measure of Quotation CPET_QUOTUOMUNIT3T006CUNITMEINS
NOQUOTNo Quotation Available CPET_NOQUOTCHAR1CHAR1
LOGSYSLogical Source System for Price Quotation CPET_QUOTLOGSYSCHAR10Assigned to domainALPHALOGSYS
SRCSYSTEMTYPECPE - Source System Type CPET_SRCSYSTEMTYPECHAR4CHAR4
ARCSTATUSArchiving Status CPET_ARCH_STATUSCHAR1CPE_ARCH_STATUS
REQUESTEDCheckbox XFELDCHAR1XFELD
CLOSED_MARKETCheckbox XFELDCHAR1XFELD
MISSINGCheckbox XFELDCHAR1XFELD
SUBST_DATESubstitution Date CPET_SUBST_DATEDATS8DATE
SUBST_TIMESubstitution Time CPET_SUBST_TIMETIMS6TIME
SUBSTITUTEDCheckbox XFELDCHAR1XFELD
IGNOREDCheckbox XFELDCHAR1XFELD
INCOMPLETECPE Term - Period Determination Incomplete CPET_INCOMPLETECHAR1CHAR1
BILLING_BLOCKCPE Caller - Billing: Blocking Reason for Document Items CPET_BILLING_BLOCKCHAR2Assigned to domainCPE_BILLING_BLOCK
RISK_DATECPE Date of Risk CPET_RISKDATEDATS8DATE
RISK_TIMECPE Time of Risk CPET_RISKTIMETIMS6TIME
RISKFACTOR1CPE - Factor 1 to Define Weighting of Risk Element CPET_RISKFACTOR1DEC10(6) CPE_FACTOR
RISKFACTOR2CPE - Factor 2 to Define Weighting of Risk Element CPET_RISKFACTOR2DEC10(6) CPE_FACTOR
FORECAST_STATUSStatus of Quotation Forecast CPET_FORECAST_STATUSINT13CPE_FORECAST_STATUS
RISKQUANTITYCPE Term - Quantity for Risk Calculation CPET_RISKQUANTITYQUAN15(3) CPE_QUANTITY
RISKUOMCPE Term - UoM for Risk Calculation CPET_RISKUOMUNIT3Assigned to domainCUNITMEINS
TERMRES_RELRelevance for Term Result CPET_TERMRES_RELCHAR1CPE_TERMRES_REL
CURVE_DATECurve Date TBA_CURVEDATEDATS8DATE
CURVE_READING_DATECommodity Curve Reading Date CPET_CURVE_READING_DATEDATS8DATE
CURVE_COMMODITY_IDCommodity ID TBA_CTY_IDCHAR18TBA_CTY_ID

Key field Non-key field



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

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

How to access SAP table CPET_PDT_PRCQUOT

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