<?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 Write file to application server in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880111#M1478385</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 writing the file on to applicaton server in my program. When I run the program in foreground file is written successfully.&lt;/P&gt;&lt;P&gt;But when I run the program in Background file is not written. &lt;/P&gt;&lt;P&gt;I have debugged the program while running in the background. File was opened successfully. Transfer was successful.&lt;/P&gt;&lt;P&gt;But when I check the same in AL11, file is not displaying.&lt;/P&gt;&lt;P&gt;Can any one help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shravan G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 May 2010 11:43:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-06T11:43:17Z</dc:date>
    <item>
      <title>Write file to application server in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880111#M1478385</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 writing the file on to applicaton server in my program. When I run the program in foreground file is written successfully.&lt;/P&gt;&lt;P&gt;But when I run the program in Background file is not written. &lt;/P&gt;&lt;P&gt;I have debugged the program while running in the background. File was opened successfully. Transfer was successful.&lt;/P&gt;&lt;P&gt;But when I check the same in AL11, file is not displaying.&lt;/P&gt;&lt;P&gt;Can any one help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shravan G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 11:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880111#M1478385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Write file to application server in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880112#M1478386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds strange. Are you sure you are pasiing the correct filename ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 11:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880112#M1478386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Write file to application server in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880113#M1478387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;File name depends upon the current date and current time.&lt;/P&gt;&lt;P&gt;Like file name would be: REPORTNAME_20100506_111212.csv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 12:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880113#M1478387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T12:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Write file to application server in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880114#M1478388</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;Maybe the file name is too long..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you paste the code that you use for save the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 12:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880114#M1478388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Write file to application server in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880115#M1478389</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;Does your system have multiple application servers?  It may be that the batch process ran on one server and your dialog session looking at AL11 is running on another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 13:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880115#M1478389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-06T13:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Write file to application server in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880116#M1478390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also facing a similar kind of issue.File transfer to app server in debugging it is fine and I am also able to see the file but when executed directly from the background option it is not.Only a few lines are getting transferred not the entire file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2012 13:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-file-to-application-server-in-background/m-p/6880116#M1478390</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2012-09-29T13:34:10Z</dc:date>
    </item>
  </channel>
</rss>

