<?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: Data Transfer to Application server in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782697#M337271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After selecting the variant ,I go to Menu -&amp;gt;Programs where I select Execute In Background and give the date and time over there.&lt;/P&gt;&lt;P&gt;When I execute like this, I am not getting the output file in AL11.When I checked in SM37 it shows the file is generated successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what would have been the problem in writing the file in Application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chaarulatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 14:26:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T14:26:11Z</dc:date>
    <item>
      <title>Data Transfer to Application server in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782693#M337267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried running a report in background.If I choose "print immediately" option, the required file is written to the application server.But on scheduling the date and time of the job(the print immediate option is not checked), the file is not written to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what could be the problem and how to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Chaarulatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 13:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782693#M337267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T13:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer to Application server in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782694#M337268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in report u have to code as such that print option gets checked based on conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782694#M337268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer to Application server in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782695#M337269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaarulatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of checking for 'print Immdiately' you can check whether the program is executed in background... If it is execting in background (sy-batch = 'X') write the data to the application server.&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;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782695#M337269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer to Application server in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782696#M337270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       use below logic&lt;/P&gt;&lt;P&gt;           if sy-batch = "X'.&lt;/P&gt;&lt;P&gt;               if sy-primm is initial.&lt;/P&gt;&lt;P&gt;                 sy-primm = 'X.'.&lt;/P&gt;&lt;P&gt;               endif. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782696#M337270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer to Application server in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782697#M337271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After selecting the variant ,I go to Menu -&amp;gt;Programs where I select Execute In Background and give the date and time over there.&lt;/P&gt;&lt;P&gt;When I execute like this, I am not getting the output file in AL11.When I checked in SM37 it shows the file is generated successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what would have been the problem in writing the file in Application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chaarulatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782697#M337271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T14:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transfer to Application server in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782698#M337272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi don't understand the question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"print immediately" just means that a print order is created for the spool list created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is completelöy independent of the writing of a file. Files are written using open dataset and transfer statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer-to-application-server-in-background/m-p/1782698#M337272</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-04T14:38:35Z</dc:date>
    </item>
  </channel>
</rss>

