<?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 Transfer XML File in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017338#M959891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a XML file in the aplication server. I need to transfer this file to another path. I´m using the open dataset for this operation. The process is fine. But When I Access the XML file for internet explorer, the XML cannot open. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code XML in both are identical. I don´t know if is right to use open data set for transfer XML file in the aplication server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 15:13:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T15:13:59Z</dc:date>
    <item>
      <title>Transfer XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017338#M959891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a XML file in the aplication server. I need to transfer this file to another path. I´m using the open dataset for this operation. The process is fine. But When I Access the XML file for internet explorer, the XML cannot open. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code XML in both are identical. I don´t know if is right to use open data set for transfer XML file in the aplication server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 15:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017338#M959891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T15:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017339#M959892</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 something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear ta_rec[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ta_rec-record = 'echo off'.&lt;/P&gt;&lt;P&gt;  append ta_rec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  concatenate 'copy' '&lt;BR /&gt;server1\files\f1.txt' '&lt;BR /&gt;server1\files\f2.txt' into sal separated by space.&lt;/P&gt;&lt;P&gt;  ta_rec-record = sal.&lt;/P&gt;&lt;P&gt;  append ta_rec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data retcode type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  OPEN DATASET DIRFILE FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;&lt;P&gt;  loop at ta_rec.&lt;/P&gt;&lt;P&gt;    TRANSFER ta_rec TO DIRFILE.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  CLOSE DATASET DIRFILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Open Dataset DIRFILE for input&lt;/P&gt;&lt;P&gt;  IN TEXT MODE ENCODING NON-UNICODE&lt;/P&gt;&lt;P&gt;  filter dirfile.&lt;/P&gt;&lt;P&gt;  CLOSE DATASET DIRFILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise the folder is not shared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 15:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017339#M959892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T15:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017340#M959893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcelo,&lt;/P&gt;&lt;P&gt;   Can you show us your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 15:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017340#M959893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T15:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017341#M959894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Get the XML data in the aplication server&lt;/P&gt;&lt;P&gt;OPEN DATASET p_arq FOR INPUT IN BINARY MODE.&lt;/P&gt;&lt;P&gt;  CHECK sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;    READ DATASET p_arq INTO t_xml.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    APPEND t_xml.&lt;/P&gt;&lt;P&gt;    CLEAR  t_xml.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;  CLOSE DATASET p_arq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***Moving XML data for another path in the aplication server&lt;/P&gt;&lt;P&gt;  OPEN DATASET w_filename FOR OUTPUT in BINARY MODE.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    LOOP AT t_xml.&lt;/P&gt;&lt;P&gt;      TRANSFER t_xml TO w_filename.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CLOSE DATASET w_filename.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 15:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017341#M959894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T15:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017342#M959895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-xml-file/m-p/4017342#M959895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T14:14:25Z</dc:date>
    </item>
  </channel>
</rss>

