<?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: type numc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651545#M1866365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;Have your problem have been solved &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 11:02:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-09T11:02:58Z</dc:date>
    <item>
      <title>type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651532#M1866352</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;A field type has changed from NUMC(3) to NUMC(4) in an active database table with data already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now coexits boths values with and without leading 0. Example: 101 and 0101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already adjust the table but with no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that just one value was possible: 0101!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maria João Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651532#M1866352</guid>
      <dc:creator>MariaJooRocha</dc:creator>
      <dc:date>2014-10-08T17:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651533#M1866353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expecting that the data base table was adjusted using the database utility (SE14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once that is done, the old values remain (in your case 101) and you can enter new values (0101). They both are treated differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we use conversion exists to add/remove additional characters on the field to fetch them from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 18:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651533#M1866353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T18:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651534#M1866354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please write one time program to convert the old value without leading zero's to with leading zeroes. This once time program is must necessary in this cases. I would advice just pick all the entries and add leading zeroes and that's it. You are consistent again and your query shall work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 20:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651534#M1866354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-08T20:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651535#M1866355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the domain you can create the conversion routine and assign it to the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this you can create the two fm conversion_exit_XXXX_Input , conversion_exit_XXXX_output and assign to it domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the settings of your databrowser select user parameters and activate the Check Conversion Exits for the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raghunadh Kodali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 05:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651535#M1866355</guid>
      <dc:creator>former_member226225</dc:creator>
      <dc:date>2014-10-09T05:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651536#M1866356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&lt;/P&gt;&lt;P&gt;you have to adjust the database table through se14 then new value will be fectched&lt;/P&gt;&lt;P&gt;and check the indexes also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651536#M1866356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-09T06:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651537#M1866357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NUMC is a character type basically.&lt;/P&gt;&lt;P&gt;So, 101 is 3 chars while 0101 is 4 chars thus making them different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651537#M1866357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-09T06:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651538#M1866358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try SE14 with Menu &lt;STRONG&gt;&lt;EM&gt;Extras -&amp;gt; Force Conversion&lt;/EM&gt;&lt;/STRONG&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651538#M1866358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-09T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651539#M1866359</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;As I said, the adjut was made (SE14), but the old entries (without the leading 0) persist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maria João Rocha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 08:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651539#M1866359</guid>
      <dc:creator>MariaJooRocha</dc:creator>
      <dc:date>2014-10-09T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651540#M1866360</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;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That field is the only key of the table (unique key). Let's say fieldkey. So I have 2 fields at the table, the key and one field for the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' 101' - Description old&lt;/P&gt;&lt;P&gt;'0101'- Description.new&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using that SE14 option (force conversion) wich entry will persist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it is possible to do a conversion program, but that is the situation that I encontoured... Also that table is external key from other... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just want to understand SAP behaviour... as the field is numc thought that it was not possible to have entries without the leading 0!&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;Maria João Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 08:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651540#M1866360</guid>
      <dc:creator>MariaJooRocha</dc:creator>
      <dc:date>2014-10-09T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651541#M1866361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I didn't know that the field is a key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I would suggest to use a program for table entry conversion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Read all entries into an internal table&lt;/LI&gt;&lt;LI&gt;List and Convert all key entries in a loop (list with old key value)&lt;/LI&gt;&lt;LI&gt;Delete all database table entries&lt;/LI&gt;&lt;LI&gt;Remove duplicates from your internal table&lt;/LI&gt;&lt;LI&gt;Write your internal table to the database table&lt;/LI&gt;&lt;LI&gt;Check all duplicates from your list with table content&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can create a new database&amp;nbsp; table of the same structure, fill the new table from the old (with correct key and without duplicates) and rename the tables after that. So you can keep the old table as a copy with the original entries.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 09:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651541#M1866361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-09T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651542#M1866362</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;But if SAP says that the numc it's a character string that may only contais digits (help at the dictionary), how is it possible to have a numc with leading space?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/559228" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maria João Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 09:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651542#M1866362</guid>
      <dc:creator>MariaJooRocha</dc:creator>
      <dc:date>2014-10-09T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651543#M1866363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that is a keyfield issue. If you had a nonkey field to be changed. SAP would have adjusted it automatically with SE14. But for keyfields I think that isn't possible because of database restrictions.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 10:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651543#M1866363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-09T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651544#M1866364</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;Also thought the same.. but it was nice to have &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maria João Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 10:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651544#M1866364</guid>
      <dc:creator>MariaJooRocha</dc:creator>
      <dc:date>2014-10-09T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: type numc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651545#M1866365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;Have your problem have been solved &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 11:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-numc/m-p/10651545#M1866365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-09T11:02:58Z</dc:date>
    </item>
  </channel>
</rss>

