<?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: downloading data into excel sheet  problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013065#M712045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using the conversion routine first...or declare the itab components like DDIC fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH FOR....CONVERSION_* FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Sid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 10:36:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T10:36:33Z</dc:date>
    <item>
      <title>downloading data into excel sheet  problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013061#M712041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends &lt;/P&gt;&lt;P&gt;we have interface requirement to download vendor master data to excel sheet.&lt;/P&gt;&lt;P&gt;here in excel sheet vendor number is storting as without zeros( '1212').&lt;/P&gt;&lt;P&gt;we want to excel sheet cell should contains vendor number with zeros (0000001212).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example &lt;/P&gt;&lt;P&gt;vendor number in sap: 0000001212&lt;/P&gt;&lt;P&gt;we want to download vendor number in excel sheet cell as '0000001212'.&lt;/P&gt;&lt;P&gt;Is there any command in ABAP to instruct excel to store vendor number with padding zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would appreciate for your qucik response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks &lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013061#M712041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: downloading data into excel sheet  problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013062#M712042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try by defining a field in the internal table which store vendor number as NUMC and see the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013062#M712042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: downloading data into excel sheet  problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013063#M712043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi atish&lt;/P&gt;&lt;P&gt;i tried as you said , still problem not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any solution please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013063#M712043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: downloading data into excel sheet  problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013064#M712044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I have just tried this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will work if instead of NUMC you give it as CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013064#M712044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: downloading data into excel sheet  problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013065#M712045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using the conversion routine first...or declare the itab components like DDIC fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH FOR....CONVERSION_* FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Sid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/downloading-data-into-excel-sheet-problem/m-p/3013065#M712045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T10:36:33Z</dc:date>
    </item>
  </channel>
</rss>

