<?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 Problem with Char10 in Data Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746447#M1113313</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 have One field in a table with name PARTNER with data type CHAR and length 10. This is a non primary key field.And the values are like numbers.&lt;/P&gt;&lt;P&gt;Eg: 00700089&lt;/P&gt;&lt;P&gt;      00700098 etc&lt;/P&gt;&lt;P&gt; When i enter data in se11 selection screen with 00700089 it is not displaying any data. Even i try with adding zeros and deleting the zeros still have problem. But when i enter value    * &lt;STRONG&gt;700089&lt;/STRONG&gt; * in selection screen of se11 it is showing the value.&lt;/P&gt;&lt;P&gt;This problem also facing in the report selection screen  with the same field. Could any body help me in this Regard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2008 14:24:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-08T14:24:30Z</dc:date>
    <item>
      <title>Problem with Char10 in Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746447#M1113313</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 have One field in a table with name PARTNER with data type CHAR and length 10. This is a non primary key field.And the values are like numbers.&lt;/P&gt;&lt;P&gt;Eg: 00700089&lt;/P&gt;&lt;P&gt;      00700098 etc&lt;/P&gt;&lt;P&gt; When i enter data in se11 selection screen with 00700089 it is not displaying any data. Even i try with adding zeros and deleting the zeros still have problem. But when i enter value    * &lt;STRONG&gt;700089&lt;/STRONG&gt; * in selection screen of se11 it is showing the value.&lt;/P&gt;&lt;P&gt;This problem also facing in the report selection screen  with the same field. Could any body help me in this Regard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 14:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746447#M1113313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Char10 in Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746448#M1113314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;Chekc the database table might be  Conversion Exit iare used in the Database Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 14:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746448#M1113314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Char10 in Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746449#M1113315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chauhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have used ALPHA conv. routine for PARTNER field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 14:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746449#M1113315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T14:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Char10 in Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746450#M1113316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Use this Conversion routine when ever you pass the value to fetch from database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;input = p_partner&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;output = p_partner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ....&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 16:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-char10-in-data-dictionary/m-p/4746450#M1113316</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-11-08T16:37:38Z</dc:date>
    </item>
  </channel>
</rss>

