<?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 Document authorization check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217655#M1826237</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 a BAPI call, that being given a pair 'user name' + 'document number' will say whether the user is authorized for at least read access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 09:17:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-02T09:17:25Z</dc:date>
    <item>
      <title>Document authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217655#M1826237</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 a BAPI call, that being given a pair 'user name' + 'document number' will say whether the user is authorized for at least read access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217655#M1826237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-02T09:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Document authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217656#M1826238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which document authorization are we talking about here..? Which tcode you are using to check document... Please provide the complete details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217656#M1826238</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-04-02T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Document authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217657#M1826239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, let say I have a document in that is visible with use of CV04N transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearly, when smb. tries to access (i.e. display) the document, SAP performs some authorization object checks:&lt;/P&gt;&lt;P&gt;C_DRAW_BGR &lt;/P&gt;&lt;P&gt;C_DRAW_TCD &lt;/P&gt;&lt;P&gt;and so on, basing on the profile of that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also probably ACLs are checked if assigned any (in EasyDMS terminology).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my desire is know whether there is a way to perform these checks remotely via BAPI call - passing a user and a document in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me if I can provide more details on my aim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217657#M1826239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-02T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Document authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217658#M1826240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM CV115_PERMISSION_CHECK (Try to set a BREAK-POINT at start and or perform some where-used search)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 13:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217658#M1826240</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-04-02T13:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Document authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217659#M1826241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, am I right that an authorization object (namely S_TCODE, C_DRAW_TCD, etc.) shall be passed to the FM and the check will be performed for the 'current' user only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I somehow check &lt;EM&gt;any&lt;/EM&gt; user I choose whether she has access to a document? In other words, CV115_PERMISSION_CHECK wants from me more information than I have (e.g. I have only doc name, number, type + user name; and I do not have all authorization objects linked to user's profile) and at the same time does not allow me choosing the user to be checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 06:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217659#M1826241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-03T06:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Document authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217660#M1826242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you may copy the FM and add the &lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;[FOR USER user]option.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 07:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/document-authorization-check/m-p/10217660#M1826242</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-04-03T07:56:35Z</dc:date>
    </item>
  </channel>
</rss>

