IBRO_BH_RESULTS_CREATE 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 IBRO_BH_RESULTS_CREATE 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: PS_NAME = D Object name
Selection Text: PS_TYPE = D Object type
Title: Build Results For OI Preparation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IBR_BHSEL_CRITERIA_GET CALL FUNCTION 'IBR_BHSEL_CRITERIA_GET' EXPORTING i_sel_type = ps_type i_sel_name = ps_name EXCEPTIONS err_get = 1 OTHERS = 2.
IBR_BH_RESULTS_CREATE CALL FUNCTION 'IBR_BH_RESULTS_CREATE' EXPORTING i_sel_type = ps_type i_sel_name = ps_name IMPORTING e_lncnt = l_cnt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IBRO_BH_RESULTS_CREATE - Build Results For OI Preparation IBRO_BH_RESULTS_CREATE - Build Results For OI Preparation IBRO_BAPI_TEST_TOP - Top Include Test Program Broker BAPIs IBRO_BAPI_TEST_PROP - Interface Definition Default Values for Broker BAPI Test Program IBRO_BAPI_TEST_F01 - Include IBRO_BAPI_TEST_F01 IBRO_BAPI_TEST - Test BAPI Calls Broker Report