SAP Reports / Programs | Royalty Reporting | Industry Solution Oil | Royalty Reporting(IS-OIL-PRA-REP-ROY) SAP IS

ROIUY3_DISPLAY_TX_RP_VARIANCE SAP ABAP Report - Royalty 2.0 - Display Texas GLO/TAMU Royalty Report Variance







ROIUY3_DISPLAY_TX_RP_VARIANCE 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 ROIUY3_DISPLAY_TX_RP_VARIANCE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3UY3_DISP_TX_RPTVAR - TX GLO/TAMU Royalty Variance Report


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 ROIUY3_DISPLAY_TX_RP_VARIANCE. "Basic submit
SUBMIT ROIUY3_DISPLAY_TX_RP_VARIANCE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUY3_DISPLAY_TX_RP_VARIANCE 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_VAR_PC = Royalty Variance Percent
Selection Text: P_VAR_AM = Royalty Variance Amount
Selection Text: P_RPTCMP = D Reporting Company
Selection Text: P_PC = Percent
Selection Text: P_OIL = Texas GLO/A&M Oil
Selection Text: P_INC = Show Increase Variance Only
Selection Text: P_GAS = Texas GLO/A&M Gas
Selection Text: P_DELTA = Show Delta
Selection Text: P_DEC = Show Decrease Variance Only
Selection Text: P_AM = Amount
Selection Text: P_ALL = Show All
Selection Text: P_2ND = 2nd Analysis Report Month
Selection Text: P_1ST = 1st Analysis Report Month
Title: Royalty 2.0 - Display Texas GLO/TAMU Royalty Report Variance
Text Symbol: B05 = Variance Type
Text Symbol: B04 = Report Type
Text Symbol: B03 = Optional Selection
Text Symbol: B02 = Required Selection
Text Symbol: 010 = Variance percent must be > 0
Text Symbol: 009 = Percent Variance
Text Symbol: 008 = Royalty Variance
Text Symbol: 007 = Royalty
Text Symbol: 006 = Records
Text Symbol: 005 = No data found for
Text Symbol: 004 = Variance must be >= 0
Text Symbol: 002 = No current report info found for
Text Symbol: 001 = 2nd analysis month must be after 1st


INCLUDES used within this REPORT ROIUY3_DISPLAY_TX_RP_VARIANCE

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gv_struct CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = gv_title is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = 'A' is_variant = gs_variant TABLES t_outtab = [] EXCEPTIONS program_error = 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 ROIUY3_DISPLAY_TX_RP_VARIANCE or its description.