<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Filter Option using Tcode - SEGW in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896090#M3555441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I checked the URL and its working fine ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 18:51:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-19T18:51:33Z</dc:date>
    <item>
      <title>Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaq-p/9896083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Odata services.. I am trying to create filter for object, while it fetch data using method - GET_ENTITYSET (Query). any how I am not able to do so.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have selected the filter option at entity and entity_set.. but its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/323369" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing filter parameters but in get_entityset method not getting data in table -&amp;nbsp; IT_FILTER_SELECT_OPTIONS and IV_FILTER_STRING are coming blank.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice how I can achieve it.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 22:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaq-p/9896083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-13T22:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896084#M3555435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your URI? May the problem is in that,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 23:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896084#M3555435</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2013-11-13T23:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896085#M3555436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using get_entityset method to get filters.. In some of the article I read we need to do bit of coding to get the filter passed on URL.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;lt_filters&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;/iwbep/t_mgw_select_option&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*-get filter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_filters &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;io_tech_request_context&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_filter&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;-&amp;gt;get_filter_select_options&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to read filter vales in program.. but in metadata whole entity is coming as filterable.. even though I have selected only couple of fields.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions what I am missing.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 15:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896085#M3555436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-14T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896086#M3555437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;by default all the properties are filterable ... if you&amp;nbsp; need to set a property as non filterable you need to explicitly do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 16:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896086#M3555437</guid>
      <dc:creator>former_member184867</dc:creator>
      <dc:date>2013-11-14T16:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896087#M3555438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Atanu mentioned all properties are filterable by default. You can explicitly disable them using the corresponding API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact that you marked as filterable or not- filterable has no bearing on the functionality. That is, if you mark a property as not- filterable, but pass the filter for that property in URI, and you have code to handle it, it will work. Metadata is only an indication for consuming clients, but does not validate/stop you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 23:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896087#M3555438</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2013-11-14T23:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896088#M3555439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I am using following code to read the filter parameter values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lt_filters &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;io_tech_request_context&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_filter&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;-&amp;gt;get_filter_select_options&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;I am sure, it was working earlier but now in program LT_FILTER is not getting any value.. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 16:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896088#M3555439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-19T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896089#M3555440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that says problem is with your URI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 16:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896089#M3555440</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2013-11-19T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Option using Tcode - SEGW</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896090#M3555441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I checked the URL and its working fine ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 18:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-option-using-tcode-segw/qaa-p/9896090#M3555441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-19T18:51:33Z</dc:date>
    </item>
  </channel>
</rss>

