<?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: Problem with calling MB1A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428901#M1647366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;M7 060 message gives the material document number back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2012 14:17:59 GMT</pubDate>
    <dc:creator>JL23</dc:creator>
    <dc:date>2012-01-04T14:17:59Z</dc:date>
    <item>
      <title>Problem with calling MB1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428898#M1647363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run my bdc in dev it's working finebut in production showing error.&lt;/P&gt;&lt;P&gt;I use call transaction mb1a via a bdc but we could not capture the document number.&lt;/P&gt;&lt;P&gt; when i run my bdc in mode A.&lt;/P&gt;&lt;P&gt;In first screen a waring message document /posting dates in different fiscal year.&lt;/P&gt;&lt;P&gt;then after press enter it goes to next screen and then after three screen it showing &lt;/P&gt;&lt;P&gt;a information messaage is you do not have authorization to choose a profile with class type 300.&lt;/P&gt;&lt;P&gt;then show raise_exception.&lt;/P&gt;&lt;P&gt;  code are below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  clear lv_mblnr.&lt;/P&gt;&lt;P&gt;loop at messtab.&lt;/P&gt;&lt;P&gt;  if messtab-msgid = 'M7' and messtab-msgnr = 060.&lt;/P&gt;&lt;P&gt;    lv_mblnr = messtab-msgv1.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;in msgnr itab show 300 300 eror.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MB1A' USING i_bdc MESSAGES INTO i_msgtab&lt;/P&gt;&lt;P&gt;MODE 'N'&lt;/P&gt;&lt;P&gt;UPDATE 'S'.&lt;/P&gt;&lt;P&gt;why this is happening?&lt;/P&gt;&lt;P&gt;Please quick response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 13:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428898#M1647363</guid>
      <dc:creator>former_member342104</dc:creator>
      <dc:date>2012-01-04T13:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calling MB1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428899#M1647364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;class type 300 is variant configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you have a material with variant config in your DEV system? Let your functional create one in DEV so that you can test the same case there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And of course the one who executes the report must have the proper authority. before this is not in place, it is not really worth to speculate about any other solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 13:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428899#M1647364</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2012-01-04T13:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calling MB1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428900#M1647365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank's for reply.&lt;/P&gt;&lt;P&gt; Can you tell me why we using M7 and 060&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428900#M1647365</guid>
      <dc:creator>former_member342104</dc:creator>
      <dc:date>2012-01-04T14:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calling MB1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428901#M1647366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;M7 060 message gives the material document number back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428901#M1647366</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2012-01-04T14:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with calling MB1A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428902#M1647367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message CU / 076 - "You do not have authorization to choose a profile with class type 300", comes for configurable materials &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user id you are using to run the BDC on MB1A in production must be missing the authorization object C_TCLA_BKA which is used to assign class types a user is authorized to process. Ask your basis team to assign value for class type (KLART) = 300 in the authorization object and assign it to the user security role, to overcome this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some information about class type 300:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&amp;lt;&amp;lt; Moderator message - Cut and paste response from &lt;SPAN __jive_macro_name="thread" id="1384686"&gt;&lt;/SPAN&gt; removed. Plagiarism is not allowed in SCN &amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Jan 4, 2012 10:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-calling-mb1a/m-p/8428902#M1647367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T14:41:51Z</dc:date>
    </item>
  </channel>
</rss>

