<?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 Re: Problem in HIDE statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074951#M729093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try executing this program....&lt;/P&gt;&lt;P&gt;you can understand...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: sym type ICON_D value '@1E@'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;    FORMAT HOTSPOT.&lt;/P&gt;&lt;P&gt;    WRITE / 'ShowIcon'.&lt;/P&gt;&lt;P&gt;    HIDE: sym.&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE: sym.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i am not wrong, i hope you want to hide the "Display more" icon in the Select-options input. If that case, then use NO-EXTENSION keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me the exact requirement, why you want to hide that icon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2007 06:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-26T06:56:09Z</dc:date>
    <item>
      <title>Problem in HIDE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074948#M729090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query in &amp;lt;b&amp;gt;HIDE&amp;lt;/b&amp;gt;, This is up gradation project 4.5B to ECC 6.0, but in the 4.5B it is working fine,When it come to the ECC 6.0 it is giving error like " you can not use &amp;lt;b&amp;gt;HIDE&amp;lt;/b&amp;gt; for a read  only field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my statement:  "HIDE ICON_DISPLAY_MORE", please suggest me, is this statement correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourisankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 06:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074948#M729090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T06:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in HIDE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074949#M729091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: sym type ICON_D value '@1E@'.&lt;/P&gt;&lt;P&gt;hide sym.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 06:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074949#M729091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T06:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in HIDE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074950#M729092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Muthurajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not understand your statement, Can you please elaborate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourisankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 06:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074950#M729092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in HIDE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074951#M729093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try executing this program....&lt;/P&gt;&lt;P&gt;you can understand...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: sym type ICON_D value '@1E@'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;    FORMAT HOTSPOT.&lt;/P&gt;&lt;P&gt;    WRITE / 'ShowIcon'.&lt;/P&gt;&lt;P&gt;    HIDE: sym.&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE: sym.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if i am not wrong, i hope you want to hide the "Display more" icon in the Select-options input. If that case, then use NO-EXTENSION keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me the exact requirement, why you want to hide that icon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 06:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hide-statement/m-p/3074951#M729093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T06:56:09Z</dc:date>
    </item>
  </channel>
</rss>

