<?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>topic Filter option FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582604#M23160</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Can you give more information about this FM : &lt;/P&gt;
  &lt;P&gt;RSBC_TOOLS_FIELD_SELECTION&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks in advance &lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 09:56:39 GMT</pubDate>
    <dc:creator>former_member421809</dc:creator>
    <dc:date>2018-05-08T09:56:39Z</dc:date>
    <item>
      <title>Filter option FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582604#M23160</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Can you give more information about this FM : &lt;/P&gt;
  &lt;P&gt;RSBC_TOOLS_FIELD_SELECTION&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 09:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582604#M23160</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2018-05-08T09:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter option FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582605#M23161</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;This is a SAP standard function module of function group RSBC_TOOLS. It's inside package RSBCMD of the application component BW-WHM-DST.&lt;/P&gt;
  &lt;P&gt;If you need different information, please ask in more detail!&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;regards&lt;/P&gt;
  &lt;P&gt;Domi&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 15:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582605#M23161</guid>
      <dc:creator>Domi</dc:creator>
      <dc:date>2018-05-09T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter option FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582606#M23162</link>
      <description>&lt;P&gt;I use this FM :&lt;/P&gt;
  &lt;P&gt;But i didn't get the filter function that i want &lt;/P&gt;
  &lt;P&gt;************************************************************************&lt;/P&gt;
  &lt;P&gt;data ct_field type RSAOS_T_FIELDNM.&lt;BR /&gt; data cs_field type RSFIELDNM.&lt;BR /&gt; cs_field = 'col1' .&lt;BR /&gt; APPEND cs_field to ct_field.&lt;BR /&gt; cs_field = 'col2' .&lt;BR /&gt; APPEND cs_field to ct_field.&lt;BR /&gt; &lt;BR /&gt; CALL FUNCTION 'RSBC_TOOLS_FIELD_SELECTION'&lt;BR /&gt; EXPORTING&lt;BR /&gt; i_title_left = 'FJA_left'&lt;BR /&gt; i_title_right = 'FJA_right'&lt;BR /&gt; i_popup_title = 'FJA_title'&lt;BR /&gt; * IS_LAYOUT_DOUBLE_ALV =&lt;BR /&gt; * IT_SP_GROUP =&lt;BR /&gt; * I_DISPLAY_ONLY =&lt;BR /&gt; I_TABNAME = 'ITAB'&lt;BR /&gt; * IMPORTING&lt;BR /&gt; * E_CANCELLED =&lt;BR /&gt; * TABLES&lt;BR /&gt; * C_T_FIELDS = ct_field&lt;BR /&gt; * EXCEPTIONS&lt;BR /&gt; * TABLE_NOT_FOUND = 1&lt;BR /&gt; * OTHERS = 2&lt;BR /&gt; .&lt;BR /&gt; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;BR /&gt; * Implement suitable error handling here&lt;BR /&gt; ENDIF.&lt;/P&gt;
  &lt;P&gt;********************************************************************&lt;/P&gt;
  &lt;P&gt;and i have the result :&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/141600-filter.png" /&gt;&lt;/P&gt;
  &lt;P&gt;and in the standard is like this : &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/141601-filter-option.png" /&gt;&lt;/P&gt;
  &lt;P&gt;So i need the second option to Determine Valuse for filter Criteria&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 16:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582606#M23162</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2018-05-09T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter option FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582607#M23163</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;That's not possible with this FM - it's part of the ALV Grid class CL_GUI_ALV_GRID and it's not that easy to use it separatly!&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Maybe there is another solution for your requirement if you give some more infomation!&lt;/P&gt;
  &lt;P&gt;eg:&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;is it possible to provide an ALV preview with a custom fcode to do the export/save/table update?&lt;/LI&gt;
   &lt;LI&gt;use an dummy table line to "configure" the fieldcat an filtering before generate the JSON export&lt;/LI&gt;
   &lt;LI&gt;provide access to a report (transaction launcher, GUID,...) to save some user specific settings and take these to generate the WebUI table&lt;/LI&gt;
   &lt;LI&gt;...&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;regards &lt;/P&gt;
  &lt;P&gt;Domi&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 15:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filter-option-fm/m-p/582607#M23163</guid>
      <dc:creator>Domi</dc:creator>
      <dc:date>2018-05-14T15:26:19Z</dc:date>
    </item>
  </channel>
</rss>

