ROIU_VL_PPN_SELECTIONF01 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 ROIU_VL_PPN_SELECTIONF01 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.
Title: Include ROIU_VA_REJECTS_DELETEF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIU_PAGE_HEADING CALL FUNCTION 'OIU_PAGE_HEADING' EXPORTING i_bhdgd = bhdgd.
OIU_RV_VPPNU_UPDATE CALL FUNCTION 'OIU_RV_VPPNU_UPDATE' IN UPDATE TASK EXPORTING db_ind = 'U' TABLES i_roiu_rv_vppnu = t_vppnu.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Do you want to cancel processing'(006) textline2 = 'of these Valuation PPN Selections ?'(007) titel = 'Cancel Valuation PPN Selection'(t01) start_column = 25 start_row = 6 IMPORTING answer = v-answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Do you wish to'(008) textline2 = 'save this data ?'(009) titel = 'Exit Valuation PPN Selections'(t02) start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = v-answer.
OIU_VL_CHANGE_DOC_PARAMS CALL FUNCTION 'OIU_VL_CHANGE_DOC_PARAMS' EXPORTING objectclas = c-objectclas.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = repid TABLES selection_table = sel_set EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'The control could not be created'(010).
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc txt1 = 'Error in Flush'(flu).
OIUH_AUTHORIZATION_CHECK CALL FUNCTION 'OIUH_AUTHORIZATION_CHECK' "SOGK046749 VV EXPORTING "SOGK046749 VV I_PROGRAM_NAME = W_PROGRAM_NAME I_TRANSACTION_CODE = W_TRANSACTION_CODE IMPORTING "SOGK046749 VV E_DELETE_ACCESS = W_DELETE_ACCESS EXCEPTIONS "SOGK046749 VV PROG_OR_TRANSACTION_NOT_DEFINE = 1 "SOGK046749 VV OTHERS = 2. "SOGK046749 VV
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_VL_PPN_SELECTIONF01 - Include ROIU_VA_REJECTS_DELETEF01 ROIU_VL_PPN_SELECTION - Valuation Prior Period Notification Selection ROIU_VL_PPN_SELECTION - Valuation Prior Period Notification Selection ROIU_VA_WELL_CLASS_CODE - Well Class Code ROIU_VA_VOLUME_TYPE - Volume Type ROIU_VA_VOLUME_INDICATOR_CODE - Measurement Point Volume Indicator Code