<?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 Personal Value List in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294964#M1917283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, didn't know about &lt;SPAN style="color: #333333; font-size: 12px;"&gt;DDSHPVAL50.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 15:09:08 GMT</pubDate>
    <dc:creator>Juwin</dc:creator>
    <dc:date>2015-10-15T15:09:08Z</dc:date>
    <item>
      <title>Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294958#M1917277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to create a &lt;STRONG&gt;Input Help Personal Value List&lt;/STRONG&gt; for every transactions? On what dos it depend on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Regards Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294958#M1917277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-15T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294959#M1917278</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;in general you can create a personal search help value list for each input field which is assigned to a search help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a SEARCH_HELP_EXIT (Copy F4IF_SHLP_EXIT_EXAMPLE) with Code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* enables personal values in search help&lt;/P&gt;&lt;P&gt;IF CALLCONTROL-STEP = 'PRESEL'.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALLCONTROL-PVALUES = SPACE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Only if SAP standard search help -&amp;gt; register object on OSS-Portal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Assign &lt;SPAN style="font-size: 13.3333px;"&gt;SEARCH_HELP_EXIT &lt;/SPAN&gt;to your SEARCH HELP. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;User should now be able to create a personal value list for the particular search help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294959#M1917278</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2015-10-15T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294960#M1917279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Value history is available in almost all SAP screens. How different would personal value list be from that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294960#M1917279</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-10-15T13:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294961#M1917280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personal value list filters the distinct values of a search help according user specific needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume in your system have been set up 50 company codes. Each time when user presses F4 for search help without any filter 50 entries are shown up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With personal value list the user can reduce the output of F4 search help to the values they really needed for the daily business. So if only 2 company codes are relevant for them they insert this 2 company codes in the personal value list and only this 2 entries are shown up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294961#M1917280</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2015-10-15T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294962#M1917281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that what you are saying, but from a implementation perspective, I think that would become a maintenance nightmare to set everyone's preferences inside SAP system. Unlike preferences, value history is stored on individual's desktops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294962#M1917281</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-10-15T14:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294963#M1917282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;personal value lists will be created and maintainted by users itself. The personal values are persistent stored in table DDSHPVAL50 - and therefore not dependent of individual's desktops .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Developer only have to implement the SEARCH HELP EXIT and each user can decide to use this feature or doesn't use it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294963#M1917282</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2015-10-15T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Input Help Personal Value List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294964#M1917283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, didn't know about &lt;SPAN style="color: #333333; font-size: 12px;"&gt;DDSHPVAL50.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-help-personal-value-list/m-p/11294964#M1917283</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-10-15T15:09:08Z</dc:date>
    </item>
  </channel>
</rss>

