SAP Reports / Programs

ROIUBL01_OWNER_BAL_REPORT SAP ABAP Report - Balancing - Owner Balance By Report Month







ROIUBL01_OWNER_BAL_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_OWNER_BAL_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_OWNER_BAL_REPORT. "Basic submit
SUBMIT ROIUBL01_OWNER_BAL_REPORT AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUBL01_OWNER_BAL_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: P_PR_GRP = Balancing Product Group
Selection Text: S_DN_NO = Delivery Network
Selection Text: S_DOI_NO =
Selection Text: S_FLD_NO = Field
Selection Text: S_MP_NO = Measurement Point
Selection Text: S_OWNISQ = Owner ISQ
Selection Text: S_OWN_NO = Owner
Selection Text: S_PBAGRP = PBA Group
Selection Text: S_PBA_NO = PBA Number
Selection Text: S_RPT_MO = Report Month
Selection Text: S_VNAME =
Selection Text: S_WC_NO = Well Completion
Selection Text: S_WL_NO = Well
Title: Balancing - Owner Balance By Report Month
Text Symbol: UNT = Quantity Unit
Text Symbol: VEN = Venture
Text Symbol: VNM = Venture/DOI Name
Text Symbol: VNT = Venture/DOI
Text Symbol: WCN = Well Completion
Text Symbol: WEL = Well/Well Completion
Text Symbol: WLN = Well
Text Symbol: WNM = WC Name
Text Symbol: SEL = Additional Select Options
Text Symbol: SAL = Sales Month
Text Symbol: RPT = Reporting Month
Text Symbol: PRV = Previous Balances
Text Symbol: PPA = Prior Adjustments
Text Symbol: ADJ = Adjustment Type
Text Symbol: AQY = Adjustment Quantity
Text Symbol: CCO = Company Code
Text Symbol: CUR = Month End Balance
Text Symbol: DLN = Delivery Network
Text Symbol: DNM = DN Name
Text Symbol: DOI = DOI
Text Symbol: EIP = Entitlement Decimal
Text Symbol: FLD = Field
Text Symbol: FNM = Field Name
Text Symbol: ISQ = Owner ISQ





Text Symbol: MAC = Month Actuals
Text Symbol: MEN = Month Entitlement
Text Symbol: MGI = Meas. Group
Text Symbol: MNM = MP Name
Text Symbol: MPN = Measurement Point
Text Symbol: NAC = New Actuals
Text Symbol: NEN = New Entitlement
Text Symbol: OAC = Old Actuals
Text Symbol: OEN = Old Entitlement
Text Symbol: ONM = Owner Name
Text Symbol: ONR = Owner
Text Symbol: OWN = Owner & Owner ISQ
Text Symbol: PBA = PBA
Text Symbol: PGR = Product Group
Text Symbol: PNM = PBA Name


INCLUDES used within this REPORT ROIUBL01_OWNER_BAL_REPORT

No INCLUDES are used within this REPORT code!


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:

OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING I_DATE = LR_MONTH-LOW IMPORTING E_LAST_DAY = LR_MONTH-LOW.

OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING I_DATE = LR_MONTH-HIGH IMPORTING E_LAST_DAY = LR_MONTH-HIGH.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GD_REPID IS_LAYOUT = GD_LAYOUT IT_FIELDCAT = FIELDCATALOG[] IT_SORT = GT_SORT[] I_SAVE = 'X' TABLES T_OUTTAB = GT_REPORT_TB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = P_GT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.



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