<?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 Generating XML in the background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702043#M1295159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP Gurus,&lt;/P&gt;&lt;P&gt;I am trying to generate XML files on SAP 4.6. I able to generate the files in the foreground using GUI_DOWNLOAD function, but do not know how to do in the background.&lt;/P&gt;&lt;P&gt;I have tried searching some on the SDN network, but have no solution yet.&lt;/P&gt;&lt;P&gt;Can anyone help me. &lt;/P&gt;&lt;P&gt;Thanks you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2009 15:57:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-12T15:57:07Z</dc:date>
    <item>
      <title>Generating XML in the background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702043#M1295159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP Gurus,&lt;/P&gt;&lt;P&gt;I am trying to generate XML files on SAP 4.6. I able to generate the files in the foreground using GUI_DOWNLOAD function, but do not know how to do in the background.&lt;/P&gt;&lt;P&gt;I have tried searching some on the SDN network, but have no solution yet.&lt;/P&gt;&lt;P&gt;Can anyone help me. &lt;/P&gt;&lt;P&gt;Thanks you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 15:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702043#M1295159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T15:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML in the background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702044#M1295160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for &lt;STRONG&gt;OPEN DATASET&lt;/STRONG&gt; and &lt;STRONG&gt;WRITE DATASET&lt;/STRONG&gt;...you must keep in mind that if you generate the file in background you're going to need to store it in the SAP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 16:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702044#M1295160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T16:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML in the background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702045#M1295161</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;I am also in 4.6c and when I send the file to the Unix server via a open dataset in binary mode and do the transfer, the XML file gets to the Unix server but it is corrupted. In the last record,at the end of the record, it has invalid characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you figure out a way to send the XML file in the background successfully?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. When I send teh XML file using FM GUI_DOWNLOAD, the file is in prefect condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702045#M1295161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML in the background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702046#M1295162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag,&lt;/P&gt;&lt;P&gt;  Thanks for your response. Using the OPEN DATASET and TRANSFER statements, I am now able to transfer data in the binary mode over to the Application Server. Dowloading the file from there to presentation server helps viewing the xml file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like Pierre Martinez I am also getting the same error at the end of file , it says&lt;/P&gt;&lt;P&gt;" XML page cannot be displayed......&lt;/P&gt;&lt;P&gt;invalid character was found in text content. Error processing ....."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is in 4.6 while running in both background and foreground but in 4.7 same process works just fine. I am not able to figure out a solution in 4.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generating-xml-in-the-background/m-p/5702046#M1295162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T15:02:31Z</dc:date>
    </item>
  </channel>
</rss>

