SAP Reports / Programs

ROIRH_BULOCP_TRANSFER SAP ABAP Report - Transfer of business location material prices







ROIRH_BULOCP_TRANSFER 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 ROIRH_BULOCP_TRANSFER 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 ROIRH_BULOCP_TRANSFER. "Basic submit
SUBMIT ROIRH_BULOCP_TRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRH_BULOCP_TRANSFER 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: PI_PRSEL = D Price Selection
Selection Text: PI_SIMUL = Simulation
Selection Text: S_LOGSYS = D Logical system
Selection Text: S_MATNR = D Material
Selection Text: S_PBLNR = D Business location ID
Selection Text: S_STYPE = D Service type
Title: Transfer of business location material prices


INCLUDES used within this REPORT ROIRH_BULOCP_TRANSFER

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:

ALE_ASYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_ASYNC_BAPI_GET_RECEIVER' EXPORTING object = c_if3064 method = c_mdrcvblp TABLES receiver_input = l_receiver_tab receivers = l_receiver_tab filterobject_values = l_filter_tab EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 OTHERS = 3.

BAPI_BLP_GETLIST CALL FUNCTION 'BAPI_BLP_GETLIST' IMPORTING return = l_return TABLES range_locations = l_range_location range_materials = l_range_material range_servicetypes = l_range_stype pricelist = l_pricelist_tab extensionout = l_extension_tab.

OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = l_pricelist_row-locationid IMPORTING woifspbl = l_oifspbl_row EXCEPTIONS not_found = 1 OTHERS = 2.

OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = l_pricelist_row-locationid IMPORTING woifspbl = l_oifspbl_row EXCEPTIONS not_found = 1 OTHERS = 2.

OIFSPBL_SINGLE_READ CALL FUNCTION 'OIFSPBL_SINGLE_READ' EXPORTING oifspbl_pblnr = l_extension_row-locationid IMPORTING woifspbl = l_oifspbl_row EXCEPTIONS not_found = 1 OTHERS = 2.

ALE_BLP_RECEIVEMULTIPLE CALL FUNCTION 'ALE_BLP_RECEIVEMULTIPLE' * EXPORTING * SERIAL_ID = '0' TABLES pricelist = l_pricelist_extr_tab extensionout = l_extension_extr_tab receivers = l_receiver_extr_tab * COMMUNICATION_DOCUMENTS = * APPLICATION_OBJECTS = * EXCEPTIONS * ERROR_CREATING_IDOCS = 1 * OTHERS = 2 .



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