<?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: upload a file from presentation server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639916#M1092285</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;Try using the SPLIT AT statement for the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 14:16:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-22T14:16:02Z</dc:date>
    <item>
      <title>upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639914#M1092283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in the below problem !&lt;/P&gt;&lt;P&gt;When I am uploading a space delimited (.prn) file from presentation server, into an internal table the different fields are not recognized. the data is uploaded according to the length of the field defined in the internal table and hence correct data is not going into the fields in the internal table&lt;/P&gt;&lt;P&gt;for example: if in the file i have the two fields with values &lt;/P&gt;&lt;P&gt;              HELLO   HOW&lt;/P&gt;&lt;P&gt;and if my internal table has two fields with lengths 8 and 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting HELLOHOW into first field and blank in next field. How to differentiate the fields? &lt;/P&gt;&lt;P&gt;i am using file type ASC and field separator = 'X'.&lt;/P&gt;&lt;P&gt;I tried with tab delimited file, i am having the same problem.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639914#M1092283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639915#M1092284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a comma seperated file and use the split at , into respective fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran dasari on Oct 22, 2008 7:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639915#M1092284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639916#M1092285</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;Try using the SPLIT AT statement for the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639916#M1092285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639917#M1092286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Try to create the correct flat file ..while creating use the seperator TAB or pipe .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639917#M1092286</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-10-22T14:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639918#M1092287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create the correct flat file? I am having data in a excel sheet, and i saved as a tab delimited file while saving it. I am still having the same problem. fiels values ar enot recognised. Please suggest!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639918#M1092287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639919#M1092288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rushi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have search in SDN for half an hour for your query please do search SDN before posting. As i seen before some good material while we upload the EXCEL with tab delimiter (&lt;STRONG&gt;.prn file&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link your issue will be solved this this complete steps are shown for BDC adjust the code according to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639919#M1092288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639920#M1092289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Balu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for ur help ! Next time I will search for an hour before posting ! Sorry about that !.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639920#M1092289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639921#M1092290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi never mind dude, actually many people will be spending there precious time to solve other issues, if i see same repeating post of same quiz questions or any normal issues then i always suggest the poster's to search before they post because definitely there will be some or the post related to the post they send.&lt;/P&gt;&lt;P&gt;Anyways happy to see your query is been solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Posting &lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 14:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-presentation-server/m-p/4639921#M1092290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T14:54:00Z</dc:date>
    </item>
  </channel>
</rss>

