<?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: Function Module for Multi-level BOM Explosion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190323#M759949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use MAST and MARC Table join in order to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2007 15:25:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-17T15:25:01Z</dc:date>
    <item>
      <title>Function Module for Multi-level BOM Explosion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190320#M759946</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;&lt;/P&gt;&lt;P&gt;I am trying to build a infoset-query to display multi-level BOM as seen in output of T-codes: CS11 or CS12 &amp;amp; link the components read with a few parameters in the material master. I tested the below mentioned function modules in SE37 to see if the function module gives the desired output, but the system prompts 'CALL INVALID'. Can someone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Modules:&lt;/P&gt;&lt;P&gt;1. CS_BOM_EXPLOSION&lt;/P&gt;&lt;P&gt;2. CS_BOM_EXPLOSION_MAT&lt;/P&gt;&lt;P&gt;3. CS_BOM_EXPL_MAT_V2&lt;/P&gt;&lt;P&gt;4. CSAP_MAT_BOM_READ - (This reads a single level BOM &amp;amp; am able to test this using SE37).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my problem is clear, await inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2007 08:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190320#M759946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-16T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Multi-level BOM Explosion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190321#M759947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CS_BOM_EXPL_MAT_V2 will be the one you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample giving you parameters that should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'CS_BOM_EXPL_MAT_V2'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FTREL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALTVO                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  AUFSW                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  AUMGB                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  AUMNG                       = 0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      auskz                       = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  AMIND                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BAGRP                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BEIKZ                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BESSL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BGIXO                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    brems                       = 'X'&lt;/P&gt;&lt;P&gt;    capid                       = '    '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHLST                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  COSPR                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CUOBJ                       = 000000000000000&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CUOVS                       = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CUOLS                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      datuv                       = p_datuv&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DELNL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DRLDT                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EHNDL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EMENG                       = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ERSKZ                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ERSSL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FBSTP                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KNFBA                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KSBVO                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MBWLS                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MKTLS                       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MDMPS                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      mehrs                       = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MKMAT                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MMAPS                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SALWW                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SPLWW                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MMORY                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      mtnrv                       = p_mkal_dta-matnr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NLINK                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  POSTP                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RNDKZ                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RVREL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SANFR                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SANIN                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SANKA                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SANKO                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SANVS                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SCHGT                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STKKZ                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     stlal                       = p_mkal_dta-stlal&lt;/P&gt;&lt;P&gt;     stlan                       = p_mkal_dta-stlan&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STPST                       = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SVWVO                       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      werks                       = p_mkal_dta-werks&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NORVL                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MDNOT                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PANOT                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  QVERW                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VERID                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VRSVO                       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   importing&lt;/P&gt;&lt;P&gt;     topmat                      = p_topmat&lt;/P&gt;&lt;P&gt;     dstst                       = l_dstst&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      stb                         = p_i_stpox&lt;/P&gt;&lt;P&gt;      matcat                      = p_i_cscmat&lt;/P&gt;&lt;P&gt; exceptions&lt;/P&gt;&lt;P&gt;   alt_not_found               = 1&lt;/P&gt;&lt;P&gt;   call_invalid                = 2&lt;/P&gt;&lt;P&gt;   material_not_found          = 3&lt;/P&gt;&lt;P&gt;   missing_authorization       = 4&lt;/P&gt;&lt;P&gt;   no_bom_found                = 5&lt;/P&gt;&lt;P&gt;   no_plant_data               = 6&lt;/P&gt;&lt;P&gt;   no_suitable_bom_found       = 7&lt;/P&gt;&lt;P&gt;   conversion_error            = 8&lt;/P&gt;&lt;P&gt;   others                      = 9&lt;/P&gt;&lt;P&gt;         .&lt;/P&gt;&lt;P&gt;The p_mkal_dta data field are from MARA/MARC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Sorry - forum admins unexpectedly changed the reply functionality - I don't know how to handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even the prview looks totally different from the final result, sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Clemens Li on Dec 16, 2007 12:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2007 11:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190321#M759947</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-12-16T11:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Multi-level BOM Explosion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190322#M759948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managed to resolve the function testing in SE37. It works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know which tables should i join for my infoset? Is it ok if i join MAST &amp;amp; MARC or should it be MARC first &amp;amp; then MAST?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Await inputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vivek on Dec 17, 2007 11:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2007 14:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190322#M759948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-16T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Multi-level BOM Explosion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190323#M759949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use MAST and MARC Table join in order to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 15:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190323#M759949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T15:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Multi-level BOM Explosion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190324#M759950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Seshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs. This is my first program where i am trying to call a function &amp;amp; build a infoset query. Can you please guide me as to how i should declare the variables &amp;amp; how i should read the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query output should display multi-level BOM &amp;amp; for each material, i want to display a few parameters coming from MARC table, like Plnd Dlvy Time, Goods Receipt Processing Time, MRP Indicator &amp;amp; the document number associated with the material. I understand i should read the document number from DRAD table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Await your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who can help me build this infoset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vivek on Dec 19, 2007 6:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 13:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-multi-level-bom-explosion/m-p/3190324#M759950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T13:42:28Z</dc:date>
    </item>
  </channel>
</rss>

