<?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: help with M_EINF_WRK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842137#M357768</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;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AUTHORITY-CHECK OBJECT 'M_EINF_WRK' 
    ID 'WERKS' FIELD '0002' 
    ID 'ACTVT' FIELD '02'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to work with security/basis for roles enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2007 15:31:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-11T15:31:31Z</dc:date>
    <item>
      <title>help with M_EINF_WRK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842136#M357767</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 want to know whether M_EINF_WRK IS TO CHECK WHETHER THE USER HAS A CCESS TO A PARTICULAR PLANT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this from f1 help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say if i don't have the access to a particular plant, how can i add it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know it can be done by using roles but i don't know to what role this auth object is attached to o&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets we have four plants say p1,p2,p3,p4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need access to p1 and p2 only and iam using this auth object in the code and where should i go inorder to get acess for p1 and p2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kajol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 15:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842136#M357767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: help with M_EINF_WRK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842137#M357768</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;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AUTHORITY-CHECK OBJECT 'M_EINF_WRK' 
    ID 'WERKS' FIELD '0002' 
    ID 'ACTVT' FIELD '02'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to work with security/basis for roles enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 15:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842137#M357768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T15:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: help with M_EINF_WRK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842138#M357769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'M_EINF_WRK' &lt;/P&gt;&lt;P&gt;    ID 'WERKS' FIELD '0002' &lt;/P&gt;&lt;P&gt;    ID 'ACTVT' FIELD '02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will this code but does werks field 0002 refer too.&lt;/P&gt;&lt;P&gt;i know actvt 01 is for creation,02 for change etc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for werks .do that mean each plant is assigned a number or what .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have plant in my company as abc , def (for ex) but we don't have plants like 0001 0002.&lt;/P&gt;&lt;P&gt;let me know what iam thing is right .they will assign abc to 0001 and  def to 0002 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to check to which plant iam authorised to how should i do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 16:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842138#M357769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T16:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: help with M_EINF_WRK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842139#M357770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run function module SUSR_USER_AUTH_FOR_OBJ_GET&lt;/P&gt;&lt;P&gt;It is very simple: GIve your user name and the authorization object.&lt;/P&gt;&lt;P&gt;In return you will get values assinged to the authorization object for your id.&lt;/P&gt;&lt;P&gt;M_EINF_WRK is for Plant in Purchasing Info Record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 16:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842139#M357770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T16:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: help with M_EINF_WRK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842140#M357771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For adding these plants in your authorization ask basis guys to add it using T-code PFCG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 16:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842140#M357771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with M_EINF_WRK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842141#M357772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the output for my user id and sel_object m_einf_wrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJCT      AUTH         FIELD      VON &lt;/P&gt;&lt;P&gt;                                       &lt;/P&gt;&lt;P&gt;M_EINF_WRK &amp;amp;_SAP_ALL    ACTVT      *   &lt;/P&gt;&lt;P&gt;M_EINF_WRK &amp;amp;_SAP_ALL    WERKS      *   &lt;/P&gt;&lt;P&gt;M_EINF_WRK M_EINF_WRKAZ ACTVT      03  &lt;/P&gt;&lt;P&gt;M_EINF_WRK M_EINF_WRKAZ WERKS      *   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me wat m_eunf_wrkaz refers to its under the column auth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does the first two columns refer too&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;waiting for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 16:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-m-einf-wrk/m-p/1842141#M357772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T16:54:09Z</dc:date>
    </item>
  </channel>
</rss>

