<?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: AFS BOM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907103#M683937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i went through alphabetical tab there i couldn't see "MaterialBOM" but i can see "AFSMATERIALBOM" in which i can see 2 methods (the ones with the icon of blue and red wheels). One is "CreateBomGroup", which when i click on it i can see the "detail" tab that the "ALE message type" contains "Does not exist" and this is same for the second      &lt;/P&gt;&lt;P&gt; "ExistenceCheckBomGroup" which when i click on  "detail" tab that the "ALE message type" contains "Does not exist" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way i am using ecc 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 21:14:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T21:14:12Z</dc:date>
    <item>
      <title>AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907099#M683933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do a conversion for AFS BOMs. I found a /AFS/BAPI_MAT_BOM_MAINTAIN to upload the data. When i am trying to use BAPI with LSMW i am unable to see the name of BAPI in the list. Why is that?. So what is the alternative you can suggest for loading AFS BOMs into SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some one has came across this can you please share your experience with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 18:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907099#M683933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T18:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907100#M683934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U won't find in the BAPI list (in LSMW) any BAPI which doesn't have "ALE message type". If u wish to find out if a BAPI has it or not, goto transaction BAPI, locate your object (by hirarchy or alphabetical) and click on the method(bapi) u want to check. On the right, in the "Detail" tab u'll see "ALE message type" field. If it says "does not exist" - u won't find it in LSMW, otherwise u can use it in LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it really doesn't have ALE message type u have 2 options:&lt;/P&gt;&lt;P&gt;U can write an abap program and in it u can use the BAPI u found (a BAPI is a function u can call like any other function), or u can create ALE message type for your BAPI and use it in LSMW.&lt;/P&gt;&lt;P&gt;In my experience, if u don't have experience with message types, i would pick the 1st option. It's a little more work in writing code but it's quite simple. If u insist on the 2nd option and u want to create the message type, u can do it in transaction BDBG, also go to &amp;lt;a href="http://help.sap.com/saphelp_46c/helpdata/en/4c/4c0e9c725311d396a80004ac96334b/frameset.htm"&amp;gt;Generating the BAPI-ALE Interface&amp;lt;/a&amp;gt; for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, pls award points if it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Igal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 09:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907100#M683934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T09:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907101#M683935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i tried looking for BOM standard BAPI in the BAPI transaction and in the "detail" it shows "does not exist", but still i am able to see the BAPI in LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give you partial points when this thread is closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 14:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907101#M683935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907102#M683936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I'm sorry but i think u've got something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get things straight: we are talking about the 1st step in LSMW - "Maintain Object Attributes", and in the frame "Object Type and Import Methods", near the 3rd radiobutton ("Business Object Method(BAPI)") u hit F4 in the field "Business Object" and get the list of possible BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u did the same, the only BAPI of BOM I found there is BUS1080 - Material BOM (I'm using ECC 5, if u have 6 maybe there are more objects added). If u chose this business object, hit F4 on the next field ("Method") and u'll get "CREATEBOMGROUP". Now we go to transaction BAPI and look for this object. I found it through the alphabetical tab, the object there is written "MaterialBOM" (i know it's the right one because when i stand on it i can see in the "detail" tab the field "Object type" contains "BUS1080"). U'll see it has 2 methods (the ones with the icon of blue and red wheels). One is "CreateBomGroup", which when u click it u'll see in "detail" tab that the "ALE message type" contains "MATERIALBOM_CREATEBOMGROUP" - which is exactly what was written in the LSMW in the "method" field and it means that this is the BAPI that u found in LSMW, and the second is "ExistenceCheckBomGroup" which when u click it u'll see in "detail" tab that the "ALE message type" contains "Does not exist" which means it doesn't appear in the LSMW list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know in which one u were looking before (or maybe u r using ECC 6 and they've added objects) but I'm still quite sure I'm right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, the link I put there is an official SAP help, so even if u're not sure i'm right - just follow their instructions and when u're all done u can go and check again in LSMW....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Igal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 19:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907102#M683936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T19:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: AFS BOM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907103#M683937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Igal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i went through alphabetical tab there i couldn't see "MaterialBOM" but i can see "AFSMATERIALBOM" in which i can see 2 methods (the ones with the icon of blue and red wheels). One is "CreateBomGroup", which when i click on it i can see the "detail" tab that the "ALE message type" contains "Does not exist" and this is same for the second      &lt;/P&gt;&lt;P&gt; "ExistenceCheckBomGroup" which when i click on  "detail" tab that the "ALE message type" contains "Does not exist" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way i am using ecc 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 21:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bom/m-p/2907103#M683937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T21:14:12Z</dc:date>
    </item>
  </channel>
</rss>

