SAP Reports / Programs

ROIC_PATTERN_ANALYSIS SAP ABAP Report - Pattern analysis of IS-OIL F&A Formulas for migration







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


Text pool values


Selection Text: P_BNDDT = D .
Selection Text: P_BRATEB =
Selection Text: P_BSTYP = Purchasing Document Category
Selection Text: P_COND = Condition Formula
Selection Text: P_CRAT =
Selection Text: P_CTRT = Purchasing Contract Number
Selection Text: P_DATAB = D .
Selection Text: P_DATA_M = Valid From
Selection Text: P_DATBI = D .
Selection Text: P_DATB_M = Valid To
Selection Text: P_DOCU = Document Formula
Selection Text: P_DRAT =
Selection Text: P_EBELN = Purchasing Document Number
Selection Text: P_EKORG = Puchasing Organization
Selection Text: P_EKOR_1 = Puchasing Organization
Selection Text: P_FDESC = D .
Selection Text: P_FORMID = D .
Selection Text: P_INF_NO = Info Record Number
Selection Text: P_KSCHL = D .
Selection Text: P_KSCH_M = Condition type
Selection Text: P_MAXREC = Max. records in a single run
Selection Text: P_NCRAT =
Selection Text: P_NDRAT =
Selection Text: P_NRATEB =
Selection Text: P_PO_HST = Include PO history
Selection Text: P_RATEB =
Selection Text: P_REPO = Repository Formula
Selection Text: P_SPART = D .
Selection Text: P_VBELN = D .
Selection Text: P_VKORG = D .
Selection Text: P_VTWEG = D .
Selection Text: P_WERKS = Plant
Selection Text: P_BDRAT =
Selection Text: P_BCRAT =
Selection Text: P_AUART = D .
Selection Text: P_ANGDT = D .
Title: Pattern analysis of IS-OIL F&A Formulas for migration
Text Symbol: 001 = Pattern analysis selection criteria





Text Symbol: 002 = Selection
Text Symbol: 003 = Repository Formula
Text Symbol: 004 = Condition Formula in SD
Text Symbol: 005 = Document Formula in SD
Text Symbol: 006 = Rate Based
Text Symbol: 007 = Value Based
Text Symbol: 008 = Both
Text Symbol: 009 = Pattern analysis results
Text Symbol: 010 = Total no of repository formulas selected for analysis:
Text Symbol: 011 = Total no of condition master formulas selected for analysis:
Text Symbol: 012 = Total no of document master formulas selected for analysis:
Text Symbol: 013 = Total no of records from formula header table analyzed:
Text Symbol: 014 = Total no of records from formula period table analyzed:
Text Symbol: 015 = Total no of records from formula item table analyzed:
Text Symbol: 016 = Total no of header pattern records produced:
Text Symbol: 017 = Total no of period pattern records produced:
Text Symbol: 018 = Total no of term item pattern records produced:
Text Symbol: 019 = Total no of formula patterns produced:
Text Symbol: 020 = Run IDs generated:
Text Symbol: 021 = Total no of formulas selected for analysis:
Text Symbol: 022 = No of formulas already analyzed in previous runs:
Text Symbol: 023 = Total no of formulas actually analyzed in current run:
Text Symbol: 024 = Others
Text Symbol: 025 = Condition Formula in MM
Text Symbol: 026 = Document Formula in MM
Text Symbol: 027 =


INCLUDES used within this REPORT ROIC_PATTERN_ANALYSIS

INCLUDE OIC_PATTERN_ANALYSIS_TOP.
INCLUDE OIC_PATTERN_ANALYSIS_S10.
INCLUDE OIC_PATTERN_ANALYSIS_F10.
INCLUDE OIC_PATTERN_ANALYSIS_F20.
INCLUDE OIC_PATTERN_ANALYSIS_F30.
INCLUDE OIC_PATTERN_ANALYSIS_E10.


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:

No SAP FUNCTION MODULES are executed within this report code!



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