ROIUX6_WY_CONSERVATION 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 ROIUX6_WY_CONSERVATION into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_WL_NO = D Well
Selection Text: S_WC_NO = D Well Completion
Selection Text: S_VNAME = D Joint venture
Selection Text: S_SA_DT = D Sales Month
Selection Text: S_PDCD = D Full Product Code
Selection Text: S_MP_NO = D Measurement Point
Selection Text: S_DOI_NO = D DOI
Selection Text: S_DN_NO = D Delivery Network
Selection Text: S_CT_NO = D Contract
Selection Text: S_BUKRS = D Company code
Selection Text: P_SUM = Sum Bookings & Adjustments
Selection Text: P_REVADJ = Reversal Adjustments
Selection Text: P_REV = Reversals
Selection Text: P_BOOK = Bookings
Selection Text: P_ADJ = Adjustements
Title: Tax 2.0 - Wyoming Conservation Report
Text Symbol: S05 = Rev Adjustments
Text Symbol: S04 = Sum Bookings & Adj (No Edit)
Text Symbol: S03 = Adjustments
Text Symbol: S02 = Bookings
Text Symbol: S01 = Reversals
Text Symbol: 013 = No PRA detail suspension allowed for amended rpts
Text Symbol: 012 = Proceed with suspension?
Text Symbol: 011 = Suspend Confirmation
Text Symbol: 009 = Select at least one checkbox
Text Symbol: 008 = Adjustments successfully removed
Text Symbol: 007 = Please select at least 1 adjustment entry
Text Symbol: 006 = Adjustments successfully made
Text Symbol: 005 = Please remove associated adjustment first
Text Symbol: 004 = Please adjust 1 booking entry at a time
Text Symbol: 003 = Entries successfully suspended
Text Symbol: 002 = Please select at least 1 non-adjustment entry
Text Symbol: 001 = No edit functions allowed in summation mode
INCLUDE ROIUX3_COMMON.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Suspend Confirmation'(011) text_question = 'Proceed with suspension?'(012) display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
OIUX6_WY_ADJUST_CPRDT CALL FUNCTION 'OIUX6_WY_ADJUST_CPRDT' EXPORTING is_original =
IMPORTING es_adjustment = ls_new_adjustment EXCEPTIONS cancel = 1 OTHERS = 2.
OIUXC_EXPORT_XXL CALL FUNCTION 'OIUXC_EXPORT_XXL' EXPORTING p_tabname = 'ROIUX6_WY_CPRDT_TC' CHANGING pt_tc = gt_wy_prdt[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUX6_WY_CONSERVATION - Tax 2.0 - Wyoming Conservation Report ROIUX6_WY_CONSERVATION - Tax 2.0 - Wyoming Conservation Report ROIUX6_WYS_OOS_WRITE_OFF - Tax 2.0 - Wyoming Severance Out-of-Statute Write-Offs ROIUX6_WYS_OOS_WRITE_OFF - Tax 2.0 - Wyoming Severance Out-of-Statute Write-Offs ROIUX6_WYS_OOS - Tax 2.0 - Wyoming Severance Report (Out of Statute) ROIUX6_WYS_OOS - Tax 2.0 - Wyoming Severance Report (Out of Statute)