<?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 Matching records having problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832181#M1316694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;tables : zsj_order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * into corresponding fields of zsj_order from&lt;/P&gt;&lt;P&gt;zsj_order where belnr = '11009768'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: sy-subrc,zsj_order-vtext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one program there while I am testing belnr = '11009768' it is giving correct result, when I am trying through se11 option and giving same belnr no. but it is not giving me any result if I am giving '&lt;STRONG&gt;11009768' or '11009768&lt;/STRONG&gt;' in se11 it will give me correct result.  Field type belnr is BELNR_D char 10&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Sebastian John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jul 2009 11:58:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-05T11:58:35Z</dc:date>
    <item>
      <title>Matching records having problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832181#M1316694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;tables : zsj_order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * into corresponding fields of zsj_order from&lt;/P&gt;&lt;P&gt;zsj_order where belnr = '11009768'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: sy-subrc,zsj_order-vtext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one program there while I am testing belnr = '11009768' it is giving correct result, when I am trying through se11 option and giving same belnr no. but it is not giving me any result if I am giving '&lt;STRONG&gt;11009768' or '11009768&lt;/STRONG&gt;' in se11 it will give me correct result.  Field type belnr is BELNR_D char 10&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Sebastian John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2009 11:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832181#M1316694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-05T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Matching records having problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832182#M1316695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like the Problem about Leading Zeros........You might be missing the Leading Zeros while searching in SE11.......Try again with Leading Zeros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2009 12:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832182#M1316695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-05T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Matching records having problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832183#M1316696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried '0011002102' then also is not comming in se11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2009 12:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832183#M1316696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-05T12:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Matching records having problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832184#M1316697</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;This is because while saving the record you have saved it without giving leading zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you goto SE16, you can see the records in the table with 11002102, but you cannot take it using query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for document numbers always use conversion exits while inserting into database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a key field then there is no other way than deleting all records(take a backup before that) and again inserting them with leading zeroes. Also change the program lines which is inserting records into it to add leading zeroes, this will insert the future records correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 03:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-records-having-problem/m-p/5832184#M1316697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T03:43:12Z</dc:date>
    </item>
  </channel>
</rss>

