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

RCPE_CHKPRICEQUOT_ALV SAP ABAP Report - Check Integrity of CPE Price Quotations







RCPE_CHKPRICEQUOT_ALV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RCPE_CHKPRICEQUOT_ALV 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_ALV. "Basic submit
SUBMIT RCPE_CHKPRICEQUOT_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT RCPE_CHKPRICEQUOT_ALV 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: 039 = Description
Text Symbol: 040 = No entries found for selected criteria
Text Symbol: 041 = with "Source, Type and Quote" no entry in CPEC_QUOTNAME
Text Symbol: 051 = Missing
Text Symbol: 052 = No Quote
Text Symbol: 053 = Additional
Text Symbol: 054 = Variation
Text Symbol: 061 = Date of Previous Price Quotation
Text Symbol: 062 = Time of Previous Price Quotation
Text Symbol: 063 = Previous Price Quotation
Text Symbol: 064 = Currency of Previous Price Quotation
Text Symbol: 065 = Price unit of Previous Price Quotation
Text Symbol: 066 = UoM of Previous Price Quotation
Text Symbol: 001 = List Missing Price Quotations
Text Symbol: 002 = List Additional Price Quotations
Text Symbol: 003 = List Entries for Which the "No Quotation Available" Indicator Is Set
Text Symbol: 004 = List Quotation Variations Greater Than:
Text Symbol: 005 = %
Text Symbol: 006 = Absolute
Text Symbol: 010 = Quotation Date Range :
Text Symbol: 011 = to
Text Symbol: 012 = Quotation Source :
Text Symbol: 013 = Quotation Type :
Text Symbol: 014 = Quotation Name :
Text Symbol: 015 = List Type :
Text Symbol: 020 = MISSING QUOTATIONS





Text Symbol: 021 = ENTRIES WITH "NO QUOTATION AVAILABLE" INDICATOR SET
Text Symbol: 022 = QUOTATION VARIATION GREATER THAN
Text Symbol: 023 = ADDITIONAL QUOTATIONS (NO WORKDAY)
Text Symbol: 030 = Source
Text Symbol: 031 = Type
Text Symbol: 032 = Quotation Name
Text Symbol: 033 = Quote Date
Text Symbol: 034 = Price
Text Symbol: 035 = Curr
Text Symbol: 036 = /
Text Symbol: 037 = PrUn
Text Symbol: 038 = UoM


INCLUDES used within this REPORT RCPE_CHKPRICEQUOT_ALV

INCLUDE RCPE_CHKPRICEQUOT_ALVTOP.


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.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = DDIC_Tabname * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING CT_FIELDCAT = pq_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .



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_ALV or its description.