<?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: input help for SELECT-OPTIONS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854672#M669065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked if match-code object GLTM present in the system.&lt;/P&gt;&lt;P&gt;Just see how to create match code object (Search help)&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 02:49:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T02:49:19Z</dc:date>
    <item>
      <title>input help for SELECT-OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854669#M669062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created searchhelp(using Matchcode object) for my select-options. everything is ok while creating, but problem is after executing report. if select that input gelp button it is displaying msg like search help is empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error is like: No input help available (search help GLTM is emptz).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my statement is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: so_racct FOR glt0-racct MATCHCODE OBJECT GLTM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so why it is empty? actually there is a values in glt0 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anyone help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 02:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854669#M669062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T02:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: input help for SELECT-OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854670#M669063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead you can use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES : ska1.
SELECT-OPTIONS: so_racct FOR ska1-saknr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 02:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854670#M669063</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-08T02:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: input help for SELECT-OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854671#M669064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gopi, &lt;/P&gt;&lt;P&gt;  Thank u for ur quickly, but in my report i am using GLT0 table, i need to use GLT0 tab only as per my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; so what can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sudharsan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 02:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854671#M669064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T02:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: input help for SELECT-OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854672#M669065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked if match-code object GLTM present in the system.&lt;/P&gt;&lt;P&gt;Just see how to create match code object (Search help)&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 02:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854672#M669065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T02:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: input help for SELECT-OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854673#M669066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sudharsan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I just checked f4 help for that field(racct) in table (glt0) in se11 and se16. it shows 'no input help is available'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The reason is 'Input help implemented with check table' is not available for that field.you can see that in SE11 ---&amp;gt; glto --&amp;gt; dispaly --&amp;gt; Entry help/check (in tab strip) for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it is not possible to give input help for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senthil kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 03:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854673#M669066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T03:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: input help for SELECT-OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854674#M669067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change your select option declaration to this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: so_racct FOR ska1-saknr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 03:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-for-select-options/m-p/2854674#M669067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T03:49:35Z</dc:date>
    </item>
  </channel>
</rss>

