<?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: BOM Creation using BAPI with integrated system PI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423110#M1549580</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;Is there any BAPI to update BOM in T-Code CS02?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 17:09:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-25T17:09:19Z</dc:date>
    <item>
      <title>BOM Creation using BAPI with integrated system PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423108#M1549578</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 situation  where i need to get data from PI integration system to sap for creation of BOM -- Bill Of Material.&lt;/P&gt;&lt;P&gt;(Because a non SAP system is integrate to SAP system with PI integration). after receiving data i need to implement custom logic then pass that data to BOM creation BAPI FM.   I think calling PI Data into another BAPI and then validate after that  passing to another BAPI is critical thing. So can I get data from PI to Z program  or is there any best solution to optimise.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 15:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423108#M1549578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T15:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: BOM Creation using BAPI with integrated system PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423109#M1549579</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;Try one of the following options:&lt;/P&gt;&lt;P&gt;1) create service interface (proxy) where you can massage data sent by XI and later on process thru BAPI call.&lt;/P&gt;&lt;P&gt;2) create wrapper custom function module for data massaging and call standard BAPI from custom function module. Now create ALE interface (BDFG tcode) on your custom function module to process idocs sent by XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 16:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423109#M1549579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T16:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: BOM Creation using BAPI with integrated system PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423110#M1549580</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;Is there any BAPI to update BOM in T-Code CS02?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 17:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423110#M1549580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T17:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: BOM Creation using BAPI with integrated system PI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423111#M1549581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See - BAPI_MATERIAL_BOM_GROUP_CREATE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also look at Business object BUS1080 program in SWO1 tcode. You will get some idea how to fill up required tables/parameters before calling above BAPI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignore above comments -- i thought you are looking for BAPI to create BOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know any BAPI to change BOM but see following FMs to maintain BOMs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSAI_BOM_MAINTAIN&lt;/P&gt;&lt;P&gt;CS_BC_BOM_CHANGE_BATCH_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: PBHATT on Oct 25, 2010 1:45 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 18:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bom-creation-using-bapi-with-integrated-system-pi/m-p/7423111#M1549581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T18:37:54Z</dc:date>
    </item>
  </channel>
</rss>

