<?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 in MM02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219228#M767709</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;Thanks a ton for your help.&lt;/P&gt;&lt;P&gt;U guyz were correct that the views will depend on material type.and hence BDC will fail.&lt;/P&gt;&lt;P&gt;So i used the bapi BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;and now its working fine.&lt;/P&gt;&lt;P&gt;Will reward points to u all for u r help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2007 10:09:01 GMT</pubDate>
    <dc:creator>rahul2000</dc:creator>
    <dc:date>2007-12-31T10:09:01Z</dc:date>
    <item>
      <title>Problem in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219223#M767704</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;I have made a BDC for MM02.Here i am facing a problem where for every material the views are in different order,for example-for Material A,purchasing group is 3rd,MRP Controller is 5th 6th and 7th.&lt;/P&gt;&lt;P&gt;and for Material B ,purchasing group is 8rd,MRP Controller is11th 12th and 13th.&lt;/P&gt;&lt;P&gt;since i am using call transaction and if i have done recording based on Material 1,my Material 2 hits the wrong views and hence data does not get updated.&lt;/P&gt;&lt;P&gt;Plz give me some tips.its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 12:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219223#M767704</guid>
      <dc:creator>rahul2000</dc:creator>
      <dc:date>2007-12-29T12:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219224#M767705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Generally the views would change from material type to material type make sure that you take into consideration the material type of the material before changing the material and then write a diff BDC for each of them.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 12:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219224#M767705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T12:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219225#M767706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes this is the senario where your recording fails basically wht u do is u have to keep the recordings for each material type and based on the material type u have to execute the corresponding recording there is no other way for this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to logically call the corresponding recording based on the material type by u r ABAP program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzzz reward if u found i am helpfull to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 14:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219225#M767706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T14:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219226#M767707</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;For Material creation or updates it is generally recommended to use a BAPI as there is a very high probability that the BDC will fail every time there is a screen sequence change / field not displayed on screen for a particular screen. I would thereby suggest changing the loic used and using a BAPI in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Ajith Sivadasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 14:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219226#M767707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219227#M767708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;  One workaround for this would be to record by only selecting the Basic data view in the view selection popup and then select the corresponding tabstrips(view) of your choice inside the MM02 transaction, however the best approach would be to use a BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 16:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219227#M767708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-29T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in MM02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219228#M767709</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;Thanks a ton for your help.&lt;/P&gt;&lt;P&gt;U guyz were correct that the views will depend on material type.and hence BDC will fail.&lt;/P&gt;&lt;P&gt;So i used the bapi BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;and now its working fine.&lt;/P&gt;&lt;P&gt;Will reward points to u all for u r help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 10:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-mm02/m-p/3219228#M767709</guid>
      <dc:creator>rahul2000</dc:creator>
      <dc:date>2007-12-31T10:09:01Z</dc:date>
    </item>
  </channel>
</rss>

