<?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 Hide domain fixed values for future use in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141841#M1367076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have  a custom domain with 7 fixed values.These Fix values will display if we click on f4 help in the screen.I dont want 4th value and 5th value in the f4 search help button.whether it is possible to hide those values for future use. if we delete the fix values from the domain fixed value list..then it is effecting the past data.Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 09:06:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T09:06:30Z</dc:date>
    <item>
      <title>Hide domain fixed values for future use</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141841#M1367076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have  a custom domain with 7 fixed values.These Fix values will display if we click on f4 help in the screen.I dont want 4th value and 5th value in the f4 search help button.whether it is possible to hide those values for future use. if we delete the fix values from the domain fixed value list..then it is effecting the past data.Please help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 09:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141841#M1367076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hide domain fixed values for future use</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141842#M1367077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I dont think whether we can hide the domain values. The other solution you can do is implement a search exit. you can code in the exit to skip those values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradyumna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 10:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141842#M1367077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide domain fixed values for future use</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141843#M1367078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can find help on search exit  at  following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/SAPHELP_ERP2005/helpdata/EN/cf/21ee52446011d189700000e8322d00/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradyumna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 10:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141843#M1367078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide domain fixed values for future use</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141844#M1367079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM : DDIF_DOMA_GET  to get the fixed values for that domain in an internal table, then you can process that internal table according to your requirement and display only those values, in AT SELECTION_SCREEN ON VALUE_REQUEST event in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it resolves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 10:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141844#M1367079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide domain fixed values for future use</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141845#M1367080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Also you can put your own code to overwrite the search help using the POV event on the screen or if you only dont want the values to be used just raise an error if those values were selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 10:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-domain-fixed-values-for-future-use/m-p/6141845#M1367080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:46:23Z</dc:date>
    </item>
  </channel>
</rss>

