<?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 authorization to cs02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426231#M204299</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;I am calling transaction cs02 in a report. After developing i observed that few users don't have authorization to this transaction cs02. Now i should make this report to work for all without any authorization problems. I need to do it programatically without creating or adding authorization objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jaffer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 06:30:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-24T06:30:04Z</dc:date>
    <item>
      <title>authorization to cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426231#M204299</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;I am calling transaction cs02 in a report. After developing i observed that few users don't have authorization to this transaction cs02. Now i should make this report to work for all without any authorization problems. I need to do it programatically without creating or adding authorization objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jaffer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 06:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426231#M204299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T06:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: authorization to cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426232#M204300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vali , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      call function 'AUTHORITY_CHECK_TCODE'&lt;/P&gt;&lt;P&gt;        exporting&lt;/P&gt;&lt;P&gt;          tcode  = 'YSCC'&lt;/P&gt;&lt;P&gt;        exceptions&lt;/P&gt;&lt;P&gt;          ok     = 0&lt;/P&gt;&lt;P&gt;          not_ok = 2.&lt;/P&gt;&lt;P&gt;      if sy-subrc eq 2.&lt;/P&gt;&lt;P&gt;        message e077(s#) with 'YSCC'. " No authorization to transaction&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        call transaction 'YSCC'.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : U cannt skip SAP Authorization Checks, Users are able to see the Screen of CS02,but they cannt Do the transactions in that Screen.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BAPI also do the same thing ?&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prabhu Peram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 06:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426232#M204300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T06:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: authorization to cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426233#M204301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to have the required authorization object for CS02 assigned to the users. It is not possible to have users execute a transaction when they dont have access to the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the required authorization object, have the user run cs02, and once the error message appears, type /nSU53 in the  command box. This should give you a list of the missing authorizations.&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;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 06:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426233#M204301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: authorization to cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426234#M204302</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;U have to create authorization object using TXN-SU21 and then assign this to the profile in TXN-SU03 with authorizations... then assign the profile in TXN-SU01 in change mode section profiles u have to do this its not possible without creating all these!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 07:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426234#M204302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T07:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: authorization to cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426235#M204303</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 need alternate way such as 'BAPI' or direct input for this transaction cs02 which will bypass the Authoriy check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 08:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426235#M204303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T08:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: authorization to cs02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426236#M204304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to play around with these FMs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSAP_MAT_BOM_CREATE&lt;/P&gt;&lt;P&gt;CSAP_MAT_BOM_MAINTAIN&lt;/P&gt;&lt;P&gt;BAPI_BOM_UPLOAD_SAVE&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;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 09:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-to-cs02/m-p/1426236#M204304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T09:28:48Z</dc:date>
    </item>
  </channel>
</rss>

