<?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: copy material master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527270#M241321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC processing will only make your head hurt(really bad).  Lets move forward with the BAPI.  The below link shows how to copy a material from one plant to another, you would need to follow this same lines.  You need to get all of the info for the reference material and fill the BAPI structures accordingly, then replace the material number with the new material.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 23:19:58 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-08-07T23:19:58Z</dc:date>
    <item>
      <title>copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527263#M241314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to copy a material with refrence to another material.all the sales org and plants and all the other detials are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone pelase let me know any function module or BAPI for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 02:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527263#M241314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T02:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527264#M241315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use the function module, MATERIAL_MAINTAIN_DARK, or the BAPI, BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do this manually using MM17, or MM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 02:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527264#M241315</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-07T02:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527265#M241316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using using it,, but its not working properly, could  please get me a smaple of code so that  i can try it out and see..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my development,Actually this is one of the process, i need to change the material no by concatinating the refernce material no with SUB, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if suppose i want to copy a material 1234 to another material then the material which is duplicated should contain its no as 1234/DUP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is also  a back ground process,, i am liitle bit confused and worried.Please let me know a way to acheive this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 02:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527265#M241316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T02:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527266#M241317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using using it,, but its not working properly, could  please get me a smaple of code so that  i can try it out and see..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my development,Actually this is one of the process, i need to change the material no by concatinating the refernce material no with SUB, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if suppose i want to copy a material 1234 to another material then the material which is duplicated should contain its no as 1234/DUP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is also  a back ground process,, i am liitle bit confused and worried.Please let me know a way to acheive this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 02:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527266#M241317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T02:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527267#M241318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 23:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527267#M241318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T23:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527268#M241319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tina,  which solution are you going with?  The BAPI is probably the best way to go programmatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 23:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527268#M241319</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-07T23:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527269#M241320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a material using this bapi fucntion by haveing a reference material to be copied, but i was not able to achieve this task.(programatically)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or shall i go with BDC Process,, let me know your suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 23:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527269#M241320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T23:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527270#M241321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC processing will only make your head hurt(really bad).  Lets move forward with the BAPI.  The below link shows how to copy a material from one plant to another, you would need to follow this same lines.  You need to get all of the info for the reference material and fill the BAPI structures accordingly, then replace the material number with the new material.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 23:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527270#M241321</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-07T23:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: copy material master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527271#M241322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support,let me try doing this  and let you know how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 23:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-material-master/m-p/1527271#M241322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T23:25:43Z</dc:date>
    </item>
  </channel>
</rss>

