SAP Reports / Programs | Cross-Application Components | General Application Functions | Commodity Pricing Engine(CA-GTF-CPE) SAP CA

RCPE_CHKPRICEQUOT SAP ABAP Report - Check Integrity of CPE Price Quotations







RCPE_CHKPRICEQUOT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Check Integrity of CPE Price Quotations ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCPE_CHKPRICEQUOT into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RCPE_CHKPRICEQUOT. "Basic submit
SUBMIT RCPE_CHKPRICEQUOT AND RETURN. "Return to original report after report execution complete
SUBMIT RCPE_CHKPRICEQUOT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


P R I C E Q U O T A T I O N T A B L E C H E C K
Selection Text: VAR_REL = %
Selection Text: VAR_ABS = Absolute
Selection Text: VARIATIO = List quotation variation
Selection Text: SO_TYP = D Quotation Type
Selection Text: SO_SRC = D Quotation Source
Selection Text: SO_NAME = D Quotation Name
Selection Text: SO_DATE = Date of Price Quotation
Selection Text: NO_QUOTE = List entries w."no quote"ind.
Selection Text: MISSING = List missing quotations
Selection Text: ADD = List additional quotations
Title: Check Integrity of CPE Price Quotations
Text Symbol: 041 = with "Source, Type and Quote" no entry in CPEC_QUOTNAME
Text Symbol: 040 = No entries found for selected criteria
Text Symbol: 039 = Description
Text Symbol: 038 = UoM
Text Symbol: 037 = PrUn
Text Symbol: 036 = /
Text Symbol: 035 = Curr
Text Symbol: 034 = Price
Text Symbol: 033 = Quote date
Text Symbol: 032 = Quotation name
Text Symbol: 031 = Type
Text Symbol: 030 = Source
Text Symbol: 023 = ADDITIONAL QUOTATIONS (NO WORKDAY)
Text Symbol: 022 = QUOTATION VARIATION GREATER THAN
Text Symbol: 021 = ENTRIES WITH "NO QUOTATION AVAILABLE" INDICATOR SET
Text Symbol: 020 = MISSING QUOTATIONS
Text Symbol: 015 = List type :
Text Symbol: 014 = Quotation name :
Text Symbol: 013 = Quotation type :
Text Symbol: 012 = Quotation source :
Text Symbol: 011 = to
Text Symbol: 010 = Quotation date range :
Text Symbol: 006 = absolute
Text Symbol: 005 = %
Text Symbol: 004 = List quotation variations greater than:
Text Symbol: 003 = List entries for which the "No Quotation Available" indicator is set





Text Symbol: 002 = List additional price quotations
Text Symbol: 001 = List missing price quotations


INCLUDES used within this REPORT RCPE_CHKPRICEQUOT

INCLUDE: RCPE_CHKPRICEQUOTTOP.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING * CORRECT_OPTION = '+' date = date factory_calendar_id = cpec_quotname-quotcal IMPORTING date = date_tab-date * factorydate = * workingday_indicator = EXCEPTIONS calendar_buffer_not_loadable = 1 correct_option_invalid = 2 date_after_range = 3 date_before_range = 4 date_invalid = 5 factory_calendar_not_found = 6 OTHERS = 7.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RCPE_CHKPRICEQUOT or its description.