<?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: Problem with authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742136#M1301787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Can you just try running transaction SU53 after the error to check which authorisations were passed and which resulted in errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2009 08:41:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-08T08:41:21Z</dc:date>
    <item>
      <title>Problem with authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742134#M1301785</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 have the following problem;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the same user executing the same FM from two different programs.&lt;/P&gt;&lt;P&gt;In one it gives me a mistake and in other one not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM does one;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'SWO1' USING bdcdata&lt;/P&gt;&lt;P&gt;                   OPTIONS FROM opt&lt;/P&gt;&lt;P&gt;                   MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put a break-point in this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I push F5 in one one executes me correctly, in other one jumps the following mistake;&lt;/P&gt;&lt;P&gt; "you are not authorized to use transaction SWO1."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal tables bdcdata and opt contain exactly the same thing in both cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can it be that executing with the same user me of mistake of authorization in one and in other one not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 08:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742134#M1301785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T08:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742135#M1301786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;conatct BASIS and ask them to give authorization for SW01. they will do it . In debugging it alllows execution if there is no authority-check inside the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 08:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742135#M1301786</guid>
      <dc:creator>gautam_totekar</dc:creator>
      <dc:date>2009-06-08T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742136#M1301787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Can you just try running transaction SU53 after the error to check which authorisations were passed and which resulted in errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 08:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742136#M1301787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T08:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742137#M1301788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already I had executed the transaction su53 before and after the F5 in the break-point to the call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have seen that really does not have authorization for the transaction SWO1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might put on it, but what I do not understand is;&lt;/P&gt;&lt;P&gt;Why from a program does it work and from other one not? He is the same user and therefore he has the same authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, from the program that works if I go to su53 it does not say that he lacking authorization to swo1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is super strange.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742137#M1301788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742138#M1301789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the table TCDCOUPLES from SE97.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 06:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-authorization/m-p/5742138#M1301789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T06:33:26Z</dc:date>
    </item>
  </channel>
</rss>

