<?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: validation on explicit search help on a data element ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495677#M1257342</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;Click on the field and create a foreign key relationship for that field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a popup window is generated provide the short text, the check table from which u need to validate the values for that field (eg Carrid field -&amp;gt; check table SCARR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Generate Proppsal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the field is a key field than select key fields/candidates &lt;/P&gt;&lt;P&gt;else if non key fields non-key-fields/candidates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the cardinality&lt;/P&gt;&lt;P&gt;press om copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this this provide u the correct values for  the particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT make sure that the domain name of the fields should be same. &lt;STRONG&gt;(it's the pre-requisite)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2009 04:26:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-24T04:26:30Z</dc:date>
    <item>
      <title>validation on explicit search help on a data element ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495674#M1257339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have assigned the search help on a data element level and used in a database table.&lt;/P&gt;&lt;P&gt;when i try to enter data into this screen through screen or maintenance view, how can i validate the data to be in the search help and not any random data?&lt;/P&gt;&lt;P&gt;will the system automatically check that? or do i need to do something??&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 14:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495674#M1257339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: validation on explicit search help on a data element ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495675#M1257340</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;    Can you please assign the check table which used in search help at database in se11 for that perticular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;suma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495675#M1257340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: validation on explicit search help on a data element ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495676#M1257341</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 need to create foreign key relation .Because search help only suggests the values &lt;/P&gt;&lt;P&gt;but do not validate it.&lt;/P&gt;&lt;P&gt;The table you used for search help , use the same for the &lt;STRONG&gt;FOREIGN KEY&lt;/STRONG&gt;  relation ship&lt;/P&gt;&lt;P&gt;as a check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 03:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495676#M1257341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T03:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: validation on explicit search help on a data element ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495677#M1257342</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;Click on the field and create a foreign key relationship for that field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a popup window is generated provide the short text, the check table from which u need to validate the values for that field (eg Carrid field -&amp;gt; check table SCARR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Generate Proppsal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the field is a key field than select key fields/candidates &lt;/P&gt;&lt;P&gt;else if non key fields non-key-fields/candidates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the cardinality&lt;/P&gt;&lt;P&gt;press om copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this this provide u the correct values for  the particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT make sure that the domain name of the fields should be same. &lt;STRONG&gt;(it's the pre-requisite)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 04:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495677#M1257342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T04:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: validation on explicit search help on a data element ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495678#M1257343</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;System automatically checks it... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 06:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-on-explicit-search-help-on-a-data-element/m-p/5495678#M1257343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T06:07:27Z</dc:date>
    </item>
  </channel>
</rss>

