<?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 Need Suugested values at Input Fields  while maintaining data in Ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847848#M1957953</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;I have created a ztable&amp;nbsp; and as per&amp;nbsp; requirement user wants to maintain entries. While&amp;nbsp; maintaining entries&amp;nbsp; user wants a suggesting inputs which should&amp;nbsp; come from some other ztables.&amp;nbsp;&amp;nbsp; Suppose user enters&amp;nbsp; 'a' then all the names start with 'a'&amp;nbsp; in some specific tables should be shown.&lt;/P&gt;&lt;P&gt;can you please help me in this.&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;Sayed Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 06:07:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-09-06T06:07:49Z</dc:date>
    <item>
      <title>Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847848#M1957953</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;I have created a ztable&amp;nbsp; and as per&amp;nbsp; requirement user wants to maintain entries. While&amp;nbsp; maintaining entries&amp;nbsp; user wants a suggesting inputs which should&amp;nbsp; come from some other ztables.&amp;nbsp;&amp;nbsp; Suppose user enters&amp;nbsp; 'a' then all the names start with 'a'&amp;nbsp; in some specific tables should be shown.&lt;/P&gt;&lt;P&gt;can you please help me in this.&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;Sayed Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 06:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847848#M1957953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-06T06:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847849#M1957954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sayed,&lt;/P&gt;&lt;P&gt;if the user wants live update/search like in many websites, sorry, it's not possible as far as i know in ABAP.&lt;/P&gt;&lt;P&gt;Otherwise, as per standard works, if the user puts 'a' and press F4 to get the available list, you have 2 choices:&lt;/P&gt;&lt;P&gt;1-no particular logic, just external db key = sap manage it without a single line of code&lt;/P&gt;&lt;P&gt;2-some kind of logic to apply in order to retrieve the list values = work with &lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/Selection+Screen+Events+in+ABAP" title="https://wiki.scn.sap.com/wiki/display/ABAP/Selection+Screen+Events+in+ABAP"&gt;Selection Screen Events in ABAP - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 06:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847849#M1957954</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-09-06T06:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847850#M1957955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check...&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="122143" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Spotlight on the Enhanced Search (F4 Help)" href="https://community.sap.com/" modifiedtitle="true" title="Spotlight on the Enhanced Search (F4 Help)"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847850#M1957955</guid>
      <dc:creator>krishnaananth</dc:creator>
      <dc:date>2016-09-06T07:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847851#M1957956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's your version of SAP (HANA, at least 7.40 SP5?) you should perform some search with keywords like 'Search Help', 'Type-Ahead' and 'Fuzzy Search'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847851#M1957956</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-09-06T07:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847852#M1957957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darn! Having an older release, i never get in touch with them and give an incorrect answer!&lt;/P&gt;&lt;P&gt;Shame on me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 07:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847852#M1957957</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-09-06T07:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847853#M1957958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its okay Simone.. I appreciate that&amp;nbsp; atleast you gave a try. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847853#M1957958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T04:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847854#M1957959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its latest version and I tried with &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Search Help with&amp;nbsp; 'Type-Ahead' and 'Fuzzy Search' but still not working. Is there any restrictions that it should work only in HANA Studio.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847854#M1957959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T04:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847855#M1957960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Krishna. &lt;SPAN style="font-size: 13.3333px;"&gt;I tried the same but its not working. Cant we do that in SE38 without using HANA studio????&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847855#M1957960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T04:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847856#M1957961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a Z Table which is being maintained by a user, this sounds like Transportable configuration. Low volume of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is correct from a practicality point of view is the effort justified to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the input values require validation against other tables this can be provided during the save process..On Save event of something to that effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847856#M1957961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T04:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847857#M1957962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Arden, &lt;/P&gt;&lt;P&gt;&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; Whenever user enters the data , they wants input fields to suggest some values just like we get while we google.. Exactly like this ( &lt;A _jive_internal="true" data-containerid="71110" data-containertype="37" data-objectid="122143" data-objecttype="38" href="https://answers.sap.com/community/abap/hana/blog/2015/03/10/spotlight-on-the-enhanced-search-f4-help" style="font-size: 12px; color: #3778c7; text-decoration: underline !important;"&gt;&lt;SPAN style="color: #3778c7; font-size: 12px; text-decoration: underline;"&gt;Spotlight on the Enhanced Search (F4 Help)&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; color: #3778c7; text-decoration: underline !important;"&gt;)&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; but the problem is&amp;nbsp; am not able to do it in se38 nor by applying search help to the field by checking&amp;nbsp; box of adavance options of search help.&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;Sayed Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847857#M1957962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T04:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Suugested values at Input Fields  while maintaining data in Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847858#M1957963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm questioning the practicality of the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How often will the user be maintaining this table? You need to balance this off the effort required to make this happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they're only maintaining the table a few times a year I'd seriously question the effort required to get this in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From an SE38 functionality point of view I've never seem this successfully implemented. Perhaps as a UI5 or FIORI App this can be achieved with less effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Educate the customer as to what can and cannot be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-suugested-values-at-input-fields-while-maintaining-data-in-ztable/m-p/11847858#M1957963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-07T04:40:58Z</dc:date>
    </item>
  </channel>
</rss>

