<?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: Missing authorization for plant ' ' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049841#M722042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;transaction code is MCBE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 09:56:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T09:56:25Z</dc:date>
    <item>
      <title>Missing authorization for plant ' '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049838#M722039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User is missing authorization for plant ' '&lt;/P&gt;&lt;P&gt;User trace gives the following missing authorization&lt;/P&gt;&lt;P&gt;Object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M_IS_WERKS RC=4 MCINF=S039;WERKS=' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out to find the meaning of space( ' ' ) in plant or any field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049838#M722039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing authorization for plant ' '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049839#M722040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This means that the system checks if the user is permitted to execute this action without specifying a plant. &lt;/P&gt;&lt;P&gt;This could be a user error, in that case you should instruct the user to fill in the (authorized) plant. &lt;/P&gt;&lt;P&gt;If this is not the case then you should authorize this field (Organizational level!) with the value ' ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lodewijk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049839#M722040</guid>
      <dc:creator>l_borsboom</dc:creator>
      <dc:date>2007-10-26T09:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing authorization for plant ' '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049840#M722041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The program checks whether the user has got the authority for plant &amp;#145;&amp;#146;. &lt;/P&gt;&lt;P&gt;Maybe you are using a report, where you can select a range of plants and enterd &amp;#145;*&amp;#146;. Then all plants are read in table T001W. If there anyhow happens to be an entrance with plant &amp;#145;&amp;#146;, this error will occur. :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*  Prüfung, ob Berechtigung für die Werke existiert
  select * from t001w into table aw_hlp_t001w
                      where werks in aw_werks.

. . .

  loop at aw_hlp_t001w.
    authority-check object 'M_IS_WERKS'
             id 'MCINF' field aw_mcinf
             id 'WERKS' field aw_hlp_t001w-werks.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which transaction/report you are using ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049840#M722041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T09:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing authorization for plant ' '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049841#M722042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;transaction code is MCBE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049841#M722042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T09:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Missing authorization for plant ' '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049842#M722043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;*  Prüfung, ob Berechtigung für die Werke existiert
  SELECT * FROM T001W INTO TABLE AW_HLP_T001W
                      WHERE WERKS IN AW_WERKS.

  DESCRIBE TABLE AW_WERKS LINES SY-TFILL.
  IF SY-TFILL &amp;gt; 0.
    FLG_SELECT = 'X'.
  ENDIF.

 &amp;lt;b&amp;gt; clear aw_hlp_t001w-werks.                       " note 124769, ver.04
  collect aw_hlp_t001w.                           " note 124769, ver.04&amp;lt;/b&amp;gt;
  LOOP AT AW_HLP_T001W.
    AUTHORITY-CHECK OBJECT 'M_IS_WERKS'
             ID 'MCINF' FIELD AW_MCINF
             ID 'WERKS' FIELD AW_HLP_T001W-WERKS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be a reason to add an empty line, which causes the silly authority check. As far as I understand Note 124769 you have got to add  plant ' '. See Note 408003: ."Create an authorization for the authorization object M_IS_WERKS which contains the value WERK =  . Refer to Note 124769."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 13:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049842#M722043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing authorization for plant ' '</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049843#M722044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinita,&lt;/P&gt;&lt;P&gt;After running the tcode when it says you dont have authorisation run tcode SU53.&lt;/P&gt;&lt;P&gt;It will give you the role concerned and the above error regarding Auth obj which you have mentioned.&lt;/P&gt;&lt;P&gt;The logic is in the authorization object M_IS_WERKS you have to add the plant names as configured for yr system. If you put * in place of the werks(plant) name, it means you granted authorisation for all plants.&lt;/P&gt;&lt;P&gt;The role is modified in tcode PFCG. Enter th name of the role and proceed in edit mode. Click the Authorization tab----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Change Authorization data. Then go to utilities -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Set tech names on. Search for auth obj M_IS_WERKS  add the plants name there or put * for all plants.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Pl award suitably.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 10:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-authorization-for-plant/m-p/3049843#M722044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-27T10:19:48Z</dc:date>
    </item>
  </channel>
</rss>

