<?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: Authority Problems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922645#M1148607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;Try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: P_AUTH_CLASSNAME type AQS_CLSNA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PERFORM AUTHORITY_BEGIN(RSAQEXCE).&lt;/P&gt;&lt;P&gt;*PERFORM AUTHORITY(RSAQEXCE) USING 'GLPCT'.&lt;/P&gt;&lt;P&gt;*PERFORM AUTHORITY_END(RSAQEXCE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM AUTHORITY_BEGIN(RSAQEXCE) using p_auth_classname.&lt;/P&gt;&lt;P&gt;PERFORM AUTHORITY(RSAQEXCE) USING 'GLPCT' p_auth_classname.&lt;/P&gt;&lt;P&gt;PERFORM AUTHORITY_END(RSAQEXCE) using p_auth_classname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Syf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2008 08:35:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-17T08:35:46Z</dc:date>
    <item>
      <title>Authority Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922644#M1148606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Authority Problems   &lt;/P&gt;&lt;P&gt;Posted: Dec 16, 2008 6:36 PM       E-mail this message  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If anyone is particularly knowledgeable about how authorizations work in SAP ECC 6.0 please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied a program from an old system ECC 4.6 into ECC 6.0 and got a dump because the parameters had changed in the subroutine Authority_Begin. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in the Functiongroup RSAQEXCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM AUTHORITY_BEGIN &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anfang der Berechtigungsprüfung &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form authority_begin using p_auth_classname type AQS_CLSNA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nicht bei generischen BW Extraktoren &lt;/P&gt;&lt;P&gt;if %memmode = 'D'.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform authority_init using p_auth_classname.&lt;/P&gt;&lt;P&gt;call method iref-&amp;gt;access_authority_begin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform. "AUTHORITY_BEGIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to provide this subroutine, and a few others with p_auth_classname type AQS_CLSNA.&lt;/P&gt;&lt;P&gt;Which as I understand it is jsut the name of the authorization class. Since I only copied the program I have no idea who should or shouldn't be using it and also where to supply the name of this authorization class. Should I create my own authorization in transaction PRGN? OR can I somehow provide the authorization of the person who is calling the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 08:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922644#M1148606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922645#M1148607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;Try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: P_AUTH_CLASSNAME type AQS_CLSNA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PERFORM AUTHORITY_BEGIN(RSAQEXCE).&lt;/P&gt;&lt;P&gt;*PERFORM AUTHORITY(RSAQEXCE) USING 'GLPCT'.&lt;/P&gt;&lt;P&gt;*PERFORM AUTHORITY_END(RSAQEXCE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM AUTHORITY_BEGIN(RSAQEXCE) using p_auth_classname.&lt;/P&gt;&lt;P&gt;PERFORM AUTHORITY(RSAQEXCE) USING 'GLPCT' p_auth_classname.&lt;/P&gt;&lt;P&gt;PERFORM AUTHORITY_END(RSAQEXCE) using p_auth_classname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Syf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 08:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922645#M1148607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Authority Problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922646#M1148608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice! I have solved the problem already though. There was a default class hidden in the comments of the codeing that could be given as a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: John Irving on Dec 19, 2008 11:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 10:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authority-problems/m-p/4922646#M1148608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T10:50:31Z</dc:date>
    </item>
  </channel>
</rss>

