RSO_BC_INSTALL_CHECK 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 RSO_BC_INSTALL_CHECK 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.
Title: Check if all Business Content was Installed
Text Symbol: 010 = Objects of type:
Text Symbol: 011 = Objects that are only available in delivery version (D)
Text Symbol: 012 = Objects that are only available in active version (A)
Text Symbol: 013 = Objects that do not exist in new version
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = 'RSTLOGO' tables dd07v_tab = l_t_dd07v.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSO_BC_INSTALL_CHECK - Check if all Business Content was Installed RSO_BC_INSTALL_CHECK - Check if all Business Content was Installed RSO_BC_INSTALL_ALL - Install all Business Content RSO_BC_INSTALL_ALL - Install all Business Content RSO_BC_FILES_IN_BDS - Import/Export BW Demo Content Data for Business Content in BDS RSO_BC_FILES_IN_BDS - Import/Export BW Demo Content Data for Business Content in BDS