<?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: BAPI to copy BOM object dependencies in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524080#M18956</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;Thanks to all for giving quick reply.&lt;/P&gt;
  &lt;P&gt;I got the solution there are 3 parameters that I have to pass while creating&lt;/P&gt;
  &lt;P&gt; Identifier ,Object_id = '2' and make dep_inter empty in dependency structure.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 10:56:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-12-04T10:56:53Z</dc:date>
    <item>
      <title>BAPI to copy BOM object dependencies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524076#M18952</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;I've had to create a program to copy (or extend) BOMs to other plants, like CS01 transactions.&lt;/P&gt;
  &lt;P&gt;I Used CSAP_MAT_BOM_READ and CSAP_MAT_BOM_CREATE FM's. But the problem is that this functions cannot handle object dependencies. (field STPO-KNOBJ )&lt;/P&gt;
  &lt;P&gt;Please help me on that.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Ashok.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 05:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524076#M18952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-04T05:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to copy BOM object dependencies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524077#M18953</link>
      <description>&lt;P&gt;AFAIK CSAP_MAT_BOM_CREATE or BAPI_MATERIAL_BOM_GROUP_CREATE don't handle object dependencies (cf. &lt;A href="https://launchpad.support.sap.com/#/notes/545676"&gt;545676 - FAQ BOM data transfer&lt;/A&gt;)&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;" Note that the function module can create only material BOMs without object dependencies.The interface of BAPI_MATERIAL_BOM_GROUP_CREATE does  not contain any structure in which object dependencies can be assigned since the EWB modules called to create the BOMS cannot handle object dependencies.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;However you may have to rely on good old FM of group CSBI and CSBC...&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 06:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524077#M18953</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-12-04T06:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to copy BOM object dependencies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524078#M18954</link>
      <description>&lt;P&gt;I second &lt;SPAN class="mention-scrubbed"&gt;raymond.giuseppi&lt;/SPAN&gt; with FM of group CSBI and CSBC. If you want some extra functionality and don't want to use "non-released" FMs, couldn't find the functionality you need (in classes, FMs) or to dig into SAP code, &lt;STRONG&gt;as a final way out&lt;/STRONG&gt; you can use transaction &lt;A href="http://sapbrainsonline.com/bdc-tutorial/sap-record-transaction-using-tcode-shdb.html"&gt;SHDB&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 07:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524078#M18954</guid>
      <dc:creator>iftah_peretz</dc:creator>
      <dc:date>2017-12-04T07:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to copy BOM object dependencies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524079#M18955</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/262235/ashokgon.html"&gt;Ashok&lt;/A&gt;,&lt;/P&gt;
  &lt;P&gt;A possibility is to use FM's in the CUKD function group (for instance, CUKD_HAS_RELATIONS and CUKD_COPY_ALLOCATION).&lt;BR /&gt;Moreover, BoM and routing should better be created / changed following the OSS note 488765 - 'Do it yourself EWB programming'.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Thank you and bye,&lt;/P&gt;
  &lt;P&gt;Flavio&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524079#M18955</guid>
      <dc:creator>Flavio</dc:creator>
      <dc:date>2017-12-04T10:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to copy BOM object dependencies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524080#M18956</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;Thanks to all for giving quick reply.&lt;/P&gt;
  &lt;P&gt;I got the solution there are 3 parameters that I have to pass while creating&lt;/P&gt;
  &lt;P&gt; Identifier ,Object_id = '2' and make dep_inter empty in dependency structure.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-copy-bom-object-dependencies/m-p/524080#M18956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-04T10:56:53Z</dc:date>
    </item>
  </channel>
</rss>

