SAP Reports / Programs

ROIU_PRIM_ENTITLED_VOLUMES SAP ABAP Report - Entitled Volumes Inquiry - Primary Products







ROIU_PRIM_ENTITLED_VOLUMES 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_PRIM_ENTITLED_VOLUMES 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

O3U_CA10 - Entitled Volumes Inquiry


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_PRIM_ENTITLED_VOLUMES. "Basic submit
SUBMIT ROIU_PRIM_ENTITLED_VOLUMES AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_PRIM_ENTITLED_VOLUMES 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: DAILY = Daily
Selection Text: MONTHLY = Monthly
Selection Text: P_BUKRS = D .
Selection Text: P_DN_NO = D .
Selection Text: P_DOI_NO = D .
Selection Text: P_INT_CD = D .
Selection Text: P_ISQ_NO = D .
Selection Text: P_MATNR = D .
Selection Text: P_MK_ISQ = D .
Selection Text: P_MK_NO = D .
Selection Text: P_MP_NO = D .
Selection Text: P_OWN_NO = D .
Selection Text: P_VNAME = D .
Selection Text: P_VT_CD = D .
Selection Text: P_WC_NO = D .
Selection Text: P_WL_NO = D .
Title: Entitled Volumes Inquiry - Primary Products
Text Symbol: WLN = Well
Text Symbol: WEL = Well Completion
Text Symbol: VEN = Venture/DOI
Text Symbol: SCO = Scope of List
Text Symbol: SAD = Production Date
Text Symbol: 001 = The control could not be created
Text Symbol: 500 = Error in Flush
Text Symbol: ADD = Additional Select Options
Text Symbol: ADE = Adj. Entl. Energy
Text Symbol: ADV = Adj. Entl. Volume
Text Symbol: EFR = Effective from
Text Symbol: ETO = To
Text Symbol: FRE = Frequency
Text Symbol: IST = Interest Type and ISQ Number
Text Symbol: LIS = list processing
Text Symbol: LPL = Lease/Plant
Text Symbol: MKN = Mkt. Rep. Name
Text Symbol: MKR = Marketing Rep.
Text Symbol: NAM = Owner Name
Text Symbol: OPE = Operated
Text Symbol: OPT = OPT_LIST





Text Symbol: OWN = Owner
Text Symbol: PAR = Parameters
Text Symbol: PLA = Search Plant Products
Text Symbol: PTO = To
Text Symbol: RE2 = Completion, or Measurement Point are
Text Symbol: REQ = Deliver Network, Well


INCLUDES used within this REPORT ROIU_PRIM_ENTITLED_VOLUMES

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:

OIU_PAGE_HEADING CALL FUNCTION 'OIU_PAGE_HEADING' EXPORTING i_bhdgd = bhdgd.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-001.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-500.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = w_restrict.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = REPID * IMPORTING * SP = tables selection_table = SEL_SET EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3 .

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING I_DOMNAME = 'OIU_FREQ_CD' I_DOMVALUE = l_domain_value IMPORTING E_DDTEXT = l_domain_text EXCEPTIONS NOT_EXIST = 1 OTHERS = 2.

OIUCM_READ_BA CALL FUNCTION 'OIUCM_READ_BA' EXPORTING ADDRESS_KEY = w_report_tb-mk_rep_no IMPORTING E_OIUH_CM_BA = w_ba EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

READ_LFA1 CALL FUNCTION 'READ_LFA1' EXPORTING XLIFNR = w_report_tb-own_no IMPORTING XLFA1 = w_lfa1 EXCEPTIONS KEY_INCOMPLETE = 1 NOT_AUTHORIZED = 2 NOT_FOUND = 3 OTHERS = 4 .

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING MATNR = w_report_tb-matnr SPRAS = sy-langu IMPORTING WMAKT = w_makt EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.

OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING I_DATE = w_from IMPORTING E_LAST_DAY = w_from.

OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING I_DATE = w_to IMPORTING E_LAST_DAY = w_to.



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