<?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 Creating the material master data IDOC through ABAP program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-the-material-master-data-idoc-through-abap-program/m-p/3367586#M808138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             I have developed a function module which creates/changes the material in the system, using the data from the legacy system. My requirement is, if the material doesn't get created/updated, I need to create an IDOC and pass all the fields to that IDOC in the program. Can you please give me the details, how should I go ahead with it. Can I have some sample code for doing it. I want to use a standard IDOC type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Also, I am creating classification data for that material. So which IDOC type will suit me better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 08:46:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T08:46:05Z</dc:date>
    <item>
      <title>Creating the material master data IDOC through ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-the-material-master-data-idoc-through-abap-program/m-p/3367586#M808138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             I have developed a function module which creates/changes the material in the system, using the data from the legacy system. My requirement is, if the material doesn't get created/updated, I need to create an IDOC and pass all the fields to that IDOC in the program. Can you please give me the details, how should I go ahead with it. Can I have some sample code for doing it. I want to use a standard IDOC type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Also, I am creating classification data for that material. So which IDOC type will suit me better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 08:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-the-material-master-data-idoc-through-abap-program/m-p/3367586#M808138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T08:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating the material master data IDOC through ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-the-material-master-data-idoc-through-abap-program/m-p/3367587#M808139</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;the configurations which we do for material master is below...we don't give any output for material master,becoz its a master data not transactional data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For distributing master data like material master, vendor master, customer master we have standard transaction codes that are provided by sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bd10(send material master)&lt;/P&gt;&lt;P&gt;Bd12(send customer master)&lt;/P&gt;&lt;P&gt;Bd14(send vendor master)&lt;/P&gt;&lt;P&gt;Bd30(bom&amp;#146;s) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of Tcodes are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bd54 (creating logical systems)&lt;/P&gt;&lt;P&gt;Scc4 (assigning logical systems )&lt;/P&gt;&lt;P&gt;Sm59 (rfc destination)&lt;/P&gt;&lt;P&gt;We81 ( message type) &lt;/P&gt;&lt;P&gt;We30 ( idoc type)&lt;/P&gt;&lt;P&gt;We31 ( segment type)&lt;/P&gt;&lt;P&gt;We82 (linking message type and idoc type)&lt;/P&gt;&lt;P&gt;We21 (creating port)&lt;/P&gt;&lt;P&gt;We20 (partner profiles)&lt;/P&gt;&lt;P&gt;Bd64 (Distribution model)&lt;/P&gt;&lt;P&gt;Bd10 (material master)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: material master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type: matmas.&lt;/P&gt;&lt;P&gt;Idoc type: matmas05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 09:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-the-material-master-data-idoc-through-abap-program/m-p/3367587#M808139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T09:03:28Z</dc:date>
    </item>
  </channel>
</rss>

