<?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 'CS_BOM_EXPL_MAT_V2 ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926993#M60055</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;I am using 'CS_BOM_EXPL_MAT_V2' function to find bom level items of a material. But it is showing only first level items. I have attatched the function below.&lt;/P&gt;&lt;P&gt;Is there any thing wrong, it is showing wrong o/p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&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;P&gt;        CAPID                 = 'PP01'" change PP01 to BEST&lt;/P&gt;&lt;P&gt;        DATUV                 = SY-DATUM&lt;/P&gt;&lt;P&gt;        MDMPS                 = 'X'&lt;/P&gt;&lt;P&gt;        MEHRS                 = 'X'&lt;/P&gt;&lt;P&gt;        MTNRV                 = IT_MAST-MATNR&lt;/P&gt;&lt;P&gt;        STLAN                 = '1'&lt;/P&gt;&lt;P&gt;        WERKS                 = IT_MAST-WERKS&lt;/P&gt;&lt;P&gt;        MDNOT                 = 'X'&lt;/P&gt;&lt;P&gt;        PANOT                 = 'X'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        STB                   = IT_STB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2005 04:06:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-03T04:06:45Z</dc:date>
    <item>
      <title>'CS_BOM_EXPL_MAT_V2 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926993#M60055</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;I am using 'CS_BOM_EXPL_MAT_V2' function to find bom level items of a material. But it is showing only first level items. I have attatched the function below.&lt;/P&gt;&lt;P&gt;Is there any thing wrong, it is showing wrong o/p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&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;P&gt;        CAPID                 = 'PP01'" change PP01 to BEST&lt;/P&gt;&lt;P&gt;        DATUV                 = SY-DATUM&lt;/P&gt;&lt;P&gt;        MDMPS                 = 'X'&lt;/P&gt;&lt;P&gt;        MEHRS                 = 'X'&lt;/P&gt;&lt;P&gt;        MTNRV                 = IT_MAST-MATNR&lt;/P&gt;&lt;P&gt;        STLAN                 = '1'&lt;/P&gt;&lt;P&gt;        WERKS                 = IT_MAST-WERKS&lt;/P&gt;&lt;P&gt;        MDNOT                 = 'X'&lt;/P&gt;&lt;P&gt;        PANOT                 = 'X'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        STB                   = IT_STB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 04:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926993#M60055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T04:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: 'CS_BOM_EXPL_MAT_V2 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926994#M60056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diliip,&lt;/P&gt;&lt;P&gt;   Multi level items are exploded only if one of the Import parameters in the function module is checked. I forgot which one but you can refer to the following code for the function module which gave me multi level bom explosions.&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;P&gt;     capid                       = 'PP01'&lt;/P&gt;&lt;P&gt;     datuv                       = sy-datum&lt;/P&gt;&lt;P&gt;    emeng                       = p_req_menge&lt;/P&gt;&lt;P&gt;     mktls                       = 'X'&lt;/P&gt;&lt;P&gt;     mehrs                       = 'X'&lt;/P&gt;&lt;P&gt;     mtnrv                       = p_material&lt;/P&gt;&lt;P&gt;    stlal                    = p_w_stlal                 &lt;/P&gt;&lt;P&gt;    stlan                       = '1'&lt;/P&gt;&lt;P&gt;    stpst                       =  0&lt;/P&gt;&lt;P&gt;    svwvo                       = 'X'&lt;/P&gt;&lt;P&gt;    werks                       =  p_plant&lt;/P&gt;&lt;P&gt;    vrsvo                       = 'X'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      stb                         = w_stpox&lt;/P&gt;&lt;P&gt;      matcat                      = w_cscmat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madhavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 04:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926994#M60056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T04:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'CS_BOM_EXPL_MAT_V2 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926995#M60057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just enable the field MEHRS, don´t enable any other field...follow my sample :&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;P&gt;      CAPID                 = v_ordem " usually pp01&lt;/P&gt;&lt;P&gt;      DATUV                 = sy-datum&lt;/P&gt;&lt;P&gt;      MEHRS                 = c_X&lt;/P&gt;&lt;P&gt;      MTNRV                 = v_material&lt;/P&gt;&lt;P&gt;      WERKS                 = v_werks&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      TOPMAT                = e_topmat&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      STB                   = t_itens&lt;/P&gt;&lt;P&gt;      matcat                = t_consumos&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 16:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926995#M60057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-22T16:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: 'CS_BOM_EXPL_MAT_V2 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926996#M60058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some explanation:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CS_BOM_EXPL_MAT_V2' "BOM explosion for material&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ftrel = SPACE               " csdata-xfeld  Limited multi-level - stop explosion at items not relevant to production&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  aufsw = SPACE               " csdata-xfeld  Determine and enter order level and channel&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  aumgb = SPACE               " csdata-xfeld  Calculate scrap quantity&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  aumng = 0                   " stko-bmeng    Scrap quantity&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  auskz = SPACE               " csdata-xfeld  Scrap&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  bagrp = SPACE               " mara-matnr    Assembly restriction&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  beikz = SPACE               " stpo-beikz    Material provision indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  bessl = SPACE               " csdata-xfeld  Material provision selection indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  bgixo = SPACE               " csdata-xfeld  Load assembly information for exploded assemblies only&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  brems = SPACE               " csdata-xfeld  Limited explosion&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  capid = 'STD1'              " tc04-capid    Application ID&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  cospr = SPACE               " csdata-xfeld  Internal: (CO) order-spec. MatPreRead&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  cuobj = 000000000000000     " marc-cuobj    Configuration&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  datuv = 00000000            " stko-datuv    Validity date&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  delnl = SPACE               " csdata-xfeld  Delete items not kept in stock from list&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  emeng = 0                   " stko-bmeng    Required quantity&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  erskz = SPACE               " stpo-erskz    Spare part indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  erssl = SPACE               " csdata-xfeld  Spare part selection indicator&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  fbstp = SPACE               " csdata-xfeld  Limited multi-level - stop explosion at externally procured item&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mbwls = SPACE               " csdata-xfeld  Read material valuation&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mdmps = SPACE               " csdata-xfeld  Limited multi-level - explode phantom assemblies at least&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mehrs = SPACE               " csdata-xfeld  Multi-level explosion&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mkmat = SPACE               " csdata-xfeld  Limited multi-level; explode KMAT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mmaps = SPACE               " csdata-xfeld  Limited multi-level - explode at least M assembly (M order)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mmory = SPACE               " csdata-xfeld  Memory use ('1'=on;'0'=off;' '=no reaction)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mtnrv = SPACE               " mara-matnr    Material&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  postp = SPACE               " stpo-postp    Item category&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  rndkz = SPACE               " csdata-xfeld  Round off: ' '=always, '1'=never, '2'=only levels &amp;gt; 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  rvrel = SPACE               " stpo-rvrel    Relevant to sales&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanfr = SPACE               " stpo-sanfe    Production&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanin = SPACE               " stpo-sanin    Maintenance&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanka = SPACE               " stpo-sanka    Costing&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanko = SPACE               " stpo-sanko    Engineering/design&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  sanvs = SPACE               " stpo-sanvs    Shipping&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  schgt = SPACE               " stpo-schgt    Bulk material&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  stkkz = SPACE               " stpo-stkkz    PM assembly&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  stlal = SPACE               " stko-stlal    Alternative BOM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  stlan = SPACE               " stzu-stlan    BOM usage&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  werks = SPACE               " marc-werks    Plant&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  mdnot = SPACE               " csdata-xfeld  Restriction on MDMPS: do not explode M phantom&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  panot = SPACE               " csdata-xfeld  Restriction on MDMPS: no parallel discontinue&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    topmat =                    " cstmat        Data for start material&lt;/P&gt;&lt;P&gt;    dstst =                     " csdata-xfeld  Structure destroyed by filter&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    stb =                       " stpox         Collective item data table&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  matcat =                    " cscmat        Material catalog (sub-assemblies)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    ALT_NOT_FOUND = 1           "               Alternative not found&lt;/P&gt;&lt;P&gt;    CALL_INVALID = 2            "               Incorrect parameter combination&lt;/P&gt;&lt;P&gt;    MATERIAL_NOT_FOUND = 3      "               Material not found&lt;/P&gt;&lt;P&gt;    MISSING_AUTHORIZATION = 4   "               No authorization (bill of material)&lt;/P&gt;&lt;P&gt;    NO_BOM_FOUND = 5            "               No BOM for this material&lt;/P&gt;&lt;P&gt;    NO_PLANT_DATA = 6           "               Material not maintained in plant&lt;/P&gt;&lt;P&gt;    NO_SUITABLE_BOM_FOUND = 7   "               BOM does not exist&lt;/P&gt;&lt;P&gt;    .  "  CS_BOM_EXPL_MAT_V2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 11:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926996#M60058</guid>
      <dc:creator>former_member726070</dc:creator>
      <dc:date>2011-11-09T11:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: 'CS_BOM_EXPL_MAT_V2 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926997#M60059</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;can any one help me, does this function module work for phantom assemblies also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had executed this function module and it is showing the number of&amp;nbsp; entries exactly that is 36 but it is not displaying all the entries it is only displaying 25 entries,&amp;nbsp; i have passed MEHRS=X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 13:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926997#M60059</guid>
      <dc:creator>venkatasatyakrishna_achan</dc:creator>
      <dc:date>2012-08-29T13:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: 'CS_BOM_EXPL_MAT_V2 ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926998#M60060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u have done report for zbom can u please share so that i can refer from it...&lt;/P&gt;&lt;P&gt;it will be a great help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 05:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cs-bom-expl-mat-v2/m-p/926998#M60060</guid>
      <dc:creator>Pratik_Ingawale</dc:creator>
      <dc:date>2013-07-05T05:10:57Z</dc:date>
    </item>
  </channel>
</rss>

