<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SAP CRM &#8212; WEB IC Search view and Result view Navigation</title>
	<atom:link href="http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 10:52:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kathir</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-11008</link>
		<dc:creator>Kathir</dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-11008</guid>
		<description>Hi,

  This is very good post .Really very useful for beginners.


By Kathir.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  This is very good post .Really very useful for beginners.</p>
<p>By Kathir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-7768</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-7768</guid>
		<description>Very nice blog, and very usefull entries.
I&#039;ve come to a problem after creatin the search succesfully...
Ive tried to link the custom search to the main menu and Im getting the next error...
do you know what is wrong? I can test my search through the BSP_WD_CMPWB correctly

&quot;Business Server Page (BSP) error

What happened?
Calling the BSP page was terminated due to an error.
  
SAP Note

The following error text was processed in the system:
BSP exception: Object srviewset.htm in URL sap/zpos_facturas3/srviewset.htm is a view; start the corresponding controller &quot;


thanks in advance!
David.</description>
		<content:encoded><![CDATA[<p>Very nice blog, and very usefull entries.<br />
I&#8217;ve come to a problem after creatin the search succesfully&#8230;<br />
Ive tried to link the custom search to the main menu and Im getting the next error&#8230;<br />
do you know what is wrong? I can test my search through the BSP_WD_CMPWB correctly</p>
<p>&#8220;Business Server Page (BSP) error</p>
<p>What happened?<br />
Calling the BSP page was terminated due to an error.</p>
<p>SAP Note</p>
<p>The following error text was processed in the system:<br />
BSP exception: Object srviewset.htm in URL sap/zpos_facturas3/srviewset.htm is a view; start the corresponding controller &#8221;</p>
<p>thanks in advance!<br />
David.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-5269</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-5269</guid>
		<description>The viewset event is just to caputer and pass the control to the searchadv where the data is filled for the result view.

please check the BOL logic and see if your data is populated.</description>
		<content:encoded><![CDATA[<p>The viewset event is just to caputer and pass the control to the searchadv where the data is filled for the result view.</p>
<p>please check the BOL logic and see if your data is populated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-5243</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-5243</guid>
		<description>Hi,

Thanx for an excellent blog, very helpful indeed. Everything is working fine except i m running into a minor issue. When coding method eh_onsearch in searchadv view, 

me-&gt;typed_context-&gt;testresult-&gt;collection_wrapper-&gt;clear( ).

me-&gt;typed_context-&gt;testresult-&gt;set_collection( result ).

my testresult is not getting recognised, also we have not added the testresult in the searchadv view, hence getting he error. Am i missing something. We added testresult in the resultview instead and we are referring to it here. 

Also, i would like to know that why we had to create search event twice, once for the searchadv view
and one for the viewset.

Waiting for your feedback on this.

ssalaria.sap@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanx for an excellent blog, very helpful indeed. Everything is working fine except i m running into a minor issue. When coding method eh_onsearch in searchadv view, </p>
<p>me-&gt;typed_context-&gt;testresult-&gt;collection_wrapper-&gt;clear( ).</p>
<p>me-&gt;typed_context-&gt;testresult-&gt;set_collection( result ).</p>
<p>my testresult is not getting recognised, also we have not added the testresult in the searchadv view, hence getting he error. Am i missing something. We added testresult in the resultview instead and we are referring to it here. </p>
<p>Also, i would like to know that why we had to create search event twice, once for the searchadv view<br />
and one for the viewset.</p>
<p>Waiting for your feedback on this.</p>
<p><a href="mailto:ssalaria.sap@gmail.com">ssalaria.sap@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hennes</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-5205</link>
		<dc:creator>hennes</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-5205</guid>
		<description>Hi,
nice blog! I ran into some minor problems but now it is up and running. Albeit the next step missing now is the link from the search result to the view that shows the data. Best of all including data manipulation a.k.a. edit mode and the possiblity to add new entries via the Web Client. One or two blog entries more with that in mind would be awesome!

Cheers,
Hendrik</description>
		<content:encoded><![CDATA[<p>Hi,<br />
nice blog! I ran into some minor problems but now it is up and running. Albeit the next step missing now is the link from the search result to the view that shows the data. Best of all including data manipulation a.k.a. edit mode and the possiblity to add new entries via the Web Client. One or two blog entries more with that in mind would be awesome!</p>
<p>Cheers,<br />
Hendrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-3233</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-3233</guid>
		<description>Hi

Thank you very much for the post. It was very useful and has indeed answered many questions that I previously had relating to the data transfer in the table views.

Thanks
Raj</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thank you very much for the post. It was very useful and has indeed answered many questions that I previously had relating to the data transfer in the table views.</p>
<p>Thanks<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamesh</title>
		<link>http://blogs.moovar.com/sap/sap-crm-web-ic-search-view-and-result-view-navigation/comment-page-1/#comment-3232</link>
		<dc:creator>Kamesh</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.moovar.com/sap/?p=533#comment-3232</guid>
		<description>Hi,

I created my own search and result veiw and bind it with custom controller. When i search it for first time, I can see the results in result view but when i do the search again with some other parameter then i get the correct number of records but all blank records. 
Could you please give me some direction how can i fix this?

Regards,

Kamesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I created my own search and result veiw and bind it with custom controller. When i search it for first time, I can see the results in result view but when i do the search again with some other parameter then i get the correct number of records but all blank records.<br />
Could you please give me some direction how can i fix this?</p>
<p>Regards,</p>
<p>Kamesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
