PRH_CPET_PRCFIX_DEF SAP (CPE Price Fixation Definition) Structure details

Dictionary Type: Structure
Description: CPE Price Fixation Definition




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




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

PRH_CPET_PRCFIX_DEF 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 "CPE Price Fixation Definition" 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_PRH_CPET_PRCFIX_DEF TYPE PRH_CPET_PRCFIX_DEF.

The PRH_CPET_PRCFIX_DEF table consists of various fields, each holding specific information or linking keys about CPE Price Fixation Definition data available in SAP. These include EXER_DATE_EARLY_ROUT (CPE Price Fixation Exercise Date Routine), EXER_DATE_EARLIEST (CPE Price Fixation - Earliest Exercise Date), EXER_DATE_EARLIEST_REF_DATE_RT (CPE Term - Reference Date and Time Routine), EXER_DATE_LATEST_ROUT (CPE Price Fixation Exercise Date Routine).. 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 PRH_CPET_PRCFIX_DEF 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
REF_GUIDCPE Reference GUID CPET_REF_GUIDRAW16SYSUUID
EXER_DATE_EARLY_ROUTCPE Price Fixation Exercise Date Routine CPET_PRCFIX_EARLY_EXERDATEROUTNUMC7CPEC_ROUTINECPE_ROUTINE
EXER_DATE_EARLIESTCPE Price Fixation - Earliest Exercise Date CPET_PRCFIX_EARLY_EXERCISEDATEDATS8DATE
EXER_DATE_EARLIEST_REF_DATE_RTCPE Term - Reference Date and Time Routine CPET_REFDATEROUTNUMC7CPEC_REFDATEROUTCPE_ROUTINECPE_REFDATEROUT
EXER_DATE_LATEST_ROUTCPE Price Fixation Exercise Date Routine CPET_PRCFIX_LATE_EXERDATEROUTNUMC7CPEC_ROUTINECPE_ROUTINE
EXER_DATE_LATESTCPE Price Fixation - Latest Exercise Date CPET_PRCFIX_LATE_EXERCISEDATEDATS8DATE
EXER_DATE_LATEST_REF_DATE_RTCPE Term - Reference Date and Time Routine CPET_REFDATEROUTNUMC7CPEC_REFDATEROUTCPE_ROUTINECPE_REFDATEROUT
QUANTITY_DISTR_ROUTCPE Quantity Distribution Routine for Price Fixation CPET_PRCFIX_QTYDISTRROUTNUMC7CPEC_ROUTINECPE_ROUTINE
QUANTITY_REFCPE Quantity for Price Fixation CPET_PRCFIX_QUANTITYQUAN15(3) CPE_QUANTITY
QUANTITY_REF_UOMCPE Quantity UoM for Price Fixation CPET_PRCFIX_QTY_UOMUNIT3T006CUNITMEINS
LIMIT_ROUTCPE Price Fixation Limit Routine CPET_PRCFIX_LIMROUTNUMC7CPEC_ROUTINECPE_ROUTINE
LIMIT_QUANTITYCPE Price Fixation Limit Quantity CPET_PRCFIX_LIMQTYQUAN15(3) CPE_QUANTITY_POSITIVE
LIMIT_QUANTITY_UOMCPE Price Fixation Limit Quantity UoM CPET_PRCFIX_LIMQTY_UOMUNIT3T006CUNITMEINS
LIMIT_FACTOR_1CPE Price Fixation Limit Factor 1 CPET_PRCFIX_LIMFACTOR1DEC10(6) CPE_FACTOR_POSITIVE
LIMIT_FACTOR_2CPE Price Fixation Limit Factor 2 CPET_PRCFIX_LIMFACTOR2DEC10(6) CPE_FACTOR_POSITIVE
PRICE_REF_ROUTCPE Reference Price Routine for Non-Fixed Quantity CPET_PRCFIX_REF_ROUTNUMC7CPEC_ROUTINECPE_ROUTINE
PRC_FIXATION_STATUSStatus of Price Fixation Option CPET_PRCFIX_STATUSCHAR1STATV
NON_FIXED_QUANTITYCPE Quantity for Price Fixation CPET_PRCFIX_QUANTITYQUAN15(3) CPE_QUANTITY
NON_FIXED_QTY_UOMCPE Quantity UoM for Price Fixation CPET_PRCFIX_QTY_UOMUNIT3Assigned to domainCUNITMEINS
EXER_DATE_EARLIEST_PRELIM_INDCPE Provisional Earliest Exercise Date CPET_PRCFIX_EARLIESTPRELIM_INDCHAR1BOOLEAN
EXER_DATE_LATEST_PRELIM_INDCPE Provisional Latest Exercise Date CPET_PRCFIX_LATESTPRELIM_INDCHAR1BOOLEAN
LIMIT_QUANTITY_OUTCPE Price Fixation Limit Quantity CPET_PRCFIX_LIMQTYQUAN15(3) CPE_QUANTITY_POSITIVE
LIMIT_QUANTITY_UOM_OUTCPE Price Fixation Limit Quantity UoM CPET_PRCFIX_LIMQTY_UOMUNIT3Assigned to domainCUNITMEINS
EXERDATE_EARLY_REFDATROUT_TEXTDescription BEZEI40CHAR40TEXT40
EXERDATE_LATE_REFDATROUT_TEXTDescription BEZEI40CHAR40TEXT40
DELETE_INACTIVSingle-Character Indicator CHAR1CHAR1CHAR1
CREATE_INACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
LIMIT_QUANTITY_UICPE Price Fixation Limit Quantity CPET_PRCFIX_LIMQTYQUAN15(3) CPE_QUANTITY_POSITIVE
LIMIT_QUANTITY_UOM_UICPE Price Fixation Limit Quantity UoM CPET_PRCFIX_LIMQTY_UOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table PRH_CPET_PRCFIX_DEF

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