<?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: Material BOM explosion dump Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370481#M1542931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a space restriction. System is unable to extend your internal table IT_STB any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the number of entries in IT_KEKO. Also, check for cyclic references i.e. one of the sub-assembly has a higher level assembly/sub-assembly part number. For example, in a computer assembly containing CPU, Keyboard, Mouse and Monitor. If you mistakenly included computer as a sub-component of CPU, then you are getting into an infinite explosion level also called as cyclic reference or cyclic explosion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check the BoM you are exploding in tcode CS03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 18:24:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-03T18:24:44Z</dc:date>
    <item>
      <title>Material BOM explosion dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370479#M1542929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me out with this error.for huge data.&lt;/P&gt;&lt;P&gt;i am exploding multilevel bom like this. it is giving dump error The internal table "\PROGRAM=ztest\DATA=iT_STB" could not be further enlarged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_keko.&lt;/P&gt;&lt;P&gt;refresh it_stb[].&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      capid                 = pc01               &lt;/P&gt;&lt;P&gt;      datuv                 = it_keko-kadky              &lt;/P&gt;&lt;P&gt;      mtnrv                 = it_keko-matnr            &lt;/P&gt;&lt;P&gt;      mktls                  = 'x'&lt;/P&gt;&lt;P&gt;      mehrs               = c_x                &lt;/P&gt;&lt;P&gt;      werks               = it_keko-werks             &lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      topmat                = wa_topmat           &lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      stb                   =it_stb            &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; LOOP AT it_stb INTO wa_stb WHERE sobsl &amp;lt;&amp;gt;  space.&lt;/P&gt;&lt;P&gt;      wa1-idnrk     = wa_stb-idnrk.&lt;/P&gt;&lt;P&gt;      wa1-werks     = wa_stb-werks.&lt;/P&gt;&lt;P&gt;      wa1-menge     = wa_stb-menge.&lt;/P&gt;&lt;P&gt;      wa1-matnr     = itab_keko-matnr.      &lt;/P&gt;&lt;P&gt;      wa1-losgr     = itab_keko-losgr.       &lt;/P&gt;&lt;P&gt;      APPEND wa1 TO it1&lt;/P&gt;&lt;P&gt;      CLEAR: wa_stb , wa1&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 18:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370479#M1542929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T18:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM explosion dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370480#M1542930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a space restriction. System is unable to extend your internal table IT_STB any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the number of entries in IT_KEKO. Also, check for cyclic references i.e. one of the sub-assembly has a higher level assembly/sub-assembly part number. For example, in a computer assembly containing CPU, Keyboard, Mouse and Monitor. If you mistakenly included computer as a sub-component of CPU, then you are getting into an infinite explosion level also called as cyclic reference or cyclic explosion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check the BoM you are exploding in tcode CS03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 18:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370480#M1542930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T18:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM explosion dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370481#M1542931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a space restriction. System is unable to extend your internal table IT_STB any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the number of entries in IT_KEKO. Also, check for cyclic references i.e. one of the sub-assembly has a higher level assembly/sub-assembly part number. For example, in a computer assembly containing CPU, Keyboard, Mouse and Monitor. If you mistakenly included computer as a sub-component of CPU, then you are getting into an infinite explosion level also called as cyclic reference or cyclic explosion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check the BoM you are exploding in tcode CS03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 18:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370481#M1542931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM explosion dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370482#M1542932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your early rply.&lt;/P&gt;&lt;P&gt;i am getting twenty thousand recods in it_keko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing i noticed is when i explode bom the material is having 12 components in ck13n but the function module returning 4000 records.can you explain me why this is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 19:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370482#M1542932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T19:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Material BOM explosion dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370483#M1542933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not got the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 06:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-bom-explosion-dump-error/m-p/7370483#M1542933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T06:48:04Z</dc:date>
    </item>
  </channel>
</rss>

