<?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: Autorizations to execute programs in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145233#M1620802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yes, I thought about custom programs only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other case, programs and its t-codes have authorization objects. What's the issue with Authorization objects defined in attributes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 16:37:51 GMT</pubDate>
    <dc:creator>murtuza_chhatariya</dc:creator>
    <dc:date>2011-09-16T16:37:51Z</dc:date>
    <item>
      <title>Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145229#M1620798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to permit to the final users to execute programs in background, but only for specific programs. This means that I need to grant authorizations for scheduling jobs and probably to SM36 transaction but the user can only schedule jobs for a specific program contained in the job. I think with the standard authorization objects this is not possible. Anyone with any ideia to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PJP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 15:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145229#M1620798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T15:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145230#M1620799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in the start of every program, authorization can be checked manually and if user is allowed then proceed else throw error. custom table can be created to store the permitted user ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murtuza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145230#M1620799</guid>
      <dc:creator>murtuza_chhatariya</dc:creator>
      <dc:date>2011-09-16T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145231#M1620800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murtuza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean about checking authorizations in the start of every program? I think we can do that for the Z programs, but how can we do that for the standard ones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pjp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145231#M1620800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T16:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145232#M1620801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the standard program you are running? can you please elaborate more?&lt;/P&gt;&lt;P&gt;if its a Z program, then using authority-check you can make sure the authorization for the users. if its some Report writers or so, then you have exits where you can check the authorizations.. whats your case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145232#M1620801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T16:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145233#M1620802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yes, I thought about custom programs only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other case, programs and its t-codes have authorization objects. What's the issue with Authorization objects defined in attributes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145233#M1620802</guid>
      <dc:creator>murtuza_chhatariya</dc:creator>
      <dc:date>2011-09-16T16:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145234#M1620803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment I don't have yet all the requirement from the client, but I think they don't want to do that for a specific program. They want something like that. Once a user needs to execute a program in backgroud or schedule a job, they need to check if the user can do that. I can not do this by authorization program because the user, for example, can have permitions to execute the program or transaction in dialog mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pjp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145234#M1620803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145235#M1620804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murtuza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read the message that I have sent to Sam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PJP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145235#M1620804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145236#M1620805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Sam, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User-exits are the best option, check for sy-batch EQ 'X' and then check for authorization of the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me check for other options if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murtuza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145236#M1620805</guid>
      <dc:creator>murtuza_chhatariya</dc:creator>
      <dc:date>2011-09-16T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145237#M1620806</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 take help of your basis team.  SAP has given some standard authority objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Please look into|http://help.sap.com/saphelp_nw04/helpdata/en/5f/ff2138faeb3807e10000009b38f889/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145237#M1620806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Autorizations to execute programs in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145238#M1620807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there is some authorization configuration by which one can restrict that user can schedule a job or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create one user id specifically to run background jobs. And give that user's login details to those users who are permitted to schedule background job. No user can directly schedule job from his/her own id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Little bit odd solution &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murtuza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 16:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/autorizations-to-execute-programs-in-background/m-p/8145238#M1620807</guid>
      <dc:creator>murtuza_chhatariya</dc:creator>
      <dc:date>2011-09-16T16:56:32Z</dc:date>
    </item>
  </channel>
</rss>

