<?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: Using a report layout in background mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415460#M1243367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope ALV Grid does not work in Background, even normal program also wont work in background if you want to operate on presentation server. &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>Thu, 02 Apr 2009 22:33:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T22:33:29Z</dc:date>
    <item>
      <title>Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415457#M1243364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is is possible to apply a saved report layout like you apply to the alv grid to a csv file run in background mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 19:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415457#M1243364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T19:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415458#M1243365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give more details ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 19:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415458#M1243365</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-02T19:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415459#M1243366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can figure out one way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SUBMIT ZREPORT TO SAP-SPOOL LAYOUT 'ZLAYOUT'
VIA SELECTION-SCREEN
DESTINATION 'locl'
KEEP IN SPOOL 'X'
IMMEDIATELY 'X'
WITHOUT SPOOL DYNPRO
AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return the report in your layout to the spool and can be downloaded as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 20:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415459#M1243366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T20:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415460#M1243367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope ALV Grid does not work in Background, even normal program also wont work in background if you want to operate on presentation server. &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>Thu, 02 Apr 2009 22:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415460#M1243367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T22:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415461#M1243368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirements were to create an alv grid when run in the foreground with a screen parameter for report layout so multiple report layouts could be saved in different variants.  Also, if the report is run in the background it should create an excel (csv) file and write it to the application server.  The business owner wants to schedule the job to run in batch with about 10 different report layouts.  I have everything working in the foreground.  I didn't know if it was possible to apply a report layout to the excel file. Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 13:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415461#M1243368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415462#M1243369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!  I will give this a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 13:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415462#M1243369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T13:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using a report layout in background mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415463#M1243370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;    As an alternative, you can propose this design to your business owner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-batch = space.&lt;/P&gt;&lt;P&gt;call function REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;call function REUSE_ALV_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, you will have the desired layout saved to the spool, from where you can download the file as excel sheet also.&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>Fri, 03 Apr 2009 13:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-a-report-layout-in-background-mode/m-p/5415463#M1243370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T13:12:59Z</dc:date>
    </item>
  </channel>
</rss>

