Hi,
Issue was solved by redefining the Inbound plug of the view and also with the help of the sap note 1948378. Below are the steps in redefinition of inbound plug(IP_SEARCH and
Component name is BT112S_SC.)
1.Call for the super method is commented to avoid the conflict.
2.GET_GOREQUESTED() method of context node always returns abap true when we click on saved search link on work center. Copied the code of standard savedsearch_btn( ) method to the custom method zsavedsearch_btn( ) and commented the call to adjust_search_criteria_values() method (as per the suggestion from the SAP note 1948378).
Below is the snap shot of the codes mentioned in the above 2 points.
Thanks.