SAP Reports / Programs

ROIC_HIGH_LEVEL_PATTERNS SAP ABAP Report - Program ROIC_HIGH_LEVEL_PATTERNS







ROIC_HIGH_LEVEL_PATTERNS 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_HIGH_LEVEL_PATTERNS 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_HIGH_LEVEL_PATTERNS. "Basic submit
SUBMIT ROIC_HIGH_LEVEL_PATTERNS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIC_HIGH_LEVEL_PATTERNS 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_SPROJ = D Subproject
Selection Text: P_RUNID = D Run ID
Selection Text: P_PROJ = D Project
Selection Text: P_OBJ = D Object
Title: Program ROIC_HIGH_LEVEL_PATTERNS
Text Symbol: 041 = Curr. Excl Base date
Text Symbol: 042 = Curr. Fix date from
Text Symbol: 043 = Curr. Fix date to
Text Symbol: 044 = Factory cal
Text Symbol: 045 = Term Rounding rule
Text Symbol: 046 = Curr Rounding rule
Text Symbol: 047 = Days smple Avg.
Text Symbol: 048 = Item No.
Text Symbol: 049 = Item Pattern No.
Text Symbol: 050 = Factor 1
Text Symbol: 051 = Factor 2
Text Symbol: 052 = Quot Source
Text Symbol: 053 = Quote type
Text Symbol: 054 = Quotation No.
Text Symbol: 055 = Item calc rule
Text Symbol: 056 = Exg rate type
Text Symbol: 057 = Surcharge
Text Symbol: 058 = Surcharge curr
Text Symbol: 059 = Surcharge/unit
Text Symbol: 060 = Surch UoM
Text Symbol: 061 = Rounding rule Quotation
Text Symbol: 062 = Rounding rule surcharge
Text Symbol: 063 = Rounding rule term item
Text Symbol: 064 = Item calc type
Text Symbol: 065 = Ref data 1
Text Symbol: 066 = Ref UoM 1
Text Symbol: 067 = Quot.group
Text Symbol: 068 = Gravity Id
Text Symbol: 069 = Extraction Log
Text Symbol: 070 = Description
Text Symbol: 071 = Total
Text Symbol: 072 = Migration Status
Text Symbol: 073 = LSMW Project Information





Text Symbol: 040 = CuPerAfter
Text Symbol: 002 = Enter Run ID
Text Symbol: 003 = Form Patt No
Text Symbol: 004 = No of L0 Form Patterns
Text Symbol: 005 = Header Patt. No.
Text Symbol: 006 = Analysis Level
Text Symbol: 007 = A vs. B Rule
Text Symbol: 008 = Formula Desc
Text Symbol: 009 = Rate Currency
Text Symbol: 010 = Formula Uom
Text Symbol: 011 = Pricing Unit
Text Symbol: 012 = High Level Header Patterns
Text Symbol: 013 = High Level Period Patterns
Text Symbol: 014 = High Level Item Patterns
Text Symbol: 015 = No of L0 Header Patterns
Text Symbol: 016 = High Level Form Patterns
Text Symbol: 017 = Formula term type
Text Symbol: 018 = Formula provisional/final indicator
Text Symbol: 019 = Period Pattern No
Text Symbol: 020 = Ref date exit
Text Symbol: 021 = Time UOM
Text Symbol: 022 = Weekend Rule
Text Symbol: 023 = Non-post days
Text Symbol: 024 = No qt hdlg
Text Symbol: 025 = Ref.date.offset
Text Symbol: 026 = Per before
Text Symbol: 027 = Per after
Text Symbol: 028 = Exc. base date
Text Symbol: 029 = Fix date from
Text Symbol: 030 = Fix date to
Text Symbol: 031 = Aver.curr.rule
Text Symbol: 032 = Daily curr.rule
Text Symbol: 033 = Curr.ref.date
Text Symbol: 034 = Curr time UOM
Text Symbol: 035 = Currency Weekend rule
Text Symbol: 036 = CuN/P days rule
Text Symbol: 037 = No ex rate hdlg
Text Symbol: 038 = Currency Ref.date.offset
Text Symbol: 039 = CuPerBefore





INCLUDES used within this REPORT ROIC_HIGH_LEVEL_PATTERNS

INCLUDE OIC_HIGH_LEVEL_PATTERNS_TOP . " GLOBAL DATA
INCLUDE OIC_HIGH_LEVEL_PATTERNS_S10.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_E10.
INCLUDE OIC_PATTERN_ANALYSIS_F20.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_F10.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_F20.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_F30.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_F40.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_F50.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_F60.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_I01.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_O01.
INCLUDE OIC_HIGH_LEVEL_PATTERNS_I02.


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