<?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 for AFS BOM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480565#M224872</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;may be you can use the following function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_BOM_GROUP_CREATE Creation of a material BOM group     &lt;/P&gt;&lt;P&gt;BAPI_MAT_BOM_EXISTENCE_CHECK   Check whether BOM for material exists&lt;/P&gt;&lt;P&gt;BAPI_BOM_UPLOAD_SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 20:54:29 GMT</pubDate>
    <dc:creator>venkata_ramisetti</dc:creator>
    <dc:date>2006-10-18T20:54:29Z</dc:date>
    <item>
      <title>BAPI for AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480563#M224870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! I am currently working on an interface that requires the creation of AFS sales BOM in SAP. I have seen a BAPI which is used to create BOM, but this doesn't cover AFS requirements. As much as possible, I want to avoid using BDC. So if there is an existing BAPI which I could use, then this would be preferred.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will appreciate your inputs/suggestions.  Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 03:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480563#M224870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T03:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480564#M224871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no AFS-enabled BAPI. You just can use these function modules:&lt;/P&gt;&lt;P&gt;'CS_BI_BOM_CREATE_BATCH_INPUT',&lt;/P&gt;&lt;P&gt;'CS_BI_BOM_CREATE_BATCH_INPUT1'&lt;/P&gt;&lt;P&gt;'CS_BI_BOM_CREATE_WITH_LONGTEXT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 20:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480564#M224871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T20:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480565#M224872</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;may be you can use the following function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_MATERIAL_BOM_GROUP_CREATE Creation of a material BOM group     &lt;/P&gt;&lt;P&gt;BAPI_MAT_BOM_EXISTENCE_CHECK   Check whether BOM for material exists&lt;/P&gt;&lt;P&gt;BAPI_BOM_UPLOAD_SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 20:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480565#M224872</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-18T20:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480566#M224873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!  Thanks for your help.  I used CS_BI_BOM_CREATE_BATCH_INPUT1 and was able to create the BOMs successfully.  My problem now is on the change.  I tried using CS_BI_BOM_CHANGE_BATCH_INPUT but I kept running into various errors.  I think it has something to do with the fields that I am populating in the structures and tables that are being passed to the BAPI.  I tried researching for CS_BI_BOM_CHANGE_BATCH_INPUT but could not find any match.  The function module documentation is not available as well.  If you have used this FM in the past, will appreciate if you could share some inputs on how you were able to make this work.  Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 07:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-afs-bom/m-p/1480566#M224873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T07:59:38Z</dc:date>
    </item>
  </channel>
</rss>

