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
Below is a list of transaction codes which are relevant to this SAP report
O3I3 - Integrity Check for Quotation Table
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.
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
INCLUDE: ROICATO3. "DATAS
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROICAN03 - Integrity check of Quotation Price Table ROICAN03 - Integrity check of Quotation Price Table ROICAN02 - Report to display ship-to / sold-to relationship ROICAN02 - Report to display ship-to / sold-to relationship ROICAN01 - Report to display sold-to / ship-to relationship ROICAN01 - Report to display sold-to / ship-to relationship