I am trying to remove (or I should say HIDE rather than remove) several of the SAP provided reports from the selection tree in the <b>MSS business package 60.1.20</b>. I checked the par file, and it appears that it relies on a function module, <b>HRWPC_RPT_FCODES_READ</b> which in turn calls <b>RH_MWB_FCODES_READ</b>, to build the tree structure based on function codes with scenario MSS0. I checked the IMG, and did not see any way of "hiding" these report/function codes through configuration. I assume I can delete the entries, but I do not want to do that. I would like to hide them. I noticed in the function module, that it refers to a hidden SAP structure <b>HRUSMWBFCH</b> that will exclude codes from the report tree.
<b>Can anyone tell me how I should be hiding reports from the report tree?</b>