<?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: Auth Object S_Program - why exclusive auth for submit when auth is available for variant? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887877#M1688725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workbench is not a "type" of transaction. By Workbench transactions, I meant transaction codes used to call ABAP workbench tools individually. Easiest way to find all workbench transactions is to go to SAP Menu and traverse to subfolders &lt;EM&gt;Tools--&amp;gt; ABAP Workbench.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2012 08:14:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-03T08:14:31Z</dc:date>
    <item>
      <title>Auth Object S_Program - why exclusive auth for submit when auth is available for variant?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887873#M1688721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to understand the usage of S_Program. And how it works. &lt;/P&gt;&lt;P&gt;It has 2 fields :&amp;nbsp; P_ACTION,&amp;nbsp; P_GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_ACTION - says values as&lt;/P&gt;&lt;P&gt;Variant : Maintain variants and executive ABAP program&lt;/P&gt;&lt;P&gt;Submit : Execute ABAP Program. &lt;/P&gt;&lt;P&gt;BTCSubmit : Schedule program for background processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_GROUP - values for auth group - which we could add. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acc to the above, if a role has this auth object S_Program&lt;/P&gt;&lt;P&gt;With values as Variant&lt;/P&gt;&lt;P&gt;And authgroup z_one, assigned, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding, this implies automatically for the auth group z_one, submit authorisation will also be available, if variant authorisation is given. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when we check the authorisations, end users very often get missing authorisation for submit for auth group z_one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this so. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if we also give submit option, explicitly, it works. And there are no errors from end users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to understand as to why the system is asking for submit authorisation when variant authorisation is already available. &lt;/P&gt;&lt;P&gt;Am i missing something anywhere. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me understand this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;indu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 09:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887873#M1688721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-02T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Auth Object S_Program - why exclusive auth for submit when auth is available for variant?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887874#M1688722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_ACTION=VARIANT allows user to maintain variants for programs and only execute them via their variants thru' transaction like SM37 or SA38 or shortcuts. However, if program is to be executed thru' workbench transactions like SE38, then P_ACTION= SUBMIT is necessary. Hope this clarifies.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 10:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887874#M1688722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-02T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Auth Object S_Program - why exclusive auth for submit when auth is available for variant?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887875#M1688723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandipan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for the inputs. &lt;/P&gt;&lt;P&gt;I shall discuss these with the developers. And understand.&lt;/P&gt;&lt;P&gt;Because these are Z programs / Z auth groups / z transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;indu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 06:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887875#M1688723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Auth Object S_Program - why exclusive auth for submit when auth is available for variant?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887876#M1688724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandipan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one more question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Workbench"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Workbench&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my basic understanding : No 2 programs can have the same tcode. &lt;/P&gt;&lt;P&gt;And you could have a tcode, to run a program which may not call a work bench.&lt;/P&gt;&lt;P&gt;And also not all programs run thro SE38.&amp;nbsp; (Or use that work bench engine(?))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what i wish to understand is : how do you define (or differentiate )a transaction to be a work bench. or non workbench transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;you could share some inputs please that would be helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;indu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 07:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887876#M1688724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T07:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Auth Object S_Program - why exclusive auth for submit when auth is available for variant?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887877#M1688725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workbench is not a "type" of transaction. By Workbench transactions, I meant transaction codes used to call ABAP workbench tools individually. Easiest way to find all workbench transactions is to go to SAP Menu and traverse to subfolders &lt;EM&gt;Tools--&amp;gt; ABAP Workbench.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 08:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887877#M1688725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T08:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Auth Object S_Program - why exclusive auth for submit when auth is available for variant?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887878#M1688726</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;Thank you for the info and for the clarified response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;indu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 09:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auth-object-s-program-why-exclusive-auth-for-submit-when-auth-is-available/m-p/8887878#M1688726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-03T09:00:21Z</dc:date>
    </item>
  </channel>
</rss>

