CPET_PDT_DETAIL SAP (Details of Period Determination) Structure details

Dictionary Type: Structure
Description: Details of Period Determination




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




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

CPET_PDT_DETAIL 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 "Details of 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_DETAIL TYPE CPET_PDT_DETAIL.

The CPET_PDT_DETAIL table consists of various fields, each holding specific information or linking keys about Details of Period Determination data available in SAP. These include CLOSED_MARKET (Checkbox), MISSING (Checkbox), SUBST_DATE (Substitution Date), SUBST_TIME (Substitution Time).. 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: Cannot Be Enhanced


SAP CPET_PDT_DETAIL 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
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_DETAIL using ABAP code?

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

How to access SAP table CPET_PDT_DETAIL

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