<?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 translate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340608#M800809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to download a number 200.500 from SAP into an excel sheet without losing leading zeroes.&lt;/P&gt;&lt;P&gt;Its downloading correctly when the number is 200.208 but we have a problem when downloading the value 200.500 into excel sheet as it becomes 200.5&lt;/P&gt;&lt;P&gt;Can we use translate command to do this..&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 16:12:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T16:12:33Z</dc:date>
    <item>
      <title>translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340608#M800809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to download a number 200.500 from SAP into an excel sheet without losing leading zeroes.&lt;/P&gt;&lt;P&gt;Its downloading correctly when the number is 200.208 but we have a problem when downloading the value 200.500 into excel sheet as it becomes 200.5&lt;/P&gt;&lt;P&gt;Can we use translate command to do this..&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340608#M800809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340609#M800810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="332171"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 03:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340609#M800810</guid>
      <dc:creator>sachin_mathapati</dc:creator>
      <dc:date>2008-01-25T03:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340610#M800811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; it doesn't make sense to use TRANSLATE into a non-char-like field.&lt;/P&gt;&lt;P&gt;Moreover, I recommend to do this replace line-by-line, that is:&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;TRANSLATE ...&lt;/P&gt;&lt;P&gt;" ...or some command to change the contents of the field&lt;/P&gt;&lt;P&gt;MODIFY itab.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;I hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;hema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 04:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340610#M800811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T04:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340611#M800812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek ,&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 FM there is parameter called 'FILE TYPE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the value for it as 'DBF'&lt;/P&gt;&lt;P&gt;it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'WS_DOWNLOAD'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BIN_FILESIZE = ' ' &lt;/P&gt;&lt;P&gt;CODEPAGE = ' ' &lt;/P&gt;&lt;P&gt;filename = p_file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;filetype = 'DBF'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;mode = ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WK1_N_FORMAT = ' ' &lt;/P&gt;&lt;P&gt;WK1_N_SIZE = ' ' &lt;/P&gt;&lt;P&gt;WK1_T_FORMAT = ' ' &lt;/P&gt;&lt;P&gt;WK1_T_SIZE = ' ' &lt;/P&gt;&lt;P&gt;COL_SELECT = ' ' &lt;/P&gt;&lt;P&gt;COL_SELECTMASK = ' ' &lt;/P&gt;&lt;P&gt;NO_AUTH_CHECK = ' ' &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;FILELENGTH = &lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;data_tab = it_data&lt;/P&gt;&lt;P&gt;fieldnames = it_heading&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;file_open_error = 1&lt;/P&gt;&lt;P&gt;file_write_error = 2&lt;/P&gt;&lt;P&gt;invalid_filesize = 3&lt;/P&gt;&lt;P&gt;invalid_type = 4&lt;/P&gt;&lt;P&gt;no_batch = 5&lt;/P&gt;&lt;P&gt;unknown_error = 6&lt;/P&gt;&lt;P&gt;invalid_table_width = 7&lt;/P&gt;&lt;P&gt;gui_refuse_filetransfer = 8&lt;/P&gt;&lt;P&gt;customer_error = 9&lt;/P&gt;&lt;P&gt;others = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change all the fields not to be truncated, into character type in the internal table and then download it. &lt;/P&gt;&lt;P&gt;Also use Function Module: CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 06:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/translate/m-p/3340611#M800812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T06:32:27Z</dc:date>
    </item>
  </channel>
</rss>

