<?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 How to Create Fixed Bom using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460701#M552037</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;Iam using the BAPI "BAPI_BOM_UPLOAD_SAVE" for creation of Fixed BOM of Materials.&lt;/P&gt;&lt;P&gt;I don't know how that is used,I mean i don't know the inputs,&lt;/P&gt;&lt;P&gt;Pls can any one Provide me TEST DATA for this Bapi.&lt;/P&gt;&lt;P&gt;or a sample Program how fixed bom is created.and how can we know thet bom has been created.&lt;/P&gt;&lt;P&gt;for e.g if we create super bom ,the Bom links are  stored in cs41,so we are able to know super bom has been created but how to check for fixed bom.is that the same for fixed also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have some inputs and with that inputs ,BOM is not being created and the BAPI return table type was E.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 13:01:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T13:01:48Z</dc:date>
    <item>
      <title>How to Create Fixed Bom using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460701#M552037</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;Iam using the BAPI "BAPI_BOM_UPLOAD_SAVE" for creation of Fixed BOM of Materials.&lt;/P&gt;&lt;P&gt;I don't know how that is used,I mean i don't know the inputs,&lt;/P&gt;&lt;P&gt;Pls can any one Provide me TEST DATA for this Bapi.&lt;/P&gt;&lt;P&gt;or a sample Program how fixed bom is created.and how can we know thet bom has been created.&lt;/P&gt;&lt;P&gt;for e.g if we create super bom ,the Bom links are  stored in cs41,so we are able to know super bom has been created but how to check for fixed bom.is that the same for fixed also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have some inputs and with that inputs ,BOM is not being created and the BAPI return table type was E.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460701#M552037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Fixed Bom using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460702#M552038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1592837"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has got a sample program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460702#M552038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Fixed Bom using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460703#M552039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The FM BAPI_BOM_UPLOAD_SAVE is using CSAP_MAT_BOM_CREATE to create the BOM but it does not have any option to specify the alternative to be created.Look for some other FM if you need to create an alternative BOM.Check if the FM BAPI_MATERIAL_BOM_GROUP_CREATE can be used as an alternative&lt;/P&gt;&lt;P&gt;also  check this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CS_BI_BOM_CREATE_BATCH_INPUT1 - Create a new BOM or New Alt. BOM.&lt;/P&gt;&lt;P&gt;CS_BC_BOM_CHANGE_BATCH_INPUT - Maintain the BOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-fixed-bom-using-bapi/m-p/2460703#M552039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:12:08Z</dc:date>
    </item>
  </channel>
</rss>

