<?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 help -  'CS_BOM_EXPLOSION' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003478#M408057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,i have the following coding&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CS_BOM_EXPLOSION'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              ALTVO                 = 'X'&lt;/P&gt;&lt;P&gt;              DATUV                 = PA_DATE&lt;/P&gt;&lt;P&gt;              EHNDL                 = '1'&lt;/P&gt;&lt;P&gt;              EMENG                 = Z_QTY&lt;/P&gt;&lt;P&gt;              MKTLS                 = ' '&lt;/P&gt;&lt;P&gt;              MDMPS                 = 'X'  "multiple level explosion&lt;/P&gt;&lt;P&gt;              MEHRS                 = 'X'  "phantom item explosion&lt;/P&gt;&lt;P&gt;              MTNRV                 = Z_MATNR&lt;/P&gt;&lt;P&gt;              STLAN                 = C_STLAN&lt;/P&gt;&lt;P&gt;              STLAL                 = '01'&lt;/P&gt;&lt;P&gt;              WERKS                 = PA_WERKS&lt;/P&gt;&lt;P&gt;              CAPID                 = ' '&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              STBD                  = I_STBD&lt;/P&gt;&lt;P&gt;              STBE                  = I_STBE&lt;/P&gt;&lt;P&gt;              STBK                  = I_STBK&lt;/P&gt;&lt;P&gt;              STBM                  = I_STBM&lt;/P&gt;&lt;P&gt;              STBP                  = I_STBP&lt;/P&gt;&lt;P&gt;              STBT                  = I_STBT&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;              MISSING_AUTHORIZATION = 3&lt;/P&gt;&lt;P&gt;              NO_BOM_FOUND          = 4&lt;/P&gt;&lt;P&gt;              NO_PLANT_DATA         = 5&lt;/P&gt;&lt;P&gt;              NO_SUITABLE_BOM_FOUND = 6&lt;/P&gt;&lt;P&gt;              OBJECT_NOT_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 customized report,is extracting  this parameter i_stbp-ewahr using this function.but the user claim that the value retrive is not correct,is there anyother way in the SAP i can check this EWAHR from?? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 00:45:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T00:45:56Z</dc:date>
    <item>
      <title>help -  'CS_BOM_EXPLOSION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003478#M408057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,i have the following coding&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'CS_BOM_EXPLOSION'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              ALTVO                 = 'X'&lt;/P&gt;&lt;P&gt;              DATUV                 = PA_DATE&lt;/P&gt;&lt;P&gt;              EHNDL                 = '1'&lt;/P&gt;&lt;P&gt;              EMENG                 = Z_QTY&lt;/P&gt;&lt;P&gt;              MKTLS                 = ' '&lt;/P&gt;&lt;P&gt;              MDMPS                 = 'X'  "multiple level explosion&lt;/P&gt;&lt;P&gt;              MEHRS                 = 'X'  "phantom item explosion&lt;/P&gt;&lt;P&gt;              MTNRV                 = Z_MATNR&lt;/P&gt;&lt;P&gt;              STLAN                 = C_STLAN&lt;/P&gt;&lt;P&gt;              STLAL                 = '01'&lt;/P&gt;&lt;P&gt;              WERKS                 = PA_WERKS&lt;/P&gt;&lt;P&gt;              CAPID                 = ' '&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              STBD                  = I_STBD&lt;/P&gt;&lt;P&gt;              STBE                  = I_STBE&lt;/P&gt;&lt;P&gt;              STBK                  = I_STBK&lt;/P&gt;&lt;P&gt;              STBM                  = I_STBM&lt;/P&gt;&lt;P&gt;              STBP                  = I_STBP&lt;/P&gt;&lt;P&gt;              STBT                  = I_STBT&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;              MISSING_AUTHORIZATION = 3&lt;/P&gt;&lt;P&gt;              NO_BOM_FOUND          = 4&lt;/P&gt;&lt;P&gt;              NO_PLANT_DATA         = 5&lt;/P&gt;&lt;P&gt;              NO_SUITABLE_BOM_FOUND = 6&lt;/P&gt;&lt;P&gt;              OBJECT_NOT_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 customized report,is extracting  this parameter i_stbp-ewahr using this function.but the user claim that the value retrive is not correct,is there anyother way in the SAP i can check this EWAHR from?? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 00:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003478#M408057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T00:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: help -  'CS_BOM_EXPLOSION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003479#M408058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use function CS_BOM_EXPL_MAT_V2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 01:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003479#M408058</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-16T01:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: help -  'CS_BOM_EXPLOSION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003480#M408059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;always i have used CS_BOM_EXPL_MAT_V2  for BOM explosion so no idea about 'CS_BOM_EXPLOSION' but one thing there CAPID you have given '' i think it will be PP01 just ask your fnal what is BOM application value..by default it is PP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 03:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003480#M408059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T03:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: help -  'CS_BOM_EXPLOSION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003481#M408060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for the reply,nothing wrong with the data retrieved..is the user misunderstood d &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 03:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-cs-bom-explosion/m-p/2003481#M408060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T03:49:00Z</dc:date>
    </item>
  </channel>
</rss>

