SAP Reports / Programs

ROIURV_SELECTION_DRIVER SAP ABAP Report - Program ROIURV_SELECTION_DRIVER







ROIURV_SELECTION_DRIVER 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 ROIURV_SELECTION_DRIVER 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 ROIURV_SELECTION_DRIVER. "Basic submit
SUBMIT ROIURV_SELECTION_DRIVER AND RETURN. "Return to original report after report execution complete
SUBMIT ROIURV_SELECTION_DRIVER 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: S_SALEDT = Sales Month
Selection Text: S_DN_NO = Delivery Network
Selection Text: P_PPN_FL = PPN Selections and Rejects
Selection Text: P_FREQCD = Frequency Code
Selection Text: P_DN_GRP = Delivery Network Group
Selection Text: P_CUR_FL = Current Selections and Rejects
Selection Text: P_ALL_FL = All Selections and Rejects
Title: Program ROIURV_SELECTION_DRIVER
Text Symbol: B01 = Selection Options
Text Symbol: 032 = Unable to insert into
Text Symbol: 031 = Unable to get next sys no for Report ID.
Text Symbol: 030 = No record found in
Text Symbol: 029 = OIU_RV_RVT
Text Symbol: 028 = OIU_RV_VPPNM
Text Symbol: 027 = OIU_RV_VPPNU
Text Symbol: 026 = OIU_RV_VPPN
Text Symbol: 025 = UPDATE TABLE
Text Symbol: 024 = REVERSAL FAILED
Text Symbol: 023 = FRML ENQ FAILED
Text Symbol: 022 = REJECT FAILED
Text Symbol: 021 = VLXAS FAILED
Text Symbol: 020 = VCRWI FAILED
Text Symbol: 019 = DOC BOOKING FAILED
Text Symbol: 018 = DOC_HDR FAILED
Text Symbol: 017 = GET DOC_NO FAILED
Text Symbol: 016 = WITHIN PPN SELECTION
Text Symbol: 015 = OIURV_VCR_PPN_SELECTION
Text Symbol: 014 = WITHIN CURRENT SELECTION
Text Symbol: 013 = FAILED
Text Symbol: 012 = OIURV_REJECT_SELECTION
Text Symbol: 011 = CALL FUNCTION
Text Symbol: 010 = STATUS
Text Symbol: 009 = FIND
Text Symbol: 008 = OIU_PR_DNSTD
Text Symbol: 007 = UPDATE
Text Symbol: 006 = OIUVL_RPT
Text Symbol: 005 = OIU_RV_DNSTD
Text Symbol: 004 = Update for PR Status





Text Symbol: 003 = DNSTH row not found
Text Symbol: 002 = OIU_GET_NEXT_SYS_NO
Text Symbol: 001 = Call Function


INCLUDES used within this REPORT ROIURV_SELECTION_DRIVER

INCLUDE OIURV_SEL_TOP.
INCLUDE OIURV_SEL_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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