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

ROIURV_POST_PP2 SAP ABAP Report - qoute price postings







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3U_PP2 - Price maintenance
O3U_PP3 - Price maintenance


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


Text pool values


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?


INCLUDES used within this REPORT ROIURV_POST_PP2

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:

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.



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