<?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: Leading zero in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129799#M743445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be solved in a better and simpler way as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE '="' wa-field_name '"' INTO wa-field_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Dec 2010 11:24:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-09T11:24:44Z</dc:date>
    <item>
      <title>Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129791#M743437</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 working in table control.When i click the download button then all the material number which is in table control should be download in local excel file.&lt;/P&gt;&lt;P&gt;Its working fine.But the leading zero of the material number is removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to download the material with leading zero.If then please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Sudhakaran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129791#M743437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129792#M743438</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;Are you sure the leading zero is removed by excel and not while downloading it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129792#M743438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129793#M743439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use function module &amp;lt;b&amp;gt;CONVERSION_EXIT_ALPHA_INPUT&amp;lt;/b&amp;gt; before downloading to add leading zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129793#M743439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129794#M743440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, in excel you have to define the column as text and not number.  If you define it as a number it will remove the leading zeros.  So if you have a downloaded tab delimited  file, when you open in excel, first define the column attributes where you want to display the leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129794#M743440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129795#M743441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Yes sure the leading zeros are available till the last internal table. After excel only zeros are removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With out excel configure how can i download data with leading zeros ?.Because client doesnt know abt excel configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;K.Sudhakaran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129795#M743441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129796#M743442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for a mis-leading answer before. i didnt think through the problem before giving you an answer. The thing here is there are leading zeroes added to your data as long as your data stays in SAP. You will also see leading leading zeroes if you have downloaded the file as a text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem here is Excel has already been set to remove zeroes from the front of a number if that particular coloumn has been declared as a numerical field. You try to show your user to change that field in excel to character so that there will be leading zeroes again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there is not much we can do on the SAP side, as SAP is giving the number out with leading zeroes and excel is doing the trick for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129796#M743442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129797#M743443</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;when handing the values to excel you could change your value to this: '=REPLACE(". That will also force excel to render your value as text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Martin Schöffler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 15:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129797#M743443</guid>
      <dc:creator>martin_schffler</dc:creator>
      <dc:date>2007-11-20T15:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129798#M743444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes sticking a single quote in front works, eg '0000000012345689.  You may have to do that in a temporary table to avoing mashing the existing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might make a difference what type of file you're downloading - is it excel, tab delimited, CSV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(oops, didn't see Martin had said the same thing)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 15:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129798#M743444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T15:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129799#M743445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be solved in a better and simpler way as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE '="' wa-field_name '"' INTO wa-field_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 11:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129799#M743445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T11:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zero</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129800#M743446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 12:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leading-zero/m-p/3129800#M743446</guid>
      <dc:creator>pappu_kumar2</dc:creator>
      <dc:date>2011-09-19T12:46:15Z</dc:date>
    </item>
  </channel>
</rss>

