<?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: Authorization object for material division in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050615#M968227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by division......you can restrict access to display materials in a few ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have materials assigned to company codes &amp;amp; don't want people to see material data for different comp codes then you can use M_MATE_BUK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also group Materials into Types (by putting auth group into a material).  In that case, you can use M_MATE_MAR to control access to these types.  As you have control over what auth groups are assigned to what materials, you can group them in a way which reflects how you want to restrict them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 12:41:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T12:41:43Z</dc:date>
    <item>
      <title>Authorization object for material division</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050614#M968226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there an authorization object in SAP that can be used to restrict a user from seeing all materials in SAP, meaning when a user goes to MM03, the user will only see certain materials with a different division than the others?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050614#M968226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T12:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for material division</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050615#M968227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by division......you can restrict access to display materials in a few ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have materials assigned to company codes &amp;amp; don't want people to see material data for different comp codes then you can use M_MATE_BUK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also group Materials into Types (by putting auth group into a material).  In that case, you can use M_MATE_MAR to control access to these types.  As you have control over what auth groups are assigned to what materials, you can group them in a way which reflects how you want to restrict them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050615#M968227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for material division</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050616#M968228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer!&lt;/P&gt;&lt;P&gt;The materials I would like to restrict have the same company code and the same material type as other materials, so I cannot use these 2 criteria to restrict the authorization for viewing these materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that's different would be the storage location, the division, the material group and the profit center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cannot find an authorization object for those criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050616#M968228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for material division</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050617#M968229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can also restrict on object  M_MATE_STA       &lt;/P&gt;&lt;P&gt;status field&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050617#M968229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for material division</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050618#M968230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I'm aware there are no other alternative objects checked.  You might be able to do something with classifications (there might be something in the search) but I've not looked into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another alternative is to use a user exit or enhancement point to put in additional validation on the selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 13:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-material-division/m-p/4050618#M968230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T13:38:00Z</dc:date>
    </item>
  </channel>
</rss>

