SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIU_CT_VOL_MP_RFRSH_TEMP SAP ABAP Report - Contract Quantities By Sales Point Refresh Template







ROIU_CT_VOL_MP_RFRSH_TEMP 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_CT_VOL_MP_RFRSH_TEMP 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_RETMPL - CT Vol by MP Refresh Template


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_CT_VOL_MP_RFRSH_TEMP. "Basic submit
SUBMIT ROIU_CT_VOL_MP_RFRSH_TEMP AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_CT_VOL_MP_RFRSH_TEMP 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: DN_NO = Delivery Network
Selection Text: FREQ_CD = Frequency
Selection Text: I_SA_DT = Production Month
Selection Text: MP_NO = D Measurement Point
Title: Contract Quantities By Sales Point Refresh Template


INCLUDES used within this REPORT ROIU_CT_VOL_MP_RFRSH_TEMP

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:

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING i_domname = 'OIU_FREQ_CD' i_domvalue = l_value IMPORTING e_ddtext = l_text EXCEPTIONS not_exist = 1 OTHERS = 2 .

OIU_UOM CALL FUNCTION 'OIU_UOM' EXPORTING i_dn_no = p_dn_no i_date = p_sa_dt i_majpd_cd = p_majpd_cd i_dimid = w_dimid i_matnr = p_matnr IMPORTING e_msehi = camp-qy_u.

OIU_UOM CALL FUNCTION 'OIU_UOM' EXPORTING i_dn_no = p_dn_no i_date = p_sa_dt i_majpd_cd = p_majpd_cd i_dimid = w_othr_dimid i_matnr = p_matnr IMPORTING e_msehi = camp-oth_qy_u.

OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING i_date = p_2_sa_dt IMPORTING e_last_day = p_2_sa_dt.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIU_SB_CAMPH' IMPORTING sys_no = w_camph_no EXCEPTIONS table_not_found = 1 object_not_found = 2 interval_not_found = 3 number_range_not_intern = 4 interval_overflow = 5 OTHERS = 6.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIU_SB_CAMPH' IMPORTING sys_no = w_camph_no EXCEPTIONS table_not_found = 1 object_not_found = 2 interval_not_found = 3 number_range_not_intern = 4 interval_overflow = 5 OTHERS = 6.

OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING i_date = sa_dt IMPORTING e_last_day = l_end_of_month .

POPUP_TO_SELECT_MONTH CALL FUNCTION 'POPUP_TO_SELECT_MONTH' EXPORTING actual_month = w_actual_month_dt language = sy-langu IMPORTING selected_month = w_selected_month_dt EXCEPTIONS month_not_found = 3 OTHERS = 4.



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