<?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: RFC Authorizations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345011#M174033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you consult your security/basis person to know what authorization object is assigned to MDM1 level and then your program check the authority by CALL AUTHORITY-OBJECT statement (check value of sy-subrc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 14:33:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-06T14:33:00Z</dc:date>
    <item>
      <title>RFC Authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345010#M174032</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;I am working on an interface where i need to do some validations, To be precise from CC01/2 transaction user enters values for 3 characteristics and these values need to be validated from an external system, a sql server residing on our company intranet. if these values does not exist in external system for those characteristics, i need to display an error message. But if the user who's entering those values in CC01/2 belongs to the MDM1 level one role with in master data management workflow the error message should not be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my doubt here is how can i check the autorization level of the user that he is MDM1 level one or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear with my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me your responces ASAP, its an urgent requirement for me. Helpful answers will be rewarded with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peice of code will be very helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 14:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345010#M174032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T14:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345011#M174033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you consult your security/basis person to know what authorization object is assigned to MDM1 level and then your program check the authority by CALL AUTHORITY-OBJECT statement (check value of sy-subrc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 14:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345011#M174033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Authorizations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345012#M174034</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 do the following things&lt;/P&gt;&lt;P&gt;-Trace the authorization check by tr. ST01&lt;/P&gt;&lt;P&gt;-Run this RFC trace transaction or program to make sure where its failing. ( &amp;lt;b&amp;gt;TR.S_ALR_87101279       RFC Trace&amp;lt;/b&amp;gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, once you&amp;#146;ll get authorization object from either of the above two transaction. &lt;/P&gt;&lt;P&gt;you can see its values in table AGR_1251 . You can also see roles and user in AGR_USERS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you&amp;#146;ll find certain users doesn&amp;#146;t have authorization, you can assign authorization to the role in Tr.PFCG . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check SU93 for users. ( for missing authorization and object ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see different group of authorization report in Tr.SUIM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this&amp;#146;ll give you idea!!&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;P.S award the points.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib Khan&lt;/P&gt;&lt;P&gt;"Some are wise and some are otherwise"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 14:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-authorizations/m-p/1345012#M174034</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-06-06T14:58:11Z</dc:date>
    </item>
  </channel>
</rss>

