SAP Reports / Programs | Valuation | Industry Solution Oil | Valuation(IS-OIL-PRA-REV-VAL) SAP IS

OIURV_SEL_F01 SAP ABAP INCLUDE - Include OIURV_SEL_F01







OIURV_SEL_F01 is a standard ABAP INCLUDE 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 OIURV_SEL_F01 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 OIURV_SEL_F01. "Basic submit
SUBMIT OIURV_SEL_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT OIURV_SEL_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include OIURV_SEL_F01


INCLUDES used within this REPORT OIURV_SEL_F01

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:

ENQUEUE_E_OIU_PR_DNSTH CALL FUNCTION 'ENQUEUE_E_OIU_PR_DNSTH' EXPORTING mode_oiu_pr_dnsth = 'E' mandt = sy-mandt dn_no = l_enqueue_att_tb-dn_no prd_dt = l_enqueue_att_tb-sale_dt freq_cd = l_enqueue_att_tb-freq_cd EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_E_OIU_PR_DNSTD CALL FUNCTION 'ENQUEUE_E_OIU_PR_DNSTD' EXPORTING mode_oiu_pr_dnstd = 'E' mandt = sy-mandt dnsth_no = l_itab_dnsth_no-dnsth_no sub_system_cd = c_valuation EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIU_RV_VLRPTH' toyear = sy-datlo(4) IMPORTING sys_no = w_rpt_id EXCEPTIONS table_not_found = 1 object_not_found = 2 interval_not_found = 3 number_range_not_intern = 4 interval_overflow = 5 OTHERS = 6.

DEQUEUE_E_OIU_PR_DNSTH CALL FUNCTION 'DEQUEUE_E_OIU_PR_DNSTH' EXPORTING mode_oiu_pr_dnsth = 'E' mandt = sy-mandt dn_no = p_dn_no prd_dt = p_sale_dt freq_cd = p_freq_cd.

DEQUEUE_E_OIU_PR_DNSTD CALL FUNCTION 'DEQUEUE_E_OIU_PR_DNSTD' EXPORTING mode_oiu_pr_dnstd = 'E' mandt = sy-mandt dnsth_no = l_itab_dnsth_no-dnsth_no sub_system_cd = c_valuation.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIUVL_RPT' toyear = sy-datlo(04) IMPORTING sys_no = w_rpt_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_PR_DNSTD_UPDATE CALL FUNCTION 'OIU_PR_DNSTD_UPDATE' EXPORTING i_oiu_pr_dnstd = l_dnstd_ds i_type = c_update EXCEPTIONS io_error = 1 OTHERS = 2.

OIURV_CURRENT_SELECTION CALL FUNCTION 'OIURV_CURRENT_SELECTION' TABLES p_vltxns_tb = w_vltxns_tb p_reject_tb = w_proc_reject_tb p_oiu_rv_vlxas_tb = w_oiu_rv_vlxas_tb p_oiu_rv_vcrwi_tb = w_oiu_rv_vcrwi_tb p_frml_no_tb = w_oiu_rv_frml_tb p_dnsth_ds = w_pass_curr_tb "SOGK015887 Thiru * CHANGING "SOGK015887 Thiru * P_DNSTH_DS = W_CURR_TB "SOGK015887 Thiru EXCEPTIONS io_error = 1 OTHERS = 2.

CALL FUNCTION MESSAGE a011(oiuvl) WITH 'CALL FUNCTION' "#EC NOTEXT 'OIURV_CURRENT_SELECTION' "#EC NOTEXT 'FAILED' "#EC NOTEXT c_x.

OIURV_REJECT_SELECTION CALL FUNCTION 'OIURV_REJECT_SELECTION' TABLES p_reject_tb = w_curr_rej_tb p_vltxns_tb = w_vltxns_rej_tb p_proc_reject_tb = w_proc_reject_tb p_oiu_rv_vlxas_tb = w_oiu_rv_vlxas_tb p_oiu_rv_vcrwi_tb = w_oiu_rv_vcrwi_tb p_frml_tb = w_oiu_rv_frml_tb p_vlrvs_tb = w_vlrvs_tb EXCEPTIONS io_error = 1 OTHERS = 2.

OIURV_VCR_PPN_SELECTION CALL FUNCTION 'OIURV_VCR_PPN_SELECTION' TABLES p_vltxns_tb = w_vltxns_tb p_reject_tb = w_proc_reject_tb p_oiu_rv_vlxas_tb = w_oiu_rv_vlxas_tb p_oiu_rv_vcrwi_tb = w_oiu_rv_vcrwi_tb p_frml_tb = w_oiu_rv_frml_tb p_vlrvs_tb = w_vlrvs_tb p_current_ppn_tb = w_pass_ppn_tb EXCEPTIONS io_error = 1 OTHERS = 2.

OIURV_REJECT_SELECTION CALL FUNCTION 'OIURV_REJECT_SELECTION' TABLES p_reject_tb = w_ppn_rej_tb p_vltxns_tb = w_vltxns_ppn_tb p_proc_reject_tb = w_proc_reject_tb p_oiu_rv_vlxas_tb = w_oiu_rv_vlxas_tb p_oiu_rv_vcrwi_tb = w_oiu_rv_vcrwi_tb p_frml_tb = w_oiu_rv_frml_tb p_vlrvs_tb = w_vlrvs_ppn_tb EXCEPTIONS io_error = 1 OTHERS = 2.

OIURV_REJECT_SELECTION CALL FUNCTION 'OIURV_REJECT_SELECTION' TABLES p_reject_tb = w_pass_reject_tb p_vltxns_tb = w_vltxns_tb p_proc_reject_tb = w_proc_reject_tb p_oiu_rv_vlxas_tb = w_oiu_rv_vlxas_tb p_oiu_rv_vcrwi_tb = w_oiu_rv_vcrwi_tb p_frml_tb = w_oiu_rv_frml_tb p_vlrvs_tb = w_vlrvs_tb EXCEPTIONS io_error = 1 OTHERS = 2.

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIUVL_RPTD' toyear = sy-datlo(04) IMPORTING sys_no = w_rptd_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 = c_num_obj toyear = l_doc_year IMPORTING sys_no = l_doc_no EXCEPTIONS table_not_found = 1 object_not_found = 2 interval_not_found = 3 number_range_not_intern = 4 interval_overflow = 5 OTHERS = 6.



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