<?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: NUMC type with ZEROS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224375#M477864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what will happen if the field is defined as a NUMC data type.  It will always be zero filled left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 17:48:03 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-05-09T17:48:03Z</dc:date>
    <item>
      <title>NUMC type with ZEROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224374#M477863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody&lt;/P&gt;&lt;P&gt;I've got a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very simple. I have a database table with a numc4 type field.&lt;/P&gt;&lt;P&gt;I want the field to store data with zeros, so if a go to SM30 and  type:  1   for that field,&lt;/P&gt;&lt;P&gt;the stored value should be 0001, not 1.&lt;/P&gt;&lt;P&gt;Is there any way???&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224374#M477863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T17:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: NUMC type with ZEROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224375#M477864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what will happen if the field is defined as a NUMC data type.  It will always be zero filled left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 17:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224375#M477864</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-09T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: NUMC type with ZEROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224376#M477865</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;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attributes of that input field...Set the flag "Leading zeroes"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 18:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224376#M477865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T18:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: NUMC type with ZEROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224377#M477866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but i meant, in sm30 transaction, if i enter 1 the value is not set to 0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 19:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224377#M477866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: NUMC type with ZEROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224378#M477867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be in the database, but it will appear as 1 in the SM30.  Check in the db using SE16, you will see it with leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224378#M477867</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-09T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: NUMC type with ZEROS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224379#M477868</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;If it is custom table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to SE51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the program name -&amp;gt; SAPL + "Function group used to generate the screen".&lt;/P&gt;&lt;P&gt;Give the screen number..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press change..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the layout..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the input field attributes for that NUMC field...Set the flag "LEADING ZEROES".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to SM30..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give 1 in the numc field and then press enter..You will see 0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numc-type-with-zeros/m-p/2224379#M477868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T20:05:15Z</dc:date>
    </item>
  </channel>
</rss>

