<?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: application server download in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483512#M1061443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even i tried that.. Still i am getting dump... saying that it will support only char type objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other idea please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vennila.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2008 09:10:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-19T09:10:38Z</dc:date>
    <item>
      <title>application server download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483510#M1061441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;I have to download a tab delimited file to application server.&lt;/P&gt;&lt;P&gt;first of all , i want to know how to make a tab delimited file.&lt;/P&gt;&lt;P&gt;1) I created one Hexadecimal variable with value '09' and &lt;/P&gt;&lt;P&gt;  i inserted that between internal table fields..&lt;/P&gt;&lt;P&gt; I used  open dataset **&lt;/P&gt;&lt;P&gt;    loop at internal table into WA.&lt;/P&gt;&lt;P&gt;  transfer WA to file,..&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;Close dataset...&lt;/P&gt;&lt;P&gt;it is going for dump-saying that it supports only char type objects.. since my internal table has hexadecimal fields, i couldnt do it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me how to make a tab delimited file and download to application server/????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 08:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483510#M1061441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: application server download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483511#M1061442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for tab try  use the constant HORIZONTAL_TAB of the class CL_ABAP_CHAR_UTILITIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1. Declare a constant to store the tab
CONSTANTS: c_split TYPE c
VALUE cl_abap_char_utilities=&amp;gt;horizontal_tab,

Suppose you are in 4.6C or earlier you will need the hex value

CONSTANTS: c_split TYPE x VALUE '09'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 08:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483511#M1061442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: application server download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483512#M1061443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even i tried that.. Still i am getting dump... saying that it will support only char type objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other idea please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vennila.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 09:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-download/m-p/4483512#M1061443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T09:10:38Z</dc:date>
    </item>
  </channel>
</rss>

