<?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 Restrict 'Executing report in background' from selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413604#M1548424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want user to not to select option for executing report in background from Selection Screen of the program.&lt;/P&gt;&lt;P&gt;i.e. 'Execute Program in Background' option in 1st menu bar tab should either be disabled OR if user clicks on it then he should get error message on selection screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Falguni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Nov 2010 05:19:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-13T05:19:16Z</dc:date>
    <item>
      <title>Restrict 'Executing report in background' from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413604#M1548424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want user to not to select option for executing report in background from Selection Screen of the program.&lt;/P&gt;&lt;P&gt;i.e. 'Execute Program in Background' option in 1st menu bar tab should either be disabled OR if user clicks on it then he should get error message on selection screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Falguni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 05:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413604#M1548424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-13T05:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict 'Executing report in background' from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413605#M1548425</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 use mainu painter,&lt;/P&gt;&lt;P&gt;Select what the menu required. then put pf_status in your report.&lt;/P&gt;&lt;P&gt;This way you can disable the back ground schedule option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds,&lt;/P&gt;&lt;P&gt;Nayan Lad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 06:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413605#M1548425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-13T06:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict 'Executing report in background' from selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413606#M1548426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Falguni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code based on function code &lt;STRONG&gt;SJOB&lt;/STRONG&gt; in the event &lt;STRONG&gt;AT SELECTION-SCREEN&lt;/STRONG&gt;. Write the following code : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

AT SELECTION-SCREEN

CASE SY-UCOMM.

WHEN 'SJOB'.

MESSAGE E000 WITH 'You cannot schedule background job'.

ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 06:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-executing-report-in-background-from-selection-screen/m-p/7413606#M1548426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-13T06:23:13Z</dc:date>
    </item>
  </channel>
</rss>

