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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRH_BULOCP_TRANSFER - Transfer of business location material prices ROIRH_BULOCP_TRANSFER - Transfer of business location material prices ROIRHCHSGEN - Clearing House Settlement Message Structure Generator (IS-Oil SSR) ROIRHCHSGEN - Clearing House Settlement Message Structure Generator (IS-Oil SSR) ROIRE_SCREEN_VARIANTS - Include ROIRE_SCREEN_VARIANTS ROIRE_S414_SAVE_FEES - Loop over S414, calculate fees, save -> report performance