<?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: Entry value does not exist in table (Check entry) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096062#M1182764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  Check the conversion exit used , generally these sort of problems are with reference to conversion exit.&lt;/P&gt;&lt;P&gt;Which data element are you using .&lt;/P&gt;&lt;P&gt;Try using the field of the base table in the select option i.e. in case you are using material use the field mara-mantr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 15:14:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-22T15:14:33Z</dc:date>
    <item>
      <title>Entry value does not exist in table (Check entry)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096058#M1182760</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;&lt;/P&gt;&lt;P&gt;i need help to solve one issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one screen i am selecting the value with help of F4. after selecting that value from the POPUP list it is dispalyed on the screen. But after pressing Enter key it showing error like "Entry value does not exist in table (Check entry)" is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when i checked the table, entry is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me what should be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096058#M1182760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Entry value does not exist in table (Check entry)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096059#M1182761</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;did u try debugging after pressing enter ...the search help was given by u or automatically taken...if it is given by u in the program ,there may be a value table or check table for the field ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: soniya baboo on Jan 22, 2009 1:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096059#M1182761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T12:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Entry value does not exist in table (Check entry)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096060#M1182762</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;Check whether you have map the field to a correct field &amp;amp; check table of that field.&lt;/P&gt;&lt;P&gt;Also check whether validation happens with leading zeroes for the value or without leading zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096060#M1182762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T12:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Entry value does not exist in table (Check entry)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096061#M1182763</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;i tired to debug, not able to find the solution. any suggestions or solutions will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 14:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096061#M1182763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T14:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Entry value does not exist in table (Check entry)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096062#M1182764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  Check the conversion exit used , generally these sort of problems are with reference to conversion exit.&lt;/P&gt;&lt;P&gt;Which data element are you using .&lt;/P&gt;&lt;P&gt;Try using the field of the base table in the select option i.e. in case you are using material use the field mara-mantr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 15:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entry-value-does-not-exist-in-table-check-entry/m-p/5096062#M1182764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T15:14:33Z</dc:date>
    </item>
  </channel>
</rss>

