<?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: Blocking users to create certain PO types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158260#M1515509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain the authorization object method......I need the user exit or BADI name where I can write the authorization check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Aug 2010 10:13:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-02T10:13:23Z</dc:date>
    <item>
      <title>Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158258#M1515507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to block a user from creating certain purchase order types? Which user exit I should write the authorization check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158258#M1515507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158259#M1515508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the list of PO types which needed to be block for certain types of user, you can acheiv this by two way below:&lt;/P&gt;&lt;P&gt;1) use an Implicit enhancment within PO Creation Program and just read the User(SY-UNAME) and PO Type.If require then block it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can bulid or use a Authorization Object and assigned it to required User Profile and assigned them Role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 09:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158259#M1515508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T09:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158260#M1515509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain the authorization object method......I need the user exit or BADI name where I can write the authorization check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 10:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158260#M1515509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T10:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158261#M1515510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below method for authorization check&lt;/P&gt;&lt;P&gt;    authority-check object 'Q_QMEL'&lt;/P&gt;&lt;P&gt;             id 'QMART'    field i_qmart&lt;/P&gt;&lt;P&gt;             id 'TCD'      field i_tcode&lt;/P&gt;&lt;P&gt;             id 'WERKS'    dummy.&lt;/P&gt;&lt;P&gt;Please check if Standard Authorization Object is not available then please create the custome one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 10:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158261#M1515510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158262#M1515511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; How to block a user from creating certain purchase order types? Which user exit I should write the authorization check?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don;t have to write any code for this, sap standard authority object M_BEST_BSA (Document Type in Purchase Order) is checked against activity 01 (Create or generate) and document type before user can create a PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request Basis consultant or the person who modify roles in your company/project to identify and modify role(s) for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Aug 2, 2010 5:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 12:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158262#M1515511</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2010-08-02T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158263#M1515512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to block certain users for creating , changing and displaying PO document type field (EKKO-BSART) . The authorization object M_BEST_BSA will be helpful for this requirement or do I need to create my own Authorization object and call in User exit? Please help me in finding the user exit for this. Transaction codes are ME21N ,ME22N, ME23N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 04:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158263#M1515512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T04:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking users to create certain PO types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158264#M1515513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found an include ZXMO6U43 in which I tried writing some code and while creating the PO in ME21N , that part of code worked. But I am not sure whether this is the correct one or not. Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 05:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-users-to-create-certain-po-types/m-p/7158264#M1515513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T05:03:51Z</dc:date>
    </item>
  </channel>
</rss>

