<?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: BD87 authorization check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/13599557#M2026444</link>
    <description>&lt;P&gt;I am also following this post!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 14:41:16 GMT</pubDate>
    <dc:creator>CameliaLo</dc:creator>
    <dc:date>2024-02-08T14:41:16Z</dc:date>
    <item>
      <title>BD87 authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/9078844#M1704143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="yiv1857203871MsoNormal" style="text-align: left;"&gt;Hello everyone!&lt;/P&gt;&lt;P class="yiv1857203871MsoNormal" style="text-align: left;"&gt;I have a question about bd87 transaction code.&lt;/P&gt;&lt;P class="yiv1857203871MsoNormal" style="text-align: left;"&gt;I need to set BD87 to&amp;nbsp; access only&amp;nbsp; one specific IDoc. S_IDOCMONI&amp;nbsp; authorization object should be able to do this , but in my case this is not the solution- the users still have access to all IDOCS.&amp;nbsp; &lt;/P&gt;&lt;P class="yiv1857203871MsoNormal" style="text-align: left;"&gt;By the authorization trace I've done , I found out that&amp;nbsp; S_IDOCMONI does not checked at all , the only object checked is&amp;nbsp; S_TCODE.&lt;BR /&gt;I also check the Status in SU24 and its defined well:&lt;/P&gt;&lt;P class="yiv1857203871MsoNormal" style="text-align: left;"&gt;object "Proposal" (=Yes) and "Check Indicator" (=Check)&lt;/P&gt;&lt;P class="yiv1857203871MsoNormal" style="text-align: left;"&gt;Do you have any idea why the restriction not working , could it be something else besides authority check failure in the program ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 10:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/9078844#M1704143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-24T10:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: BD87 authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/9078845#M1704144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which release / SP are you on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which type of S_IDOCDEFT authorizations to the users have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 20:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/9078845#M1704144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-24T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: BD87 authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/9078846#M1704145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;In fact there is currently no 'process' authority-check implemented in BD87. But a development request for this functionality exists already for future releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if users should be able to display idocs only, BD87 shall not be granted, but only WE02.&lt;/P&gt;&lt;P&gt;In BD87 the current implementation of the authority check is made in a way that you are allowed to process IDocs only if you have the authorization to display the IDoc. The concept behind is that if you are able to see the application data you should be able to process the IDoc. For the inbound process you have the possibility to remove the authorization to process the application data from the user profile. This way the IDoc will go into error status and can be processed later on by a user with sufficient authorizations.&lt;/P&gt;&lt;P&gt;But as soon the user has display auths for the idoc and s-tcode bd87, he will be able to process the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see also SAP note 1269516&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try this link if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3175859"&gt;http://scn.sap.com/thread/3175859&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;VarunJain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 20:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/9078846#M1704145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-24T20:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: BD87 authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/13599557#M2026444</link>
      <description>&lt;P&gt;I am also following this post!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bd87-authorization-check/m-p/13599557#M2026444</guid>
      <dc:creator>CameliaLo</dc:creator>
      <dc:date>2024-02-08T14:41:16Z</dc:date>
    </item>
  </channel>
</rss>

