CPET_PRCFIX_DEF_INPUT SAP (Price Fixation Definition Input) Structure details

Dictionary Type: Structure
Description: Price Fixation Definition Input




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




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

CPET_PRCFIX_DEF_INPUT 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 Fixation Definition Input" 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_PRCFIX_DEF_INPUT TYPE CPET_PRCFIX_DEF_INPUT.

The CPET_PRCFIX_DEF_INPUT table consists of various fields, each holding specific information or linking keys about Price Fixation Definition Input data available in SAP. These include 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), EXER_DATE_LATEST (CPE Price Fixation - Latest Exercise Date).. 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_PRCFIX_DEF_INPUT 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
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

Key field Non-key field



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

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

How to access SAP table CPET_PRCFIX_DEF_INPUT

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