<?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: Value Check for a given data element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009056#M711037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CHECK_DOMAIN_VALUES function module by passing domain name and the value, it will validate the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot do by data element you need to pass the domain name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2007 16:55:17 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2007-11-07T16:55:17Z</dc:date>
    <item>
      <title>Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009051#M711032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;does anyone know a standard method/function which checks if a given value(type string) is valid for a given data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 10:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009051#M711032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009052#M711033</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;Filed consists of DataElement consists of Domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataElement holds the semantic properties of the field, that is field description.&lt;/P&gt;&lt;P&gt;Domain holds the technical properties of the field, that is Type&amp;amp;Size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge, Value check can be done at Field level (under the event   At Selection-Screen)&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;Domain ('coz Domain may contain fixed values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 14:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009052#M711033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009053#M711034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry perhaps I Have given not enough explanations.&lt;/P&gt;&lt;P&gt;One example: &lt;/P&gt;&lt;P&gt;I have following field value: 1aaa&lt;/P&gt;&lt;P&gt;I have a data element which is defined as integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: Is this field value an integer?&lt;/P&gt;&lt;P&gt;Answer: No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There could be much more questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am searching for a generic standard method/function where I can pass the field value and a data element. As a result I get an info if this combination is a valid combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 15:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009053#M711034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T15:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009054#M711035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please, be specific, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give the name of the data element, domain, field name, table of which your question has framed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 16:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009054#M711035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T16:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009055#M711036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KC,&lt;/P&gt;&lt;P&gt;this is a generic task. I can't tell you a specific data element. As input I have pairs of value and data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 16:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009055#M711036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009056#M711037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CHECK_DOMAIN_VALUES function module by passing domain name and the value, it will validate the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot do by data element you need to pass the domain name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 16:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009056#M711037</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-11-07T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Value Check for a given data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009057#M711038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manahor,&lt;/P&gt;&lt;P&gt;good point, but I want to check if e.g. the defined domain data type corresponds to the field value, e.g. is the value AAA of data type int1(of course not).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 18:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-check-for-a-given-data-element/m-p/3009057#M711038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T18:06:16Z</dc:date>
    </item>
  </channel>
</rss>

