SAP Reports / Programs

ROIUBL01_REPORT SAP ABAP Report - Balancing Report Generation







ROIUBL01_REPORT 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 ROIUBL01_REPORT 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 ROIUBL01_REPORT. "Basic submit
SUBMIT ROIUBL01_REPORT AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUBL01_REPORT 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: S_WL_NO = Well Number
Selection Text: S_PD_GRP = Balancing Product Group
Selection Text: S_PBAGRP = PBA Group
Selection Text: S_PBA = PBA Number
Selection Text: S_MP_NO = Measurement Point
Selection Text: P_SMARTF = Output to Smartform?
Selection Text: P_SFORM = Smartform
Selection Text: P_RPT_MO = Report Month
Selection Text: P_OWN_NO = Owner Number
Selection Text: P_OWNTYP = Owner Interest Type
Selection Text: P_OWNISQ = Owner Interest Sequence Nbr
Selection Text: P_COV_PG = Print Cover Page?
Selection Text: P_AMEND = Amended Report
Title: Balancing Report Generation
Text Symbol: 011 = INFO:
Text Symbol: 010 = ERROR
Text Symbol: 009 = WARNING
Text Symbol: 006 = Measurement Point
Text Symbol: 005 = Well Completion
Text Symbol: 004 = Owner
Text Symbol: 003 = DOIs
Text Symbol: 002 = Owner/DOI
Text Symbol: 001 = WCs or MPs


INCLUDES used within this REPORT ROIUBL01_REPORT

INCLUDE ROIUBL01_REPORT_TOP.
INCLUDE ROIUBL01_REPORT_O01.
INCLUDE ROIUBL01_REPORT_F01.
INCLUDE ROIUBL01_REPORT_F02.


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:

OIUBL01_FG1_GET_PRINT_DESCRIPT CALL FUNCTION 'OIUBL01_FG1_GET_PRINT_DESCRIPT' "SOGK017292 DA EXPORTING "SOGK017292 DA I_DETL_RPT_FL = gs_pba_master-DETL_RPT_FL "SOGK017292 DA TABLES "SOGK017292 DA IT_RPTH = gt_rpth "SOGK017292 DA IT_RPTD = gt_rptd "SOGK017292 DA IT_RPTA = gt_rpta "SOGK017292 DA ET_RPTH_OUT = gt_rpth_out "SOGK017292 DA ET_RPTD_OUT = gt_rptd_out "SOGK017292 DA ET_RPTA_OUT = gt_rpta_out "SOGK017292 DA EXCEPTIONS "SOGK017292 DA ADJ_TYPE_DOMAIN_NOT_FOUND = 1 "SOGK017292 DA OTHERS = 2 "SOGK017292 DA . "SOGK017292 DA



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