SAP Reports / Programs

ROICAN03 SAP ABAP Report - Integrity check of Quotation Price Table







ROICAN03 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 ROICAN03 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3I3 - Integrity Check for Quotation Table


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 ROICAN03. "Basic submit
SUBMIT ROICAN03 AND RETURN. "Return to original report after report execution complete
SUBMIT ROICAN03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Q U O T A T I O N P R I C E T A B L E C H E C K
Selection Text: SO_TYP = D .
Selection Text: SO_SRC = D .
Selection Text: SO_NO = D .
Selection Text: SO_DATE = D .
Selection Text: PA_ALV = List with ALV
Selection Text: NO_QUOTE = List entries w."no quote"ind.
Selection Text: ENTRIES = List miss./addit. quotations
Selection Text: DEC_INC = List quotation variation
Selection Text: DECPERC = %
Selection Text: DECABS = Absolute
Title: Integrity check of Quotation Price Table
Text Symbol: U02 = Relation
Text Symbol: U01 = List type
Text Symbol: TY2 = no Quot. entries
Text Symbol: TY1 = missing entries
Text Symbol: T01 = Integrity check of Quotation Price Table
Text Symbol: 019 = List :
Text Symbol: 018 = Quotation number :
Text Symbol: 017 = Quotation type :
Text Symbol: 016 = Quotation source :
Text Symbol: 015 = Quotation date range :
Text Symbol: 014 = to
Text Symbol: 013 = ADDITIONAL QUOTATIONS (NON-WORKING/HOLIDAY)
Text Symbol: 012 = Curr Price Curr Quote date
Text Symbol: 011 = Source Type Quotation number Description Quote date Price
Text Symbol: 010 = Price Curr
Text Symbol: 009 = Quote date Source Type Quotation number Description
Text Symbol: 008 = <---->
Text Symbol: 007 = with "Source, Type and Quote" no entry in OICQC
Text Symbol: 006 = absolute
Text Symbol: 005 = %
Text Symbol: 004 = List quotation variation>
Text Symbol: 003 = QUOTATION VARIATION >
Text Symbol: 002 = ENTRIES WITH "NO QUOTE" INDICATOR
Text Symbol: 001 = MISSING QUOTATIONS


INCLUDES used within this REPORT ROICAN03

INCLUDE: ROICATO3. "DATAS


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 = OICQC-FACTCAL IMPORTING DATE = TABDAT-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 ROICAN03 or its description.