<?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: question on application server file upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452153#M13817</link>
    <description>&lt;P&gt;hi ramya ,&lt;/P&gt;&lt;P&gt;             try with open dataset, transfer , close dataset to transfer file from presentation server to application server / read data from table to transfer to application server, hope it's help for your scenario .&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Umayaraj.B&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2017 06:58:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-06-22T06:58:00Z</dc:date>
    <item>
      <title>question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452151#M13815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am uploading a file in application server, by default there is a # appended at the end of each line . I know these are non printable characters and used by the system to recognize the end of the line . I am reading data from the application server and uploading in the ciustom table . In the table there are no # but when the data is read in an internal table there is # strangely. But why this is happening.,&lt;/P&gt;&lt;P&gt;rg &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 06:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452151#M13815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-22T06:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452152#M13816</link>
      <description>&lt;P&gt;Please don't ask the same question multiple times, this annoys people and makes them not want to help you. If you have further info, by all means please add it to the original question.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 06:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452152#M13816</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-06-22T06:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452153#M13817</link>
      <description>&lt;P&gt;hi ramya ,&lt;/P&gt;&lt;P&gt;             try with open dataset, transfer , close dataset to transfer file from presentation server to application server / read data from table to transfer to application server, hope it's help for your scenario .&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Umayaraj.B&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 06:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452153#M13817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-22T06:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452154#M13818</link>
      <description>&lt;P&gt;As you quite rightly point out,  # symbols tend to be unprintable characters.  During your upload process I would tend to remove these before storing them in the database table.  You can find the hex value to search for by using debug and examining the data structure.  The value will most probably be 00 0A since that is a line feed character.&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 07:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452154#M13818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-22T07:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452155#M13819</link>
      <description>&lt;P&gt;"In the table there are no #"&lt;/P&gt;&lt;P&gt;How are you looking at the table? SE16? &lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 08:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452155#M13819</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-06-22T08:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452156#M13820</link>
      <description>&lt;P&gt;Its a line feed.&lt;/P&gt;&lt;P&gt;Use shift left or right to delete those characters.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 15:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452156#M13820</guid>
      <dc:creator>anand_sagarsethi</dc:creator>
      <dc:date>2017-06-22T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452157#M13821</link>
      <description>&lt;P&gt;# is only the representation in SAP GUI. Look at the hexadecimal value in the debugger to find out the binary value and check your code page for the meaning.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 16:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452157#M13821</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-22T16:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: question on application server file upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452158#M13822</link>
      <description>&lt;P&gt;Sorry but this answer makes no sense whatsoever. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 18:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-application-server-file-upload/m-p/452158#M13822</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-06-22T18:16:53Z</dc:date>
    </item>
  </channel>
</rss>

