SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIU_VA_RPT_THEO_ALC SAP ABAP Report - Theoretical Calculation Method Trace Report







ROIU_VA_RPT_THEO_ALC 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 ROIU_VA_RPT_THEO_ALC 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 ROIU_VA_RPT_THEO_ALC. "Basic submit
SUBMIT ROIU_VA_RPT_THEO_ALC AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_VA_RPT_THEO_ALC 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_ID = Batch job number
Title: Theoretical Calculation Method Trace Report
Text Symbol: 903 = Theo.
Text Symbol: 902 = Page
Text Symbol: 901 = Production and Revenue Accounting
Text Symbol: 029 = List contains no data
Text Symbol: 028 = Allocation Basis
Text Symbol: 027 = Unable to import
Text Symbol: 026 = Description
Text Symbol: 025 = VT
Text Symbol: 024 = Total Gas Lift Theoretical:
Text Symbol: 023 = Total Formation Theoretical:
Text Symbol: 022 = PC
Text Symbol: 021 = Ratio Qty.
Text Symbol: 020 = Prd.
Text Symbol: 019 = Tests
Text Symbol: 018 = Volume
Text Symbol: 017 = Dependent
Text Symbol: 016 = Theoretical
Text Symbol: 015 = Days
Text Symbol: 014 = Cd.
Text Symbol: 013 = Met.
Text Symbol: 012 = Description
Text Symbol: 011 = Code
Text Symbol: 010 = No of
Text Symbol: 009 = TCM Ratio
Text Symbol: 008 = Cal.
Text Symbol: 007 = Volume Type
Text Symbol: 006 = Prd.
Text Symbol: 005 = Material
Text Symbol: 004 = Name
Text Symbol: 003 = Well Completion
Text Symbol: 002 = Production Period
Text Symbol: 001 = Delivery Network


INCLUDES used within this REPORT ROIU_VA_RPT_THEO_ALC

ROIU_VA_RPT_COMMON, "REPORT PARAMETER
ROIU_VA_CONSTANTS, "CONSTANT VARIABLE
ROIU_VA_VOLUME_TYPE, "VOLUME TYPE


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:

OIU_REPORT_HEADER * CALL FUNCTION 'OIU_REPORT_HEADER' * EXPORTING * e_title = sy-title " report title from attributes * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width2 "lv_width2 = width of ALV list EXCEPTIONS no_infos = 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 ROIU_VA_RPT_THEO_ALC or its description.