<?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: ECN    :: using FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959176#M394460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Madhan....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This really helped me to solve the issue... and your suggestion is working.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :: 10 points for the above solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2007 12:35:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-09T12:35:02Z</dc:date>
    <item>
      <title>ECN    :: using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959174#M394458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a change number.. using the FM , ccap_ecn_create . &lt;/P&gt;&lt;P&gt;I am able to create the change number. How to add the materials and Material BOM's during the creation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 10:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959174#M394458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T10:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: ECN    :: using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959175#M394459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the ccap_ecn_create  Function module, you need to pass values to the following &lt;/P&gt;&lt;P&gt;Export paramaters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object_bom&lt;/P&gt;&lt;P&gt;object_mat&lt;/P&gt;&lt;P&gt;object_bom_mat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values to be passed are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object_bom-active = 'X'.&lt;/P&gt;&lt;P&gt;  object_bom-obj_requ = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND object_bom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  object_bom_mat-active = 'X'.&lt;/P&gt;&lt;P&gt;  object_bom_mat-obj_requ = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND object_bom_mat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  object_mat-active = 'X'.&lt;/P&gt;&lt;P&gt;  object_mat-obj_requ = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND object_mat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most importantly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to pass values to &lt;/P&gt;&lt;P&gt; objmgrec TABLES parameter of Function module&lt;/P&gt;&lt;P&gt;Value to be passed is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   objmgrec-chg_objtyp = '1'.&lt;/P&gt;&lt;P&gt;      objmgrec-bom_cat    = 'M'.&lt;/P&gt;&lt;P&gt;      objmgrec-bom_usage  = Pass BOM Usage.&lt;/P&gt;&lt;P&gt;      objmgrec-material = Pass Parent Material.&lt;/P&gt;&lt;P&gt;      objmgrec-plant    = Pass Plant if you have any.&lt;/P&gt;&lt;P&gt;      APPEND objmgrec.&lt;/P&gt;&lt;P&gt;      CLEAR objmgrec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are create ECO for material revision change, than pass values as fallows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     objmgrec-chg_objtyp = '4'.&lt;/P&gt;&lt;P&gt;    objmgrec-material =Material to be modified.&lt;/P&gt;&lt;P&gt;    APPEND objmgrec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope the above should work, since it has worked for us.&lt;/P&gt;&lt;P&gt;Please let me know, if you have any clarifications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan Doraikannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 11:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959175#M394459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: ECN    :: using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959176#M394460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Madhan....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This really helped me to solve the issue... and your suggestion is working.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :: 10 points for the above solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 12:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecn-using-fm/m-p/1959176#M394460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T12:35:02Z</dc:date>
    </item>
  </channel>
</rss>

