<?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: Unable to Activate AMDP Method - Authorization issue with Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660522#M28735</link>
    <description>&lt;P&gt;OK. After some more research I'm thinking that it might be because _SYS_REPOs Object Privilege for Schema SAPABAP1 Grantor SYSTEM does not have CREATE ANY Privilege? &lt;/P&gt;
  &lt;P&gt;I noticed that under _SYS_REPO Object Privileges there are 2 entries for Schema SAPABAP1? One with Grantor SYSTEM and one with Grantor SAPABAP1. The one with Grantor SAPABAP1 has copious Privileges, but the one with Grantor SYSTEM only has Select &lt;/P&gt;
  &lt;P&gt;1. Why 2 Object Privileges with different Grantors for Schema SAPABAP1 and what does that mean? (Combined Authorizations?)&lt;/P&gt;
  &lt;P&gt;2. Should I just assign "CREATE ANY" to the Schema SAPABAP1 w/Grantor SYSTEM?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 16:26:33 GMT</pubDate>
    <dc:creator>sap_cohort</dc:creator>
    <dc:date>2018-06-06T16:26:33Z</dc:date>
    <item>
      <title>Unable to Activate AMDP Method - Authorization issue with Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660521#M28734</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/159253-amdp-method-auth-issue.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Hi Team, &lt;/P&gt;
  &lt;P&gt;I'm working on a simple AMDP to insert records into a Column Table in my Personal Schema. It looks like the AMDP Method is properly coded, but for some reason, the editor is showing an Authorization Error on the Method. Bizzare to me. &lt;/P&gt;
  &lt;P&gt;The AMDP Method is a call to an existing Procedure or a direct update from a select to a Calc View. &lt;/P&gt;
  &lt;P&gt;I am able to successfully execute the Procedure and Statement in an SQL Console. Maybe it's an ABAP System User issue? I've looked at other AMDP with DML Statements and they don't seem to show any errors on the AMDP Methods. Are there any Heros out there that might have any ideas what direction to head into solving this issue? &lt;/P&gt;
  &lt;P&gt;Let me know if you need any other information to help out! Thanks! - Ken &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 14:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660521#M28734</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2018-06-06T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Activate AMDP Method - Authorization issue with Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660522#M28735</link>
      <description>&lt;P&gt;OK. After some more research I'm thinking that it might be because _SYS_REPOs Object Privilege for Schema SAPABAP1 Grantor SYSTEM does not have CREATE ANY Privilege? &lt;/P&gt;
  &lt;P&gt;I noticed that under _SYS_REPO Object Privileges there are 2 entries for Schema SAPABAP1? One with Grantor SYSTEM and one with Grantor SAPABAP1. The one with Grantor SAPABAP1 has copious Privileges, but the one with Grantor SYSTEM only has Select &lt;/P&gt;
  &lt;P&gt;1. Why 2 Object Privileges with different Grantors for Schema SAPABAP1 and what does that mean? (Combined Authorizations?)&lt;/P&gt;
  &lt;P&gt;2. Should I just assign "CREATE ANY" to the Schema SAPABAP1 w/Grantor SYSTEM?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 16:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660522#M28735</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2018-06-06T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Activate AMDP Method - Authorization issue with Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660523#M28736</link>
      <description>&lt;P&gt;Ok, Narrowed it down a bit so hoping someone can help. &lt;BR /&gt;As soon as I remove DML Insert Statement and DB Proc Call, the authorization error for the method goes away! &lt;BR /&gt;My Method Implementation is defined as follows:&lt;/P&gt;
  &lt;P&gt;method load_pvm by database procedure &lt;BR /&gt;for hdb &lt;BR /&gt;language sqlscript.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Can't an AMDP not defined with READ-ONLY be able to execute DML Statements like inserting records into a table?&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks!&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 18:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660523#M28736</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2018-06-06T18:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Activate AMDP Method - Authorization issue with Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660524#M28737</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Hi Kenneth,&lt;/P&gt;
  &lt;P&gt;please check the SAP note 1899222 - ABAP Managed Database Procedures: Technical prerequisites and let me know the this solved your issue.&lt;/P&gt;
  &lt;P&gt;best regards,&lt;BR /&gt;Ingo&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 08:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660524#M28737</guid>
      <dc:creator>IngoBraeuninger</dc:creator>
      <dc:date>2018-06-07T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Activate AMDP Method - Authorization issue with Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660525#M28738</link>
      <description>&lt;P&gt;Thank You for the feedback. We are on 7.5 so this Note would not be relevant I believe. &lt;/P&gt;
  &lt;P&gt;I should have mentioned this, but was thinking it was more of a authorization issue other than a Note issue.&lt;/P&gt;
  &lt;P&gt;Thanks again. I'll keep looking. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 17:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-activate-amdp-method-authorization-issue-with-method/m-p/660525#M28738</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2018-06-11T17:34:05Z</dc:date>
    </item>
  </channel>
</rss>

