<?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: Production order Data Migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249032#M775666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM (Function group COXT) + BDC was used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2009 09:17:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-21T09:17:05Z</dc:date>
    <item>
      <title>Production order Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249028#M775662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to migrate the Production order data.&lt;/P&gt;&lt;P&gt;I have the header, item and operations data in the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to create Production orders for the materials given in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked there is a FM CO_XT_ORDER_CREATE, IDOC LOIPRO (Message type) for doing this.  I want to know which will be best method of doing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i create a production order in CO01, it brings in the components and operations automatically.  If i want to do any validations on those , how can I do it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally how the production order migration will be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Balaji on Dec 31, 2007 4:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 11:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249028#M775662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Production order Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249029#M775663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BAPI_PRODORD_CREATE to create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use BAPI_PRODORD_CREATE_FROM_REF to create aprod ord with reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look into Business o bject BUS2005 for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 16:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249029#M775663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T16:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Production order Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249030#M775664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the BAPIs are not found in 4.6c system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other BAPI or IDOC which I can use in LSMW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 14:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249030#M775664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T14:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Production order Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249031#M775665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BAPIs mentioned in the answer are not available in 4.6C. Can they be added to 4.6C without alot of effort?&lt;/P&gt;&lt;P&gt;I have a clent that needs this functionality and is thinking about creating their own modificatrion to do the same as the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Gagliardi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 16:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249031#M775665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T16:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Production order Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249032#M775666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM (Function group COXT) + BDC was used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 09:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249032#M775666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Production order Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249033#M775667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi balaji/guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a production order using some BAPI or Function module...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use BAPI_PRODORD_CREATE....But the problem is..i can just add one material..i mean one item/component..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is i will be having a main material and will add the sub components or Co products..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any information about the BAPI or function module ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-order-data-migration/m-p/3249033#M775667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T15:29:28Z</dc:date>
    </item>
  </channel>
</rss>

