<?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: background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535668#M850715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to SM36, there is a button 'Job Wizard' on the application toolbar. When you click that button it will take you thru the steps to schedule a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 04:49:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T04:49:51Z</dc:date>
    <item>
      <title>background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535662#M850709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to execute areport in background explain me briefly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535662#M850709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535663#M850710</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;Please check the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechies.com/how-to-schedule-a-report-in-background/" target="test_blank"&gt;http://www.saptechies.com/how-to-schedule-a-report-in-background/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="17333"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Esha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Esha  Raj on Feb 29, 2008 5:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535663#M850710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535664#M850711</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;  You can execute program in background 2 ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  In SE38 enter program name&lt;DEL&gt;&amp;gt;on menu bar Program&lt;/DEL&gt;&amp;gt;exectute&lt;/P&gt;&lt;P&gt;              --&amp;gt;Background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.To schedule the program in background  ,like daily at 2am or weekly once follow the below procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scheduling Background Jobs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.        Background jobs are scheduled by Basis administrators using transaction SM36.&lt;/P&gt;&lt;P&gt;2.        To run a report in a background, a job needs to be created with a step using the report name &lt;/P&gt;&lt;P&gt;and a variant for selection parameters. It is recommended to create a separate variant for each &lt;/P&gt;&lt;P&gt;scheduled job to produce results for specific dates (e.g. previous month) or organizational units (e.g. &lt;/P&gt;&lt;P&gt;company codes).&lt;/P&gt;&lt;P&gt;3.        While defining the step, the spool parameters needs to be specified&lt;/P&gt;&lt;P&gt;(Step-&amp;gt; Print Specifications-&amp;gt;Properties) to secure the output of the report and help authorized users &lt;/P&gt;&lt;P&gt;to find the spool request. The following parameters needs to be maintained:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;a.        Time of printing: set to &amp;#147;Send to SAP spooler Only for now&amp;#148;&lt;/P&gt;&lt;P&gt;b.        Name &amp;#150; abbreviated name to identify the job output&lt;/P&gt;&lt;P&gt;c.        Title &amp;#150; free form description for the report output&lt;/P&gt;&lt;P&gt;d.        Authorization &amp;#150; a value defined by Security in user profiles to allow those users to access &lt;/P&gt;&lt;P&gt;this spool request (authorization object  S_SPO_ACT, value SPOAUTH).  Only users with matching &lt;/P&gt;&lt;P&gt;authorization value in their profiles will be able to see the output.&lt;/P&gt;&lt;P&gt;e.        Department &amp;#150; set to appropriate department/functional area name. This field can be used in &lt;/P&gt;&lt;P&gt;a search later.&lt;/P&gt;&lt;P&gt;f.        Retention period &amp;#150; set to &amp;#147;Do not delete&amp;#148; if the report output needs to be retained for more &lt;/P&gt;&lt;P&gt;than 8 days. Once the archiving/document repository solution is in place the spool requests could &lt;/P&gt;&lt;P&gt;be automatically moved to the archive/repository. Storage Mode parameter on the same screen &lt;/P&gt;&lt;P&gt;could be used to immediately send the output to archive instead of creating a spool request.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Configuring user access:&lt;/P&gt;&lt;P&gt;1.        To access a report output created by a background job, a user must have at &lt;/P&gt;&lt;P&gt;least access to SP01 (Spool requests) transaction without restriction on the user &lt;/P&gt;&lt;P&gt;name (however by itself it will not let the user to see all spool requests). To have &lt;/P&gt;&lt;P&gt;that access the user must have S_ADMI_FCD authorization object in the profile with &lt;/P&gt;&lt;P&gt;SPOR (or SP01) value of S_ADMI_FCD parameter (maintained by Security).&lt;/P&gt;&lt;P&gt;2.        To access a particular job&amp;#146;s output in the spool, the user must have &lt;/P&gt;&lt;P&gt;S_SPO_ACT object in the profile with SPOAUTH parameter matching the value used &lt;/P&gt;&lt;P&gt;in the Print Specifications of the job (see p. 3.d above).&lt;/P&gt;&lt;P&gt;3.        Levels of access to the spool (display, print once, reprint, download, etc) are &lt;/P&gt;&lt;P&gt;controlled by SPOACTION parameter of S_SPO_ACT. The user must have at least &lt;/P&gt;&lt;P&gt;BASE access (display).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On-line reports:&lt;/P&gt;&lt;P&gt;1.        Exactly the same configuration can be maintained for any output produced &lt;/P&gt;&lt;P&gt;from R/3. If a user clicks &amp;#147;Parameters&amp;#148; button on a SAP Printer selection dialog, it &lt;/P&gt;&lt;P&gt;allows to specify all the parameters as described in p. 3 of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#147;Scheduling background jobs&amp;#148; section. Thus any output created by an online report &lt;/P&gt;&lt;P&gt;can be saved and accessed by any user authorized to access that spool request &lt;/P&gt;&lt;P&gt;(access restriction provided by the Authorization field of the spool request &lt;/P&gt;&lt;P&gt;attributes, see p. 3.d of &amp;#147;Scheduling background jobs&amp;#148; section).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access to report&amp;#146;s output:&lt;/P&gt;&lt;P&gt;1.        A user that had proper access (see Configuring user access above) can &lt;/P&gt;&lt;P&gt;retrieve a job/report output through transaction SP01.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2.        The selection screen can be configured by clicking &amp;#147;Further selection &lt;/P&gt;&lt;P&gt;criteria&amp;#133;&amp;#148; button (e.g. to bring &amp;#147;Spool request name (suffix 2)&amp;#148; field or hide other &lt;/P&gt;&lt;P&gt;fields).&lt;/P&gt;&lt;P&gt;3.        The following fields can be used to search for a specific output (Note that &lt;/P&gt;&lt;P&gt;Created By must be blank when searching for scheduled job&amp;#146;s outputs)&lt;/P&gt;&lt;P&gt;a.        Spool request name (suffix 2) &amp;#150; corresponds to a spool name in p. 3.b in &lt;/P&gt;&lt;P&gt;&amp;#147;Scheduling background jobs&amp;#148; section above).&lt;/P&gt;&lt;P&gt;b.        Date created &amp;#150; to find an output of a job that ran within a certain date range.&lt;/P&gt;&lt;P&gt;c.        Title &amp;#150; corresponds to spool Title in p. 3.c in &amp;#147;Scheduling background jobs&amp;#148; &lt;/P&gt;&lt;P&gt;section above).&lt;/P&gt;&lt;P&gt;d.        Department - corresponds to spool Department in p. 3.e in &amp;#147;Scheduling &lt;/P&gt;&lt;P&gt;background jobs&amp;#148; section above).&lt;/P&gt;&lt;P&gt;4.        Upon entering selection criteria, the user clicks the Execute button   to &lt;/P&gt;&lt;P&gt;retrieve the list of matching spool requests.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;5.        From the spool list the user can use several function such as view the &lt;/P&gt;&lt;P&gt;content of a spool request, print the spool request, view attributed of the spool &lt;/P&gt;&lt;P&gt;request, etc. (some functions may need special authorization, see p.3 in &lt;/P&gt;&lt;P&gt;Configuring user access)&lt;/P&gt;&lt;P&gt;a.        Click the Print button   to print the spool request with the default attributes &lt;/P&gt;&lt;P&gt;(usually defined with the job definition). It will print it on a printer that was &lt;/P&gt;&lt;P&gt;specified when a job was created.&lt;/P&gt;&lt;P&gt;b.        Click the &amp;#147;Print with changed attributed&amp;#148; button   to print the spool request &lt;/P&gt;&lt;P&gt;with the different attributes (e.g. changing the printer name).&lt;/P&gt;&lt;P&gt;c.        Click the &amp;#147;Display contents&amp;#148; button   to preview the spool request contents. A &lt;/P&gt;&lt;P&gt;Print    and Download   functions are available from the preview mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535664#M850711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535665#M850712</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;Use sm37 and sm36 transaction or simple way - goto se38 and program-&amp;gt;execute-background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the report in backgroud output will be store as a spool request in SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS IN BACKGROUND SCHEDULING:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use tcode SM36&lt;/P&gt;&lt;P&gt;2. Click Job wizard in the button set and Click Continue&lt;/P&gt;&lt;P&gt;3. Enter Job name and press continue&lt;/P&gt;&lt;P&gt;4. Select ABAP program and press Continue then enter Program name and press continue&lt;/P&gt;&lt;P&gt;and again press Continue&lt;/P&gt;&lt;P&gt;5. Set Schedule type immediately and continue&lt;/P&gt;&lt;P&gt;6. Select periodic job checkbox, press continue&lt;/P&gt;&lt;P&gt;7. Select none of the above and click on other periods &amp;#150; give one-minute and then press create &lt;/P&gt;&lt;P&gt;Press continue and then press complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHeck this weblog for Displaying ALV Grid in Background Job &lt;/P&gt;&lt;P&gt;/people/prashant.patil12/blog/2007/02/20/displaying-alv-grid-in-background-job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;bgan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535665#M850712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535666#M850713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    In se38,  do Program--&lt;DEL&gt;Exectute&lt;/DEL&gt;--Background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535666#M850713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535667#M850714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check out these link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/73/69ef3d55bb11d189680000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/73/69ef3d55bb11d189680000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/73/69ef3d55bb11d189680000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/73/69ef3d55bb11d189680000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arusnri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535667#M850714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535668#M850715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to SM36, there is a button 'Job Wizard' on the application toolbar. When you click that button it will take you thru the steps to schedule a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 04:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background/m-p/3535668#M850715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T04:49:51Z</dc:date>
    </item>
  </channel>
</rss>

