ROIURV_POST_PP2 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_POST_PP2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3U_PP2 - Price maintenance
O3U_PP3 - Price maintenance
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: qoute price postings
Text Symbol: 024 = Cancel entry ;;
Text Symbol: 025 = Restrictions are mandatory ;;-->026
Text Symbol: 026 = Exit editing?
Text Symbol: 100 = Locked data
Text Symbol: 101 = Data locked by user &
Text Symbol: 102 = Display only
Text Symbol: 103 = Display locked data?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = view_name variant_for_selection = variant_for_selection TABLES x_header = header x_namtab = namtab sellist = rangetab EXCEPTIONS no_tvdir_entry = 3 table_not_found = 5.
TABLE_RANGE_INPUT CALL FUNCTION 'TABLE_RANGE_INPUT' EXPORTING table = view_name oc_inst = org_crit_inst TABLES x_header = header x_namtab = namtab sellist = rangetab EXCEPTIONS no_input = 2 cancelled_by_user = 12.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-024 textline1 = text-025 textline2 = text-026 cancel_display = space IMPORTING answer = answer.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name = view_name action = 'E' enqueue_mode = 'E' enqueue_range = header-subsetflag TABLES sellist = rangetab EXCEPTIONS foreign_lock = 1 system_failure = 2 table_not_found = 5 client_reference = 7.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING titel = text-100 diagnosetext1 = text diagnosetext2 = text-102 textline1 = text-103 defaultoption = 'Y' IMPORTING answer = answer.
VIEW_MAINTENANCE CALL FUNCTION 'VIEW_MAINTENANCE' EXPORTING view_name = view_name view_action = action corr_number = corr_number rfc_destination_for_upgrade = rfc_destination_for_upgrade client_for_upgrade = client_for_upgrade complex_selconds_used = complex_selconds_used no_warning_for_clientindep = no_warning_for_clientindep oc_inst = org_crit_inst TABLES x_header = header x_namtab = namtab dba_sellist = rangetab excl_cua_funct = excl_cua_funct EXCEPTIONS no_database_function = 2 no_editor_function = 3 missing_corr_number = 4.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name = view_name action = 'D' enqueue_mode = 'E' enqueue_range = header-subsetflag TABLES sellist = rangetab EXCEPTIONS foreign_lock = 1 system_failure = 2 table_not_found = 5 client_reference = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIURV_POST_PP2 - qoute price postings ROIURV_POST_PP2 - qoute price postings ROIURV_OIL_RPT_STATEMENT - Oil Report Statement ROIURV_OIL_RPT_STATEMENT - Oil Report Statement ROIURV_MAIN_BATCH_LAUNCHER - Launcher for VL automated mainline process ROIURV_MAIN_BATCH_LAUNCHER - Launcher for VL automated mainline process