<?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 F4 - Search help with Icon in module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576944#M22680</link>
    <description>&lt;P&gt;hi friends ,&lt;/P&gt;
  &lt;P&gt; i try to pass icon in search help with using &lt;/P&gt;
  &lt;P&gt; FM: &lt;/P&gt;
  &lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST ,&lt;/P&gt;
  &lt;P&gt;ICON_RED_LIGHT&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/104688-icon1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/104689-icon2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;But it will show value filed &lt;/P&gt;
  &lt;P&gt;thanks and regards &lt;/P&gt;
  &lt;P&gt;umayaraj&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 08:43:58 GMT</pubDate>
    <dc:creator>umayaraj</dc:creator>
    <dc:date>2018-01-18T08:43:58Z</dc:date>
    <item>
      <title>F4 - Search help with Icon in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576944#M22680</link>
      <description>&lt;P&gt;hi friends ,&lt;/P&gt;
  &lt;P&gt; i try to pass icon in search help with using &lt;/P&gt;
  &lt;P&gt; FM: &lt;/P&gt;
  &lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST ,&lt;/P&gt;
  &lt;P&gt;ICON_RED_LIGHT&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/104688-icon1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/104689-icon2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;But it will show value filed &lt;/P&gt;
  &lt;P&gt;thanks and regards &lt;/P&gt;
  &lt;P&gt;umayaraj&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576944#M22680</guid>
      <dc:creator>umayaraj</dc:creator>
      <dc:date>2018-01-18T08:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: F4 - Search help with Icon in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576945#M22681</link>
      <description>&lt;P&gt;Better post relevant part of your code or give more information, there are so many ways (wrong and correct) to call this FM (values by cell or structured data, etc.)&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/105598-f4icon.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576945#M22681</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-01-18T09:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: F4 - Search help with Icon in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576946#M22682</link>
      <description>&lt;P&gt;Try ICON-ID instead of ICON-NAME. It will display in F4 search help.&lt;/P&gt;
  &lt;P&gt;For example ICON_RED_LIGHT has icon ID = @0A@&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576946#M22682</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2018-01-18T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: F4 - Search help with Icon in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576947#M22683</link>
      <description>&lt;P&gt;i try with this code i get run time error .but i created search help in se11 and assign it will work but i want generate dynamic vale show in f4 help.&lt;/P&gt;
  &lt;P&gt; LOOP AT it_zurack_master1 INTO wa_zurack_master.&lt;BR /&gt; * CALL FUNCTION 'ICON_CREATE'&lt;BR /&gt; * EXPORTING&lt;BR /&gt; * name = 'ICON_RED_LIGHT'&lt;BR /&gt; * text = ''&lt;BR /&gt; * info = ''&lt;BR /&gt; * add_stdinf = ''&lt;BR /&gt; * IMPORTING&lt;BR /&gt; * result = wa_zurack_master-icon.&lt;BR /&gt; wa_zurack_master-icon = '@0A@'.&lt;BR /&gt; APPEND wa_zurack_master TO it_zurack_master.&lt;BR /&gt; CLEAR wa_zurack_master.&lt;BR /&gt; ENDLOOP.&lt;BR /&gt; &lt;BR /&gt; CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;BR /&gt; EXPORTING&lt;BR /&gt; retfield = 'WA_QALS-RACK'&lt;BR /&gt; value_org = 'S'&lt;BR /&gt; TABLES&lt;BR /&gt; value_tab = it_zurack_master&lt;BR /&gt; return_tab = it_return2&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; parameter_error = 1&lt;BR /&gt; no_values_found = 2&lt;BR /&gt; OTHERS = 3.&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576947#M22683</guid>
      <dc:creator>umayaraj</dc:creator>
      <dc:date>2018-01-18T10:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: F4 - Search help with Icon in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576948#M22684</link>
      <description>&lt;P&gt;Did you read the runtime error? It should explain where is the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576948#M22684</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2018-01-18T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: F4 - Search help with Icon in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576949#M22685</link>
      <description>&lt;P&gt;If you use a 'S' structure to pass value to the FM, either&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;structure is defined in ddic =&amp;gt; pass its name in parameter ddic_structure&lt;/LI&gt; 
   &lt;LI&gt;structure is not defined in ddic =&amp;gt; fill the field_tab parameter as soon as some fields are not defined with LIKE/TYPE (Usually fieldname+tabname are sufficient.)&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt;(Read the FM documentation)&lt;/P&gt;
  &lt;P&gt;How are defined wa_zurack_master or it_zurack_master?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-search-help-with-icon-in-module-pool-program/m-p/576949#M22685</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-01-18T10:58:44Z</dc:date>
    </item>
  </channel>
</rss>

