<?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: Using FM authority_check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189492#M1201020</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;the authority objects are assigned to the user through Roles create in Tcode PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st go to tcode SU01 and check which all roles are assigned to your user. Then check individually in all the roles whether the object M_EINK_FRG  is included in the role or not. You will see the respective values there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2009 10:20:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-25T10:20:13Z</dc:date>
    <item>
      <title>Using FM authority_check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189489#M1201017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have a requirement where user can only view the Purchase Requsition ( in my java application )  which are releasable by them. I am using a customized FM which call the standard FM BAPI_REQUISITION_GETDETAIL. I was told by the MM consultant that i can use this authorization object "M_EINK_FRG ". From wat i've found, this M_EINK_FRG  need is having 2 fields, release group and release code. I am abit confusing bout this..what shd i pass in for this 2 fields if i call the FM 'AUTHORITY_CHECK' ?&lt;/P&gt;&lt;P&gt;I suppose each user is having diff release group and release code? how does it actually works...thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 10:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189489#M1201017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM authority_check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189490#M1201018</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;You need to paas the release group and code of the perticular PO which teh user is trying to Open.&lt;/P&gt;&lt;P&gt;Then system will cross check this (PO rel group and rel code ) agains the one's asiigned or authorized to the user. and the system will given result sy-subrc = 0 if the user has the authority for the PO's relase group and code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prakash Pandey on Feb 25, 2009 11:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 10:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189490#M1201018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM authority_check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189491#M1201019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash Pandey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  thank you for ur explanation.Do you have any idea where i can check about the release group and release code being assigned to the user? thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*points awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 10:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189491#M1201019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T10:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM authority_check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189492#M1201020</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;the authority objects are assigned to the user through Roles create in Tcode PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st go to tcode SU01 and check which all roles are assigned to your user. Then check individually in all the roles whether the object M_EINK_FRG  is included in the role or not. You will see the respective values there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189492#M1201020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM authority_check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189493#M1201021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 10:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm-authority-check/m-p/5189493#M1201021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T10:22:17Z</dc:date>
    </item>
  </channel>
</rss>

