<?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: Authorization for LIFNR? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548549#M249142</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;Try this authorization objects:&lt;/P&gt;&lt;P&gt;F_LFA1_BEK FI         Vendor: Account Authorization&lt;/P&gt;&lt;P&gt;F_LFA1_BUK FI         Vendor: Authorization for Company Codes&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;F_LFA1_GEN&amp;lt;/b&amp;gt; FI         Vendor: Central Data&lt;/P&gt;&lt;P&gt;F_LFA1_GRP FI         Vendor: Account Group Authorization&lt;/P&gt;&lt;P&gt;M_LFM1_EKO MM_E       Purchasing Organization in Vendor Master Record&lt;/P&gt;&lt;P&gt;M_LIBE_EKO MM_E       Vendor Evaluation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code could be like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AUTHORITY-CHECK   OBJECT   'F_LFA1_GEN'
                      ID       'LIFNR' FIELD w_lifnr
                      ID       'ACTVT' FIELD '03'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2006 04:40:20 GMT</pubDate>
    <dc:creator>former_member480923</dc:creator>
    <dc:date>2006-09-04T04:40:20Z</dc:date>
    <item>
      <title>Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548545#M249138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a authorization object with one of the field as LIFNR? we need to check authorizations based on vendor code. pls its urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 03:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548545#M249138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T03:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548546#M249139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not get u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is field called BEGRU(Authorization group) in LFA1.Using that u can find Authorization object from table TBRG(Authorization groups).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 03:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548546#M249139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T03:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548547#M249140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;i need LIFNR in the authorithy check&lt;/P&gt;&lt;P&gt;i am looking for something like this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    AUTHORITY-CHECK   OBJECT   'XXXXXXXXXXX'
                      ID       &amp;lt;b&amp;gt;'LIFNR' FIELD w_lifnr&amp;lt;/b&amp;gt;
                      ID       'ACTVT' FIELD '03'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 03:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548547#M249140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T03:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548548#M249141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so. I think these are the available ones:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;F_LFA1_AEN Vendor: Change Authorization for Certain Fields
F_LFA1_APP Vendor: Application Authorization              
F_LFA1_BEK Vendor: Account Authorization                  
F_LFA1_BUK Vendor: Authorization for Company Codes        
F_LFA1_GEN Vendor: Central Data                           
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 03:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548548#M249141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T03:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548549#M249142</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;Try this authorization objects:&lt;/P&gt;&lt;P&gt;F_LFA1_BEK FI         Vendor: Account Authorization&lt;/P&gt;&lt;P&gt;F_LFA1_BUK FI         Vendor: Authorization for Company Codes&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;F_LFA1_GEN&amp;lt;/b&amp;gt; FI         Vendor: Central Data&lt;/P&gt;&lt;P&gt;F_LFA1_GRP FI         Vendor: Account Group Authorization&lt;/P&gt;&lt;P&gt;M_LFM1_EKO MM_E       Purchasing Organization in Vendor Master Record&lt;/P&gt;&lt;P&gt;M_LIBE_EKO MM_E       Vendor Evaluation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code could be like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AUTHORITY-CHECK   OBJECT   'F_LFA1_GEN'
                      ID       'LIFNR' FIELD w_lifnr
                      ID       'ACTVT' FIELD '03'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 04:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548549#M249142</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-09-04T04:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548550#M249143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;thankyou. there is no LIFNR field in the authorization objects mentioned above. pls check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 04:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548550#M249143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T04:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548551#M249144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, i missed that one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 05:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548551#M249144</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-09-04T05:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for LIFNR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548552#M249145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heng,&lt;/P&gt;&lt;P&gt;Although you have not stated exactly what you are trying to restrict by using the vendor code LIFNR, as far as I know there is no auth object which will allow you to do this.  SAP does provide functionality to check vendors by group as defined by the following objects, hope this helps;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F_LFA1_GRP - Vendor: Account Group Authorization.  This allows the restriction of access to the account groups defined for vendors when they are created and as found in table LFA1-KTOKK, however, to restrict the access this way, all vendors must be defined in an account group.  If a vendor is not in an account group then SAP will pass any changes against that vendor. Examples of Account Groups are;&lt;/P&gt;&lt;P&gt;INCO &amp;#150; Intercompany&lt;/P&gt;&lt;P&gt;EMP &amp;#150; Employee&lt;/P&gt;&lt;P&gt;KRED &amp;#150; Vendor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F_LFA1_BEK - Vendor: Account Authorization.  This authorisation object allows further restriction on the vendor master records for which confirmation can be performed.  This is a configurable field as found in the Account Control section of the Control screen in the vendor master record.  If a value is maintained in this field then any t_code which checks this auth object would need to have that value maintained in it&amp;#146;s role before it will be able to perform actions on that vendor master record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW these are authorisation checks valid for system 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-for-lifnr/m-p/1548552#M249145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T11:28:38Z</dc:date>
    </item>
  </channel>
</rss>

