<?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: Fixed value question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122611#M1363972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also facing same problem. If we only attach fixed values to the domain, and we have not attached any value table for that, then it will not do any validation automatically. If we attach value table with fixed values, then it will do validations automatically.&lt;/P&gt;&lt;P&gt;I think this will resolve 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:07:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T10:07:07Z</dc:date>
    <item>
      <title>Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122606#M1363967</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;I have a domain with three fixed values: A, B , C. Based on this domain I have a data element.&lt;/P&gt;&lt;P&gt;On the screen I have a field which is based on that data element.&lt;/P&gt;&lt;P&gt;Is that possible to check the value of that screen field based on fixed values after user inputs invalid values automatically?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 03:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122606#M1363967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T03:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122607#M1363968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get these values in F4 help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do Validation on selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 04:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122607#M1363968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T04:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122608#M1363969</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;You dont need to validate the input, the system automatically takes care of it.&lt;/P&gt;&lt;P&gt;and ofcourse you get F4 help&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 04:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122608#M1363969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T04:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122609#M1363970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I checked, system does not check the input automatically. I input an invalid value and hit F8 it still passes. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 04:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122609#M1363970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T04:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122610#M1363971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is surprising for me also because I also thought system will check the fixed value automatically.&lt;/P&gt;&lt;P&gt;Since this is not happening in your case. So you can read the domain value by using the fm&lt;/P&gt;&lt;P&gt;GET_DOMAIN_VALUES or DD_DOMVALUES_GET and check with your screen entry with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it may help you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 04:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122610#M1363971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T04:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122611#M1363972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also facing same problem. If we only attach fixed values to the domain, and we have not attached any value table for that, then it will not do any validation automatically. If we attach value table with fixed values, then it will do validations automatically.&lt;/P&gt;&lt;P&gt;I think this will resolve 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:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122611#M1363972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed value question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122612#M1363973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 10:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-value-question/m-p/6122612#M1363973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:25:29Z</dc:date>
    </item>
  </channel>
</rss>

