<?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 Regarding the data transfer to the application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201628#M763078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. I have an internal table &lt;STRONG&gt;it_but000&lt;/STRONG&gt; of &lt;STRONG&gt;but000&lt;/STRONG&gt; of 100 fields.&lt;/P&gt;&lt;P&gt;2. my requirement is to download all the records of 100 fields in the internal table &lt;STRONG&gt;it_but000&lt;/STRONG&gt;  to application server.&lt;/P&gt;&lt;P&gt;3. I wrote a program it got activated and when I execuite the program it go to dump saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    For the statement&lt;/P&gt;&lt;P&gt;       "TRANSFER f TO ..."&lt;/P&gt;&lt;P&gt;    only character-type data objects are supported at the argument position&lt;/P&gt;&lt;P&gt;    "f".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In this case. the operand "f" has the non-character-type "T_BUT000". The&lt;/P&gt;&lt;P&gt;    current program is a Unicode program. In the Unicode context, the type&lt;/P&gt;&lt;P&gt;    'X' or structures containing not only character-type components are&lt;/P&gt;&lt;P&gt;    regarded as non-character-type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and parallely I can see the file created in the application server but when I try to open it it says &lt;STRONG&gt;UNABLE TO DISPLAY THIS FILE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MY QUERY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Is there any limitataion of fields for transfering to application server.&lt;/P&gt;&lt;P&gt;2. secondly dump analysis says, only fields of datatype &lt;STRONG&gt;char&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;can be transfered. but here in my case I have some 100 fields I extracted it with *select ** so how can I which is of non char type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 07:14:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T07:14:25Z</dc:date>
    <item>
      <title>Regarding the data transfer to the application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201628#M763078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. I have an internal table &lt;STRONG&gt;it_but000&lt;/STRONG&gt; of &lt;STRONG&gt;but000&lt;/STRONG&gt; of 100 fields.&lt;/P&gt;&lt;P&gt;2. my requirement is to download all the records of 100 fields in the internal table &lt;STRONG&gt;it_but000&lt;/STRONG&gt;  to application server.&lt;/P&gt;&lt;P&gt;3. I wrote a program it got activated and when I execuite the program it go to dump saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    For the statement&lt;/P&gt;&lt;P&gt;       "TRANSFER f TO ..."&lt;/P&gt;&lt;P&gt;    only character-type data objects are supported at the argument position&lt;/P&gt;&lt;P&gt;    "f".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In this case. the operand "f" has the non-character-type "T_BUT000". The&lt;/P&gt;&lt;P&gt;    current program is a Unicode program. In the Unicode context, the type&lt;/P&gt;&lt;P&gt;    'X' or structures containing not only character-type components are&lt;/P&gt;&lt;P&gt;    regarded as non-character-type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and parallely I can see the file created in the application server but when I try to open it it says &lt;STRONG&gt;UNABLE TO DISPLAY THIS FILE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MY QUERY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Is there any limitataion of fields for transfering to application server.&lt;/P&gt;&lt;P&gt;2. secondly dump analysis says, only fields of datatype &lt;STRONG&gt;char&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;can be transfered. but here in my case I have some 100 fields I extracted it with *select ** so how can I which is of non char type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 07:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201628#M763078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T07:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the data transfer to the application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201629#M763079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem is u were passing the other than character value to the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;convert the foll. into charater types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERNO&lt;/P&gt;&lt;P&gt;CHILDREN and check other fields, of type other than character values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before passing to file, convert all fields into character type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. problem is in data transfer not in ur query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 20:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201629#M763079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T20:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the data transfer to the application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201630#M763080</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;while downloading data to Application server, convert numeric fields into character format and  concatenate all fields into one string variable by using the seprator (ex:- tab, comma or any other special symbol).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then transfer that internal table data to application server file.&lt;/P&gt;&lt;P&gt;&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;Thanks,&lt;/P&gt;&lt;P&gt;Sreeram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 08:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-the-data-transfer-to-the-application-server/m-p/3201630#M763080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T08:40:03Z</dc:date>
    </item>
  </channel>
</rss>

