<?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: MM02 Authorisations issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902499#M682647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't you use your Z program in background. So that the EU will set a background job and will set user as BATCHUSER or any background user which has full authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 14:28:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-22T14:28:10Z</dc:date>
    <item>
      <title>MM02 Authorisations issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902498#M682646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping you can assist me with an authorisations issue I am facing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End-users are using a Z bespoke material upload program. In order to run the program they need full authorisations to all views in MM02 as the upload program uses this transaction in a BDC Call. However they currently have restrictions on certain views in MM02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find a way that allows them to run the program but prevents them from getting full access to all the views in MM02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Philip Johannesen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 14:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902498#M682646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T14:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 Authorisations issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902499#M682647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't you use your Z program in background. So that the EU will set a background job and will set user as BATCHUSER or any background user which has full authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 14:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902499#M682647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 Authorisations issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902500#M682648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. The issue with sending it to a batch user is there are authorisations around the EU's SAP ID. These prevent the user from copying materials to certain plants. So I have to take these into account when they run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Philip Johannesen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 12:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902500#M682648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 Authorisations issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902501#M682649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A wild solution ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Wrapper program with same interface as the current &lt;/P&gt;&lt;P&gt;program. It will do the authorization check , which you have mentioned.&lt;/P&gt;&lt;P&gt;To prevent the user from copying material to certain plants.&lt;/P&gt;&lt;P&gt;Call the Program that create the views in the material using SUBMIT VIA JOB and pass the BATCHUSER &lt;/P&gt;&lt;P&gt;in the submit statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek Jolly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 12:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902501#M682649</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-10-24T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: MM02 Authorisations issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902502#M682650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Yes that idea had passed through my mind. I was hoping there was a neater way to do it but I think it may be the only option left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Philip Johannesen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 14:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mm02-authorisations-issue/m-p/2902502#M682650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T14:15:41Z</dc:date>
    </item>
  </channel>
</rss>

