<?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: Restrict Post entry in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044234#M1351320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To restrict post access you need to look into the Authorization objects with description starts with "Accounting Document". To be more specific for transaction FB05 (post with clearance) below object with &lt;STRONG&gt;create&lt;/STRONG&gt; activity will provide post access to various option (like customer, vendor, G/L Ac, company code etc).&lt;/P&gt;&lt;P&gt;F_BKPF_BED&lt;/P&gt;&lt;P&gt;F_BKPF_BEK&lt;/P&gt;&lt;P&gt;F_BKPF_BES&lt;/P&gt;&lt;P&gt;F_BKPF_BLA&lt;/P&gt;&lt;P&gt;F_BKPF_BUK&lt;/P&gt;&lt;P&gt;F_BKPF_BUP&lt;/P&gt;&lt;P&gt;F_BKPF_GSB&lt;/P&gt;&lt;P&gt;F_BKPF_KOA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I would like say one more thing as added information. If your actual requirement is to restrict user from posting but providing access to park then that is not possible from authorization point of view. As providing authorization park is required access to above objects with 01 and 77 activity. So restricting access to 01 activity will automatically restrict access to park. If your requirement does not mix with park then you can go ahead as depicted above. But take of other transactions that may require above objects with 01 activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arpan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2009 10:07:07 GMT</pubDate>
    <dc:creator>arpan_paik</dc:creator>
    <dc:date>2009-08-19T10:07:07Z</dc:date>
    <item>
      <title>Restrict Post entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044231#M1351317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to restrcit Post entry option for Particular trasctions? I have 100 roles with these trasactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we restrcit Auth object level or We will go for individual role and deactivate iption 10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2009 11:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044231#M1351317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-09T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Post entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044232#M1351318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How to restrcit Post entry option for Particular trasctions? I have 100 roles with these trasactions.&lt;/P&gt;&lt;P&gt;Which transactions? We're not psychics here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Do we restrcit Auth object level or We will go for individual role and deactivate iption 10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by restricting "auth object level"? If you want to take rights away from users you'll have to change all roles which hold these rights and ar assigned to those users. If "option 10" is the activity to post then you'll have to take that out of each role.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2009 11:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044232#M1351318</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2009-08-09T11:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Post entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044233#M1351319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what authorization object is used to do the post entry. &lt;/P&gt;&lt;P&gt;That can be tracked by the authorization trace in ST01. Make the required change in the particular authorization object for all roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If their is any specific customized program is available for the required task, that can be changed. (though the change requirement is not too clear to me, but this can be another possible way).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandip Maiti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 15:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044233#M1351319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T15:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Post entry</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044234#M1351320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To restrict post access you need to look into the Authorization objects with description starts with "Accounting Document". To be more specific for transaction FB05 (post with clearance) below object with &lt;STRONG&gt;create&lt;/STRONG&gt; activity will provide post access to various option (like customer, vendor, G/L Ac, company code etc).&lt;/P&gt;&lt;P&gt;F_BKPF_BED&lt;/P&gt;&lt;P&gt;F_BKPF_BEK&lt;/P&gt;&lt;P&gt;F_BKPF_BES&lt;/P&gt;&lt;P&gt;F_BKPF_BLA&lt;/P&gt;&lt;P&gt;F_BKPF_BUK&lt;/P&gt;&lt;P&gt;F_BKPF_BUP&lt;/P&gt;&lt;P&gt;F_BKPF_GSB&lt;/P&gt;&lt;P&gt;F_BKPF_KOA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I would like say one more thing as added information. If your actual requirement is to restrict user from posting but providing access to park then that is not possible from authorization point of view. As providing authorization park is required access to above objects with 01 and 77 activity. So restricting access to 01 activity will automatically restrict access to park. If your requirement does not mix with park then you can go ahead as depicted above. But take of other transactions that may require above objects with 01 activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arpan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 10:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-post-entry/m-p/6044234#M1351320</guid>
      <dc:creator>arpan_paik</dc:creator>
      <dc:date>2009-08-19T10:07:07Z</dc:date>
    </item>
  </channel>
</rss>

